Skip to main content
Records within my object can be related to one other record from the same object. When Record A gets related to Record B, I move the status of the Record A to "Consumed". If Record B gets deleted, I want to move the status of the Record A back to Open. I've tried every combination of:

 

AND( ISBLANK(Record Lookup), NOT(ISBLANK(PRIORVALUE(Record Lookup))) )

 

I can't trigger a process or a workflow to update a field value on Record A when it's lookup field to Record B gets removed.

 

Any thoughts?

 

 
4 answers
0/9000