<@U5H9HECTS> via customization yes
# administration
s
@screnshaw via customization yes
s
@Sciuridae54696d what kind of customization?
s
on the simplest level, a user-event script would do the trick, but it depends on why you're trying to do this, for deduplication on create, that'd be a different level of complexity, and say if it was transaction level, the externalids are shared between all transactions so that's another level of complexity
if what you are merely trying to do is reflecting it's relationship to an external service, and reason in doing so is your external service has some way of updating netsuite without wanting to store the netsuite internal ids on that platform say you were trying to do this, the user event script running on after submit context would work for you, instead of i suppose using csv to update these external ids... does that make sense?
s
Yeah, I have an after submit script that will already do this, but I was hoping there was a UI way of handling this
thanks!
s
there is, but only if you're administrator and you understand suitescript
s
I am a developer who also has administrator privlegdges :P
s
then you can use suitescript 1.0 on the console, to edit the externalid
in the developer console in the browser
s
ah. Yeah, I need this to be a going forward type thing
automation
s
how would you be going forward with a ui automation?
you're using uipath?
s
sorry, I mispoke. I meant a setting I could set in the UI.
s
so something you can set in the ui, that isn't console?
s
so like company --> settings --> set external id automatically
s
^ that you can do in the user event script already
these scripted fields you can create for all scripts, has an option for company, that will put that field in the company settings
but it'll still be a UE script, run aftersubmit
s
Yeah. I'll just use the script. Was hoping there was a netsuite setting that would do it by default
thanks!
keanu thanks 1