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 Reply Children
  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    Hi Stefan,  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.

  • 0
    Certified Senior Developer
    in reply to Madhusudan Tripathi

    and in addition to that the local variable is used in a dropdown also in same interface and if I comment the grid column its working fine. but I am getting error only when I use the local variable in grid column