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

Fast Formula Self-Service LOG/TRACE/DEBUG

Hi All !

I'm having trouble finding problems in formulas that are only executed during Self-Service, as they depend on the employee's choice during Self-Service.

With the function below I can debug by running the "Evaluate Unrestricted Event Participation" process, but it doesn't work or I don't know how to query it during Self-Service.

l_debug = ess_log_write('Value of L_OUTPUT : ' || L_OUTPUT)

I tried these two commands within the formula but I couldn't retrieve any LOG during Self-Service.

l_debug = ess_log_write('Value of L_OUTPUT : ' || L_OUTPUT)

l_status = add_rlog (-1 , -1 ,'Value of L_OUTPUT : ' || L_OUTPUT)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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