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

help me how to see ess log messages written in global absence entry validation type fast formula.

Summary:


Hello,

Can anyone please help me how to see ess log messages written in global absence entry validation type fast formula.

I am stuck while implementing the logic for Paternity leave

1)Employee allowed to take leave 10 days or 5+5 days block before or after the childbirth event.

2) restrict second child birth entry within 6 months of prior child birth event.

I have used below code

CHANGE_CONTEXTS(START_DATE=ld_start_date, END_DATE=ld_end_date)( WHILE ANC_PER_ABS_ENTRS_ABSENCE_ENTRY_ID_ARR.exists(k)LOOP(CHANGE_CONTEXTS (ABSENCE_ENTRY_ID = ANC_PER_ABS_ENTRS_ABSENCE_ENTRY_ID_ARR[k])(IF (ln_fml_type_id = ANC_ABS_ENTRS_ABSENCE_TYPE_ID AND ANC_ABS_ENTRS_ABSENCE_STATUS_CD <> 'ORA_WITHDRAWN' AND ANC_ABS_ENTRS_ABSENCE_STATUS_CD <> 'COMPLETED') THEN(

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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