-
Question about file paths in SC/SCA
Hi everyone, I have a question about file paths in SC/SCA. I’m confused because there seem to be different ways to reference files depending on where the path is defined. For example, how should I reference an image under: Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. - SCA 2026.1.0 >…
-
NSC | SuiteQL Query: Fetch File URL of an Image Field from the Item Record
Scenario: A user wants to be able to fetch the URL Item Display Image but is unable to do so as the image field type is not supported by SuiteQL. To work around this, a custom field is created along with a workflow that will automatically set the custom field’s value when the Item Display Image field is changed. For more…
-
Mass update script for image alt tags
Hello, I am trying to implement a mass update script to only add image alt content on an item's associated image if there is no value. /** * @NApiVersion 2.1 * @NScriptType MassUpdateScript */ define(['N/record', 'N/log'], (record, log) => { const update = (context) => { try { // Load the Item Record const itemRec =…
-
SCM Mobile - Set up Image Capture
Hi There, I am trying to set up image capture in WMS Po receiving and would like the image to attach to the item receipt record. I have been following suiteanswers ID: 1015722. I have managed to get the Image icon on the page and the image gets saved in the File Cabinet. However, I am struggling to get it to save under the…
-
How to get pasted images in a Rich Text Field to Print with correct proportions on an advanced PDF?
Currently, pictures do not print appropriately when placed inside of a rich text format field while many other softwares and programs can handle this. The image comes out distorted when I try to scale it to be smalled in the rich text format field. See image below. It is highly disruptive to our Sales process as it leaves…
-
How to show the Image from file cabinet in Email template?
Hi Team, I am using workflow action Send email and custom content, referencing the file in code,But the file not displaying in sent email. Although the banner is available in preview. Also tried Suite answer: 105493, but no luck. Sample code: <p> <embed…
-
Why is the Excel File exported from a Suitelet corrupted when adding an image?
Hi There I have the following code which exports the search results into a table in Excel. That part works fine. However, I am trying to add an image from the filing cabinet which is resulting in the file becoming corrupted. Why is that? Is it not possible to add an image file ? /** *@NApiVersion 2.x *@NScriptType Suitelet…
-
How to Print Item Images in Sales Order Using Advanced PDF/HTML Template
We have Assembly Items which contains a Custom field for Item Image. This field contains images for our products (Field ID: custitem_atlas_item_image) I've tried to show these images in the Advanced PDF/HTML Sales order template, but i'm having an issue with it. I'm using the following code:…
-
Showing the image field in email body
Hello I create a custom field to reflect the employee subsidiary logo in order to use it for email signature but the result showing like this
-
How do you add Item Image field to the Primary Information area on an Assembly Item Record?
The item image field is available on the Inventory Item records page but not on the Assembly Item record