Applies To
Product: 2019.1
Scenario
The steps below shows how to use an image in the file cabinet as the logo of an Advanced PDF/HTML Template.
Solution
I. Upload your desired image in the file cabinet using the following steps:
1. Navigate to Documents > Files > File Cabinet
2. Click the Images Folder
3. Click Add file to upload the image.
4. Click Edit on the uploaded image.
5. Copy the URL that contains 'https://system'.
6. Paste the URL on a text editor and append amp; to & (Example: & to &).
Example:
from https://system.na1.netsuite.com/core/media/media.nl?id=8&c=TSTDRV1510484&h=11b09c456d84990fc420
to https://system.na1.netsuite.com/core/media/media.nl?id=8&c=TSTDRV1510484&h=11b09c456d84990fc420
II. Use the image to the Advanced PDF/HTML Template.
1. Navigate to Customization > Forms > Advanced PDF/HTML Templates
2. Select the template that you would like to edit.
3. On the Source code please edit the src attribute of the image tag img src="${companyInformation.logoUrl}" using the copied URL. (Example: img src="url copied" )
4. Click Save.