Getting error from the Recordtype

Certified Associate Developer

Hi All,

I'm getting the below errror from the recordtype Can you please help me to find the rootcause for this issue

Expression evaluation error [evaluation ID = 4JPG0] at function a!recordList: An error occurred while retrieving the data for "NV_CaseData". Details: Record type is marked as synced, but its data has not yet been synced or its existing synced data has been invalidated. Contact your system administrator. (APNX-1-4198-000)

Thanks,

Udhaya

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to SNEHA

    General practice:
    1.A process(related action) to write the data to records with activity chaining enabled
    2.leftpanel data needs to be wrapped in refreshvariable with refresh after set to "record_action".

    That's the general practice we maintain.

    But do you want to process it on here itself?, your requirement is bit unclear. Can you be more specific what you trying to achieve

Children