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
battk
05/14/2020, 3:36 PM
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
Ahmed
05/14/2020, 3:45 PM
set the status to Pending Approval i guess , but only let an employee with manager role to approve the order
b
battk
05/14/2020, 3:48 PM
you probably want to check if netsuite's existing supervisor based approval is sufficient for your needs
a
Ahmed
05/14/2020, 3:54 PM
Thanks . Can i modify the netsuite approval system or create my own as well using suitescript ?
b
battk
05/14/2020, 4:06 PM
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
battk
05/14/2020, 4:07 PM
you can hide ui buttons or fields to prevent people from changing the status
👍 1
battk
05/14/2020, 4:07 PM
you have to throw errors for the approve sales orders page