How to fire Business Rule with an attachment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2017 02:33 PM
I'm using an 'After - Update' business rule that checks the name of an attachment.
The business rule works fine.
The problem is that if they attach the file, the business rule on update won't fire unless they change a value in the form.
How can I make the business rule to run every time they save the form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2018 06:19 PM
I tried to simulate in my personal instance. it worked fine. Once i attach the file, the value on my form gets changed immediately even before i click save on my current record.
I just wiped everything on my dev instance BR and added the code again. The value on the form gets updated only aft i save my current record.
The settings on my BR is, it uses "After" BR on "Delete", "Update" and "Insert"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2018 06:29 PM
one more issue is, i m trying to update a list field like
macRec,file_name='sys_id';
The above scenario is for a normal field but for List field nothing gets updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 11:44 AM
HI Kalilash,
Can you try the same with Before BR once
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 11:47 AM