Is there a way to grant permissions to a role to a...
# suitecommerce
b
Is there a way to grant permissions to a role to access Theme Skins in SCA? The Store Manager role can access SMT but the Themes section is missing from the Settings menu.
s
So, just to be clear, other roles (such as administrators) are able to see the theme customiser but for store managers they can't?
(Or are you setting up a custom role, because my understanding is that custom roles cannot access the theme customiser, regardless of what settings you set.)
b
I have some users with the Store Manager role and they report not being able to access the Themes.
Update, looks like user error here. Some were using the wrong role, and some were using the wrong domain. All good now!
s
This is kinda funny because I was able to replicate it with my store manager role
But hey, if it's working for you then šŸ‘šŸ»
b
yeah, it seemed logging out and back in solved it in that case
@Steve Goldberg actually testing again it seems the Store Manager role does not work, only the Administrator role.
netsuite 1
s
OK, I think that there is a permissions issue and if you want to use the store manager role, you will need to create a custom version of it, assign it to your colleague, and then edit two script deployments to give them access to: • NS SC ExtMechanism EMB Endpoints (script id: customscript_ext_mech_emb_endpoints, deployment id: customdeploy_ext_mech_emb_endpoints) • NS SC ExtMechanism Services (script id: customscript_ns_sc_ext_mech_services, deployment id: customdeploy_ns_sc_ext_mech_services)
b
Ok I'll take a look at that.