I'm a Notes design newbie - I'm developing a quoting system for our company and the quote document passes through various "status" as it is processed. As it passes into each status the status date is recorded in a Date/Time field for each status.
Occasionally there may be a need for it to pass back through the same status again - instead of the previous status date being overwritten I would like it to be appended to the existing date in that field.
What I was thinking was to save a list of dates in a date time field? So if there was an existing value in the date/time field, the new date would be added to the list? Is this possible? If so how would I program it?
Occasionally there may be a need for it to pass back through the same status again - instead of the previous status date being overwritten I would like it to be appended to the existing date in that field.
What I was thinking was to save a list of dates in a date time field? So if there was an existing value in the date/time field, the new date would be added to the list? Is this possible? If so how would I program it?