
Announcements
Hello Guys,
I had one issue for fetching records from dynamic 365 customer self service portal.
i have create three site setting for that entity as below:
1) Webapi/ispl_schemeskus/fields & Value is *
2) Webapi/ispl_schemeskus/enabled & Value is true
3) Webapi/error/innererror & Value is true.
when i fetch data using <portal url>/_api/ispl_schemeproductses this URL.
but getting error as below:
{"error":{"code":"90040101","message":"Attribute ispl_schemeskusid in table ispl_schemeskus is not enabled for Web Api.","innererror":{"code":"90040101","message":"Attribute ispl_schemeskusid in table ispl_schemeskus is not enabled for Web Api.","type":"AttributePermissionIsMissing"}}}
Please help. Thanks in advance.
Regards,
Akshay Shah
Have you set the Site Settings correctly and synced your site - see https://learn.microsoft.com/en-us/power-apps/maker/portals/web-api-overview#site-settings-for-the-web-api
(note: for initial development for the attributes site setting you can use an * instead of listing the attributes, but should list the individual attributes after it is working with * so you only expose what is absolutely necessary)