Can we set a filter for active filed in the business rule

chandan31
Tera Contributor

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

5 REPLIES 5

kps sumanth
Mega Guru

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.

 

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 

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

It is not possible in Scheduled job