My Script is attempting to populate the SalesRep a...
# suitescript
a
My Script is attempting to populate the SalesRep and the ShipMethod on a transaction, what permissions would be needed for those values? Or any other reason those are unable to populated? Thanks!
b
i dont think you need any special permissions beyond being able to create a sales order
the usual is to do whatever action you are trying to accomplish in script in the ui
using the same employee/role
a
Thanks @battk The ShipMethod is a drop down list, would that impact the ability to write to it? Also, the Ship To Phone isn't populating either, interestingly enough.
b
same rules as the ui
a
@battk these particular fields are populated with defaults in the UI. I've tried to put the Ship To Address create in the same order as the custom entry box also, no luck.
b
you are going to need to share a lot more of your code if you want real help
a
Noted, I'll get it cleaned up to share. Thanks