How to fire Business Rule with an attachment?

AndresGT1
Giga Expert

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?

8 REPLIES 8

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"


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


HI Kalilash,



Can you try the same with Before BR once


ursnani



I created new thread. i will update my result


Business Rule on Attachment