I see that there is an external id on subsidiary i...
# general
m
I see that there is an external id on subsidiary in the schema browser. Is there a way to surface that on the subsidiary UI?
k
External ID can only be populated by script on Subsidiary.
There's a suite answer's article that details how.
m
I saw that one
k
As to exposing it on the subsidiary in the UI - create a non stored value "other record" field on the subsidiary
and source the external ID in there via formula
m
ok, but we’ll need to read/write it through user script?
k
you'll write it via script - reading it could be done with my custom field
m
right, yea, mispoke
k
it won't have a value unless you use the script to set it.
m
cool, thanks