- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 02:49 AM
Hi,
I want to create BR which runs only when the record is inserted from Mobile App (Now Agent). So, how do I restrict the BR to run only for mobile actions?
Thank you,
Shanti
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 05:33 AM
You can use the GlideSystem method of gs.isMobile(). Here is a screenshot from the docs page regarding this method. You should be able to use that in your condition.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 05:33 AM
You can use the GlideSystem method of gs.isMobile(). Here is a screenshot from the docs page regarding this method. You should be able to use that in your condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 12:11 AM
Thank you Zach, it worked.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 05:57 AM
Great! Glad I was able to assist you.