Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
SDF User Event Script Deployment Role
Hello,
So I'm deploying a user event script through SDF and I want to set the audience of the script deployment to specific custom roles that already exist in our account,
I'm following this documentation https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/SDFxml_1334137041.html#SDFxml_1765332876
and I found out that you can do this through the <audslctrole> tag of the scriptdeployment but I'm not sure how to reference an existing custom role,
My script deployment looks like this:
so far I've tried
<audslctrole>customrole1114</audslctrole>
<audslctrole>Classic - Alliance SA</audslctrole>
<audslctrole>[scriptid=customrole1114]</audslctrole>
but all have failed,