For more information, please refer to this announcement explaining best practices for getting answers to questions.
How to put a time entry rule on Sunday
Summary:
We need to use a validation on timecard the a particular time type can only be entered on Sunday. If its entered on any other day then error message should be displayed. Tried to use Time entry rule as WFM_PERIOD_MAXIMUM_TIME_ENTRY_RULE and using function is_sun = get_is_date_same_as_dow( StartTime, 'SUN') to get Sunday.
Somehow system is always considering the date used in initialization of STartTime variable but not considering date selected on timecard. How to use date on timecard to derive if the selected date is on Sunday.
Content (required):
We need to use a validation on timecard the a particular time type can only be entered on Sunday. If its entered on any other day then error message should be displayed. Tried to use Time entry rule as WFM_PERIOD_MAXIMUM_TIME_ENTRY_RULE and using function is_sun = get_is_date_same_as_dow( StartTime, 'SUN') to get Sunday.