Can we set a filter for active filed in the business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 02:41 AM
Hi Team,
Can we set a filter in the business rule (Glide Record) for active field changes from false to active .If possible can you give me the script .
Thanks ,
Chandan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 02:45 AM
Hello @chandan31 ,
could you help me with the scenario.
You can use the previous and current objects in the business rules which stores the field changes, you can try like this previous.active and current.active.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 02:47 AM
Sorry from my side i need to use scheduled job , in the user table whenever user changes to false to active on that onboarding case will be create
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 02:50 AM
Hello @chandan31 ,
You can use a Flow designer to achieve this instead of having a scheduled job running everyday.
You can set triggers on the active field on the user table.
Please mark this accepted and helpful if this worked for you.
Thanks and regards,
Kps Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 02:57 AM
It is not possible in Scheduled job