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
Unfortunately, there is no point and click way to get around this limitation! The Idea that urges for this - Fire Workflow Rule on Delete DML (https://success.salesforce.com/ideaView?id=08730000000kwwmAAA)
I can't think of anything other than an Apex Trigger at this point!