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)
Tagged:
0