You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Overide id column on business object

edited Feb 13, 2020 2:59PM in Visual Builder 2 comments

Summary

Override Id column value on Business object

Content

Hi,

We have a requirement to have own unique id on the id field of business object instead of having system generated unique numbers.

We noticed data manager support this but we are using the REST API POST method and passing the id on the payload for example below but id field is not considered and record created with system generated id.

 

{
      "id" : 1000123,
      "partyNumber" : "1_create_new_feb13_7:36",
      "partyName" : "Sample_2"
}

 

please suggest is there any alternative way to create record with own unique id?

Thanks,

Suresh

Version

Version: 19.3.1.7

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!