ReadOnly Grid

Certified Senior Developer

Read Only grid is working in Dev and test environment but in preprod it is giving error that {something like UUID } field does not exists.

I have tried to comment all grid columns and uncommented one by one. Two Grid columns are giving error. But I am not able to find out why. As same Record Fields are used multiple places in interface and its working as expected there.

Only in Grid Column its giving error.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Could you post exact issue to help you better.

    Also just try create a simple unnamed interface with just a!gridField() using the same data source and add only those two problematic columns.
    Let us know if that works.

  • 0
    Certified Senior Developer
    in reply to Shubham Aware

    Hi Shubham, 

    I will not be able to post error/code screenshot due to privacy policy. The error is like this-

    Expression Evaluation error[Evaluation ID = ###] in rule "rule!rule" at line 1268 at function a!gridField() field {####SOMELONG ID###} does not exists

    I am using a local variable local!dropDownValues this local variable has value so it id fine, but as soon as I write this local variable in grid field its giving error. This local variable is using an Record to fetch data, (not the same as used in GridField data)

    This code is working in dev and test and giving error only in pre prod.

    I have find out this is giving error only in two grid field. 

Reply
  • 0
    Certified Senior Developer
    in reply to Shubham Aware

    Hi Shubham, 

    I will not be able to post error/code screenshot due to privacy policy. The error is like this-

    Expression Evaluation error[Evaluation ID = ###] in rule "rule!rule" at line 1268 at function a!gridField() field {####SOMELONG ID###} does not exists

    I am using a local variable local!dropDownValues this local variable has value so it id fine, but as soon as I write this local variable in grid field its giving error. This local variable is using an Record to fetch data, (not the same as used in GridField data)

    This code is working in dev and test and giving error only in pre prod.

    I have find out this is giving error only in two grid field. 

Children