Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

What all types of Argument can be passed to setOperator() in Groovy

in Sales 2 comments

Summary: Type of Argument to setOperator() function


Content (required): Currently know, '=', 'LIKE'. Need to know all types


Version (include the version you are using, if applicable): 23D


Code Snippet (add any code snippets that support your topic, if applicable):

def viewCriteriaRowItem2 = viewCriteriaRow.ensureCriteriaItem('RelationType_c')

 viewCriteriaRowItem2.setOperator('=')

 viewCriteriaRowItem2.setValue('Ship To Store')

 def viewCriteriaRowItem3 = viewCriteriaRow.ensureCriteriaItem('RelationType_c')

 viewCriteriaRowItem3.setOperator('=')

 viewCriteriaRowItem3.setValue('Alternate Ship to Store')

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!