Sync failed

Certified Senior Developer

I created this update records-related action from the "Generate a Record Action" button.

following is the auto-generated process model.

Its having following wrror 

And following is an error on site :

An error occurred while retrieving the data for "DDE Invoice Data". 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.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Capt_Barbosa

    Yes, I have solved it, it is a little complicated.

    So I created the database by publishing CDT. It has the primary key of integer datatype, but while publishing it changes it to BIGINT while creating the table in the database. And because of that sync records don't work.

    My solution is that I changed the datatype of that key to int in the database manually.

    Now it updates and syncs records without any issues,

    BUT now I have a new issue: Data store mappings can't be verified.

Children
No Data