While i am trying to simulate my custom process i am getting this error "Object of type Person does not exist in database or you do not have the relevant viewing permissions."

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. 

Parents Reply Children
  • 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