Remove Row from Collection - Where Clause

smithmrk

Member
So I have a collection of Record ID's that I need to remove from another collection.
I want to loop through the Record ID's and then remove that Record ID from the other collection.

For example:
Loop Record ID's
1
Remove Row from Account Collection where Record ID = 1
2
Remove Row from Account Collection Where Record ID = 2
End Loop

How can I do this?
 

VJR

Well-Known Member
Hi smithmrk,

For this use the 'Remove Row' action of the Collections VBO (not the Collection manipulation).
 
Top