How to identify caller name and caller type from UI itself.
Hi,
In this blog we will learn how to identify caller name and caller type from the form UI itself.
Let us assume I am on Payroll earning statement form - Payroll >> All earning statements.
Now click on the worker form as it will navigate to worker details form.
After clicking on this it will jump to worker details form. Just right click on the any part of the form and click on "Form name: HcmWorker" as shown below.
It will open new dialog form with details. On the same form under administration tab, you will be able to see the caller's name and caller type.
Since we clicked the worker hyperlink from payroll earning statement form we got the caller's name as "PayrollEarningStatement" (Form name) and caller type as "Form".
Thanks.
*This post is locked for comments