Hello,
I am trying to create a product from Boomi and the mapping below is what i send to CRM. This creates the product but the pricelevel is not getting updated and the Status is going as Draft instead of Active.
It would be great if someone could reply back with some solutions that worked
Mapping sent from Boomi
{
"defaultuomid@odata.bind": "/uoms(b75a3c9c-6fc3-e711-a94c-000d3af3e840)",
"defaultuomscheduleid@odata.bind": "/uoms(b65a3c9c-6fc3-e711-a94c-000d3af3e840)",
"pricelevelid@odata.bind": "/pricelevels(6af703ef-66c3-e711-a94c-000d3af3e1d1)",
"cai_category": "DHON Prem",
"currentcost": 0,
"name": "TNS Test Item 0001",
"price": 0,
"productnumber": "TNS_ITEM_0001",
"producttypecode": 1,
"quantitydecimal": 5,
"quantityonhand": 0,
"standardcost": 0,
"statecode": 0,
"statuscode": 1
}


Product Created in CRM








