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
  • 0
    Certified Lead Developer
    in reply to Madhusudan Tripathi

    You mean field UUID's are not matching with TEST and PREPROD?
    Check Record UUID is matching or not.

    Could you check record version history in PREPROD.
    And i hope you are not directly making modification in PREPROD.


    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.

    Have you tried this doing manually.

    Also have you tried redeploying interface by doing minor changes so identical version shouldn't come?

Children