Tips & Tricks
Screen ID

Thaha
App Builder & Automation Expert
Stay Updated with ProcFu!
Subscribe to our newsletter for the latest tips, updates, and automation insights.
Subscribe NowA screen ID is a unique identifier assigned to each screen within the system. It follows the format screen_x
, where x
is a number representing the specific screen.
To find your screen ID, you can use one of the following methods:
- Using the Before-Process Event: Go to the before-process event and enter
print screen_id
. This will display the screen ID at the top of the screen. - Using the Developer Console: Open the developer console for the screen and type
console.log(pfcontext);
, then press Enter. The screen ID will be printed in the console.