Hi,
In a Webinar, I watched a lesson on using the Landmark Admin Node in IPA. One of the points mentioned was checking for the _DeleteFlag in the Filter string. If it is 00000000-0000-0000-000000000000 (stored in my vDelete_Flag variable) then it means that the record IS NOT deleted and is returned in my result set. In the screenshot below, I am using this filter for EmployeeContact business class. It's works fine, only returning non-deleted records.

My problem is, I am trying to use it with User Defined Business Class called BVSDReferenceTA. If I do the exact same thing, an error occurs when it is run. Simply removing the filter makes it work, but the result includes deleted records.

Is there a limitation on being able to use the Delete_Flag with User Defined Business Classes? Do I need to put something in my User Defined Business Class to make this work?
Thanks,
David