You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to put a time entry rule on Sunday

Received Response
21
Views
2
Comments

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.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!