Hello,
I need to create Product Price record via Api. I created an API user and trying to create a role. Usually, there is no Product Price entity in the role. So I created a file in Espo/Custom/Resources/metadata/scopes/ProductPrice.json with code
Now Product Price available in Role and I set access to Create/Read/Edit:

But when I add this role to the API user, no permissions are set for Product Price in the 'Access' window, so the API user cannot create/read/edit Product Price.

What am I missing? Any comments on how I could create and edit Product Price via the API are welcome, or how to manage it so that the API user has access to Product Price. Thank you
I need to create Product Price record via Api. I created an API user and trying to create a role. Usually, there is no Product Price entity in the role. So I created a file in Espo/Custom/Resources/metadata/scopes/ProductPrice.json with code
Code:
{
"acl": true
}
But when I add this role to the API user, no permissions are set for Product Price in the 'Access' window, so the API user cannot create/read/edit Product Price.
What am I missing? Any comments on how I could create and edit Product Price via the API are welcome, or how to manage it so that the API user has access to Product Price. Thank you

Comment