Hello, what is the field name for Address in Locat...
# advancedpdf
x
Hello, what is the field name for Address in Location record in Advanced PDF Template?
c
If you click on the field name while viewing (not editing) the record a little help popup will appear and one of the details it will have is the field id which you can then reference in your PDF template.
x
Thanks for your reply, It works some records. but for "Location" record, it doesn't work.
c
Do you have a custom record for "Location"? Commonly some form of "Address" is how you'll find/access the info. Depending on what record you are working with some of them they might have slightly different names.
If you search in Suitescript Records Browser -- or go to https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2020_1/script/record/account.html It should help direct you to what you're looking for.
x
There is a default location field in Purchase Order. and default location has mainaddress_text field on it.
But when I try to use that field in PO template,
I got that issue.
c
The field may exist, but if there's no data in it, it will come back blank.
A way to see if the field contains data, is to view the record, then add
&xml=t
to the end of the url and then load the new url, that will give you the more raw view of the information. Should help with debugging.
x
I tried all method to get that id of that field.
but all things didn't work
c
Hmm. Sorry @XueDong Mei we have hit the limit of what I have any real experience with. If I think of anything I'll drop it in here.