Sdata Query Product throws Error

SUGGESTED

Sdata Query Product throws Error

I am getting SCRIPT5007: Unable to set property 'links' of undefined or null reference

Z011_crmAPISData.js (1,4909)

When I Do the following .

Code :

crm.sdata({
entity: "NewProduct",
id: "21",
success: function(crmRecord) {
console.log(crmRecord);
}
});

Note :

I also tried with Product Entity

I already enabled Sdata access for the product

I have also given info admin product rights to the user.

Parents Reply Children
No Data