SugarCRM has by default, inbuilt GUID having a format,
aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee
and the field name is “id” also known as Sugar Bean ID.
I am using SOAP Web Service version 4.1
When I supply some value in id field, no entry is created.
I have to supply nothing to id field and then only entry is created with a default bean id format of aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee.
How can I make my own custom id as the Bean id?
Try passing the adding this in the ‘name_value_list’ array in the call…