Hi Everyone, looking for a bit of guidance with a ...
# suitetalkapi
w
Hi Everyone, looking for a bit of guidance with a Custom Record search we are working on in C#. We currently have a method in an integration that gets all instances of a given custom record type, but we’re looking to alter this and provide a list/array of IDs to be used to filter so that we only get the records that match the provided IDs. These aren’t internal/external IDs, they’re from another system and are stored in a custom field. We’ve been trying to work out how to do an OR(In?) filter for this custom record search and are hitting a wall with it. Has anyone here done something like this before?