It looks like it is complaining about <recordty...
# sdf
n
It looks like it is complaining about <recordtype>PURCHASEORDER</recordtype> - this same script already exists in prod and the XML downloaded from prod looks the same
d
and the
manifest.xml
is updated with dependencies?
n
Can you confirm if you have Purchase Order enabled in your account?
n
@dbaghdanov No dependency changes at all
@NickSuite Absolutely, purchase orders enabled and being used. Again, this script is actually already deployed and functional. We were just making changes to the event type it runs on (CREATE vs DROP SHIP)
n
Then why are you deploying the script instead of updating the file only? @Nicholas Penree
n
because the event type is configured on the script deployment
@NickSuite We commited an XML change that we tested on the sandbox that changes the Event Type filtering from Drop Ship to Create:
n
and why are you handling it via Event Type instead of handling it in the script? Will you create new script for every Event Type?
I know it's not relevant to your issue, but just wondering on your thoughts.
n
We only want it to run on the create event why have a script fire for every event just to filter it out. You can select multiple event types on the deployment if you want the script to fire for several
Our opinion is the less things running in NetSuite the better