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!
Trying to retrieve credit card numbers
I have written SuiteScript scripts and a web service to do custom credit card processing. I've signed the correct forms and sent them to NetSuite to unmask credit card numbers for admins. When I am logged in as an admin, everything works great.
Now I am testing some roles that do not have the ability to see the credit card numbers. My script is running as admin as a fefore submit function.
In the restricted role, when a sales order is saved my script sees the following fields:
ccnumber => set to the masked credit card number (eg. ************4444) I was really hoping that since my script was running as admin, this would always be the full number.