Hi everyone , I want to create an approval script/...
# suitescript
a
Hi everyone , I want to create an approval script/workflow [whatever is feasable] in Netsuite . I want to have a a script or workflow that incase of an item of a certain category is added to a sales order, sends sales order to manager for approval . Is it possible ? Can anyone guide regarding this ?
b
be more specific. something like set the status to pending approval and email someone makes it much more obvious how you can do this in script or workflow
a
set the status to Pending Approval i guess , but only let an employee with manager role to approve the order
b
you probably want to check if netsuite's existing supervisor based approval is sufficient for your needs
a
Thanks . Can i modify the netsuite approval system or create my own as well using suitescript ?
b
approval in netsuite is based on either changing the status field or approving the sales order via a button or the approve sales orders page
👍 1
you can hide ui buttons or fields to prevent people from changing the status
👍 1
you have to throw errors for the approve sales orders page
👍 1
a
Thanks .. I will look into it.