A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Instead of setting sCrit.Value you should be able to set sCrit.Inclues = new StringInCriterion() and then add the values you want to search for in that.
Hello
I'm performing a query as follows:
for a field that I've added. This works perfectly, however, there are cases where I want to specify several possible values for MyCustomAttribute.
I know you can use CriteriaGroup for several different fields, but how do I do it for the same attribute?
The result I want is "MyCustomAttribute IN ('X', 'Y', 'Z')".
If anyone could lend me a hand here I'd much appreciate it.
// Kristian