Uploading images or adding the respective URLs

I. Create a Custom Item Field    1. Navigate to Customization > Lists, Records, & Fields > Item Fields > New    2. Provide a Label    3. Set Type to Hypelink    4. Mark the Store Value checkbox    5. Under Applies To tab, select the item type (e.g. Inventory Item)    6. Under Display tab, set Subtab to Main, then… Continue reading Uploading images or adding the respective URLs

Custom Item Field Values not Displayed for Gift Certificate Items in the Webstore

Scenario When checking out Gift Certificate items, user encounter an error when submitting the order in web store: “Error processing dynamic tag for the custom item field because the system cannot find this field for gift certificate items.” This error is caused by the custom item field values is not displayed in Gift Certificate items… Continue reading Custom Item Field Values not Displayed for Gift Certificate Items in the Webstore

Description Item, Discount Item, Mark Up Item

Description Item Navigation: List>Accounting>Item>New>Description Item Description line items let you place sentence- or paragraph-long descriptions on items you are not selling. For example, you can enter special shipping instructions or a disclaimer. Description items have no amount field. They are only used to add text to transactions. They can be used on both purchase and… Continue reading Description Item, Discount Item, Mark Up Item

To add a custom item field in My Account

Go to transaction_line_views_cell_actionable.tpl template. Add the following code to the template wherever you want the field to appear: {{model.item.custitem_my_custom_field_id}} custitem_my_custom_field_id is the ID of your custom item field Save your code and test on a local server or deploy to NetSuite and activate as required.