I am creating an event in Application studio to pull values from various textboxes and combo boxes and saves them into CallContextBpmData fields. I want to also save the current user ID. What expression do I use in Kinetic to reference the current user ID?
The current user ID accessed using the system data view - CallContextClientData.CurrentUserId
2 Likes
And if you’re using the data in a BPM or function, the CallContextClientData view is available there, too
2 Likes