Using the Timestamp
You can use the time stamp to get the current system time and to do time arithmetic that uses the current time. The arithmetic that Siebel CRM uses with time information for a Workflow Process is different from the arithmetic that it uses for a Workflow Policy program. It must use the seconds operand of the Timestamp function in a scale of minutes, which is a fraction of the whole day. For example, to display an arithmetic operation as 30 minutes, Siebel CRM displays the argument according to the following format:
Timestamp()+(30/(24*60))
where (24*60)
are the number of minutes in the day
For more information, see Using Date Calculations in the Conditions List.