Write Record where primary key is GUID unique identifier.

Hi Everybody,

Has anyone had success implementing data synced record types on database tables that use GUID unique identifier as database fields?

In one of our example tables the primary key uses unique identifier. I can configure the data synced record type and perform full sync with the record. But when I use the Write Record smart service I get the following error.

Unable to write to the source due to system error.
Error Details: The generated key type is not supported. Unable to cast [null] to [java.lang.Number].

Workarounds involve using the Query Database smart service to execute SQL Statement for inserting then running the Sync Records service. But I feel like we are losing value having to resort to Query Database smart service.

Asking the community if there were any success stories using unique identifier data type with their data sync record types.

Thanks In Advance

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data