Hi,
Is it possible to get information on the user that "clicked the action button" when a form initializes?
E.g. I have an action button on a folder view which is to initiate a process. I have a form for the initiate process on which the user will select values from drop downs to pass to the workflow.
Is it possible to get access to the session being used in this scenario? I need to determine which of my custom groups the user belongs to to provide additional validation.
Initial attempts with a initializer dql adaptor failed (select user_name from dm_user where user_name = USER).
Is there away to do this without coding an adaptor?
Thanks
Hoo