Using GetDataItems with array of guid

Posted by Community Admin on 04-Aug-2018 14:57

Using GetDataItems with array of guid

All Replies

Posted by Community Admin on 07-Jun-2016 00:00

Hi,

I am using GetDataItems filtering on a Guid field, like this:

.GetDataItems("DynamicModuleType","Id.Equals('xxxx-xxxx-xxxx-xxxx')); And it works propperly.

I need to filter on a Guid Array field...

Can I do something like this?

.GetDataItems("DynamicModuleType","ArrayIdField.Exists('xxxx-xxxx-xxxx-xxxx')); 

OR

.GetDataItems("DynamicModuleType","ArrayIdField.Contains('xxxx-xxxx-xxxx-xxxx')); 

I do not want to use a Where clause because to do this I need to get all the registers and then filter.

This thread is closed