OQL with String parameters

0
Hi,   Is there a way to add String parameters in OQL in the dataset. now you can only add object, boolean, datetime, integer, enumeration and decimal but not String.   we fix it now by adding quotes to our string parameters: Person.Name LIKE ‘$name’     Kind regards, Steven Keersmaekers
asked
1 answers
0

hii Steven Keersmaekers,

you can not use any type of parameter in Dataset even you can not use system variables also,

 use Execute OQL activity in MF in MF you can add parameters in OQL 

Now you can add String parameter also.

 

Thanks 

Sanjay

answered