- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi everyone,
I was wondering if it was possible to set all HR Cases created via ServiceNow mobile app with the source 'mobile_app' for example without using gs.IsMobile()?
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
14 hours ago
Hi all,
I found the following solution:
Business rule 'after' 'insert' on table 'catalog_channel_analytics'.
Conditions:
engagement_channel=mobile^table_nameLIKEsn_hr_core_case^method=create^EQ
and script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
but is it using some record producer etc?
how? share screenshot
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Yes, It's using record producers, as normal. Basically I want when a user submits the record producer in the mobile app, that is creates the case with a specific source. I can't use gs.IsMobile() as the property related to it is set as false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
is this record producer also used from desktop?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
14 hours ago
Hi all,
I found the following solution:
Business rule 'after' 'insert' on table 'catalog_channel_analytics'.
Conditions:
engagement_channel=mobile^table_nameLIKEsn_hr_core_case^method=create^EQ
and script:

