Hello All,
While i am trying to simulate my custom process in designer for one of the record I am getting the above error.
Can someone help me on this what is the issue and the compilation was successful.
Hello All,
While i am trying to simulate my custom process in designer for one of the record I am getting the above error.
Can someone help me on this what is the issue and the compilation was successful.
Thanks for the response,
Yeah i am using where clause in my process steps like below
Dim f As ISqlFormatter = Session.SqlFormatter
Dim whereclause As String
whereclause = f.AndRelation( _
f.Comparison("XYZ",$XYZ$,ValType.String,CompareOperator.Equal), _
f.Comparison("ABC",$LMN$,ValType.String,CompareOperator.Like))
value=whereclause