When printing records in NetSuite using Advanced PDF/HTML Templates, there are third party libraries used for generating the documents to PDF format. One of the major libraries is Freemarker (Engine template) with BFO (Used to convert XML to PDF). According to BFO documentation, the “href” tag is supported but with some limitations. Given the example: <a… Continue reading Add Hyperlink to Advanced PDF/HTML Templates that will Open in a New Window/Tab
Month: June 2023
Proposal for restricting duplicate customers
Proposal Summary This proposal covers the development for restricting duplicate customers in website for thermogard domains. Requirement Restrict duplicate customers registering in THRD websites. As per the requirement only the customers who registering in the same subsidiary with the email id needs to get blocked. It was noticed that customers are registering with same email.… Continue reading Proposal for restricting duplicate customers
Create a Cash Refund In Big Commerce from NetSuite through API
Solution Below code shows creating a cash refund in Big Commerce if the related order exists in Big Commerce Related KBs of Big Commerce Integration: https://jobinandjismi.in/get-customers-from-big-commerce-through-api/https://jobinandjismi.in/update-item-base-price-netsuite-to-big-commerce/
The Drawbacks of AI Art: Balancing Creativity and Authenticity
Artificial Intelligence (AI) has made significant strides in the creative realm, particularly in the field of art. AI-generated artworks have gained attention and acclaim for their innovative and sometimes unconventional nature. However, it is important to critically examine the drawbacks associated with AI art to ensure a balanced understanding of its impact. In this article,… Continue reading The Drawbacks of AI Art: Balancing Creativity and Authenticity
Setting up of Tax information about vendors in Suite tax
After installing the India localizations tax engine, entity records such as Customer, and vendor needs to be configured for Auto tax calculations in transactions. Go to List> Relationship> vendor > Edit Check the address information, All relevant details are available or not Confirm proper state code is available such as 29 for Karnataka Go to… Continue reading Setting up of Tax information about vendors in Suite tax
To create a task for customer profile updates
When the customer has requested an address in the profile information of the website we create a task for the employee for completing the task of profile update. When click the request button we call two functions for Creating and updating the Task in netsuite For Creation of the Task For the updation of the… Continue reading To create a task for customer profile updates
Add recaptcha in form.
It is very simple to add captcha to html form. Include the following div in the form where we have to include capcha Data site key is recaptcha key which we obtain after registering domain and site in reCAPTCHA admin console with Google account.A reCAPTCHA key is a unique alphanumeric string of 40 characters. And include… Continue reading Add recaptcha in form.
How to resolve the error that shows when adding items to the cart
Description : When some items are adding to cart it shows an error like this “Sorry, there is a problem with this Item and can not be purchased at this time. Please check back later”. Solution Make sure that this is showing for any particular item , Also the item contains any item options Verify… Continue reading How to resolve the error that shows when adding items to the cart
How to display data from a microsite on a website while other sites are also selected or included
Client Script
Is a client side script that are executed by predefined event triggers in the client browser.Client script executes in edit mode.Use client scripts to configure forms, form fields, and field values while the user is using the form. Client Scripts can : make fields hidden or visible make fields read only or writable make fields… Continue reading Client Script