Looking at the customer XML, i can see the 'addres...
# general
m
Looking at the customer XML, i can see the 'addressbook' object. Anyone know where i'd see the script that creates the output of this? There's a couple custom fields we added that aren't showing within this and i just wanted to see how easy it'd be to add them in.
b
you dont have any control of the xml, its just an xml representation of the customer that netsuite can generate
m
Ok - so if the xml is a representation of the customer, I can see the custom fields within the customer object on the UI, but not in the xml
b
custom fields go to the address subrecord, not the addressbook sublist
m
how do i access that in NetSuite?
b
edit button on the addressbook sublist, which should match the url i gave
m
So, you can see here that the custom fields are present in the UI - shipping email and external ID
but the issue is im trying to pull this information into an integration tool, and when I view the XML of this, the shipping email and external ID don't show
b
what does the xml look like?
m
ah, they show in the xml of the address specifically
b
im not sure what kind of weird integration tool you are using that uses this information, but ive only seen the xml from the xml parameter used in the ui
m
this is just in NetSuite
so if i do an XML retrieval of the customer, it brings back the XML of the customer.
but im doing it in Boomi.
b
that should be suitetalk soap based