Tuesday, September 25, 2018

Create Inline HTML Field to Display and Print Company Logo on Custom Record Entry Page

1. Upload the company logo on the File Cabinet Images Folder. Navigate to Documents > Files > Images
2. Click Add File button, then upload the company logo image file saved from computer local drive.
3. Edit the image file in NetSuite and get the URL of the file Example: https://system.netsuite.com/core/media/media.nl?id=1657760
4. Create a custom field on your custom record type.
5. Set the Type = Inline HTML
6. Set Store Value = F (unmark checkbox)
7. Under Display Tab set the following:
Insert Before = Outside columns at top
Display Type = Inline Text
8. Under Validation & Defaulting tab, set Default Value:
<img src="https://system.netsuite.com/core/media/media.nl?id=1657760">
Note: The html code indicates that image is being sourced from the URL of the image file from step 8.
9. Hit Save or Save & Apply to Forms button.

Note: Since custom record does not have pdf layout, this can be used as alternate solution to print the company logo or header on the custom record page.

 

No comments:

Post a Comment