Forum Discussion
MikeTamoush
Qrew Commander
So trigger would be on modify or delete.
Then the first step would be to search for the record in A?
Then the if else?
------------------------------
Mike Tamoush
------------------------------
Then the first step would be to search for the record in A?
Then the if else?
------------------------------
Mike Tamoush
------------------------------
MattHardy
3 years agoQrew Trainee
That's correct for the first step but I'll need more details for the second.
Are records A and B related? If so, you can "Look Up a Record" rather than search. Otherwise, yes you'll have to search for record B.
Then branch with an If (A does not exist), delete record B
Else, update record B
------------------------------
Matt Hardy
------------------------------
Are records A and B related? If so, you can "Look Up a Record" rather than search. Otherwise, yes you'll have to search for record B.
Then branch with an If (A does not exist), delete record B
Else, update record B
------------------------------
Matt Hardy
------------------------------
- MikeTamoush3 years agoQrew CommanderThey are not related so I'll have to do a search. I never thought to trigger on A, then immediately search for A, but that seems like it should work.
------------------------------
Mike Tamoush
------------------------------