- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2022 12:32 PM
Basically as the title says, I need to trigger a timer when a user logs in from a specific portal. I know an event is triggered when users login, but I wasn't sure if that was the best way to do this. TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2022 01:07 PM
Hello ,
You can use the OOB login event to trigger your logic
i suggest you can use a script action and and in event field put the login event
/sysevent_register.do?sys_id=5e1449bb0a0a0a0a0082b92b59be7d84 -- > OOB user login event URL
and then write your logic in the script action
Please mark this solution accepted if it solves your issue
thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2022 01:04 PM
Hello,
A timer for what...
Otherwise, you either customize a login widget for that portal to execute 'x' logic or...yes, you can leverage the event that gets triggered which should contain URL parms with the portal in it, possibly.
We can't tell you the "best way" to do what you're doing...because we don't even know what that is, haha.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2022 01:07 PM
Hello ,
You can use the OOB login event to trigger your logic
i suggest you can use a script action and and in event field put the login event
/sysevent_register.do?sys_id=5e1449bb0a0a0a0a0082b92b59be7d84 -- > OOB user login event URL
and then write your logic in the script action
Please mark this solution accepted if it solves your issue
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2022 06:29 AM
perfect, thank you.