CURRENT_WEEK
Description
Returns current week as an integer constant in the range 1-52
Parameters
None
Example
IF CURRENT_WEEK = 1 THEN SEND GreetingEmail TO Customer
Returns current week as an integer constant in the range 1-52
None
IF CURRENT_WEEK = 1 THEN SEND GreetingEmail TO Customer