Proposal Summary This proposal covers the development of implementing the updates in special item under all categories Requirement To display special items in categories other than special categories. For special items, the price displayed should be special price and the online price should have strike-through in PLP and PDP. The Special Items on PLP pages… Continue reading Implement Special badge functionality for all pages – Purecare website
Month: August 2022
Email Capture Plugin Setup In NetSuite
To verify if the attachment was saved successfully on File Cabinet: Navigate to Documents > Files > File Cabinet Click the specified folder on script from Step #2 Enable Server SuiteScript feature: Navigate to Setup > Company > Enable Features Click SuiteCloud SuiteScript: Server SuiteScript: Enter Checkmark Click Save Create the Implementation Script file. Sample script below: function process(email) { nlapiLogExecution(‘DEBUG’, ‘EMAIL PLUGIN… Continue reading Email Capture Plugin Setup In NetSuite
To set role, department, or subsidiary access restrictions on Custom Fields
Edit the custom field record.2. Click the Access subtab.3. In the Default Access Level field, set the access level we want to grant to roles, departments, and subsidiaries that you do not specifically define below.4. In the Default Level for Search/Reporting field, set the level of access we want to grant through search and reports to roles, departments, and subsidiaries that we do not… Continue reading To set role, department, or subsidiary access restrictions on Custom Fields
Setting Filtering Criteria
When creating a list/record or multiple select custom fields, we can filter the choices available in that field on records and transactions based on selections made in other fields. This allows tailoring the exact choices offered to users entering records and transactions.Note: Filtering only applies to lists of records. It does NOT apply to custom lists.… Continue reading Setting Filtering Criteria
Add ‘Free shipping countdown’ in cart page
Creating a child view for shipping countdown getting a value from Custom Entity Feild from customer record.The Entiry Feild id is custentity_anx_free_shipping_threshold.Then passing the value to template. The example screenshot is added below
How to get getStockInfo() in pdp page
Gets information about the inventory of the item, such as whether the item is in stock, the quantity in stock, and the in-stock and out-of-stock messages. If the item is an inventory item, it returns the available quantity of the item. If the item is a matrix item and subitems are filtered (with getSelectedMatrixChilds()), it… Continue reading How to get getStockInfo() in pdp page
Mass Delete records through Inline Editing
In NetSuite, we can delete mass records by using inline editing features. To enable the Inline Editing feature, Go to Setup > Company > Enable Features > Company tab > Data Management > Inline EditingSimilar to manual deletion, this process is irreversible. Take extra caution when deleting records.Note: Not all record types support Inline Editing.… Continue reading Mass Delete records through Inline Editing
Handlebars in Celigo
Handlebars is a simple templating language. Handlebars templates look like regular text with embedded handlebars expressions. Code that appears between the curly braces {{field}} are known as “expressions” in Handlebars. Handlebars expressions may be used for: Mapping Export and Import application fields; Performing dynamic arithmetic calculations on the values being exported; Performing dynamic encoding and… Continue reading Handlebars in Celigo
Export Types of Integrator.io
The following export types are available to help support common integration patterns: All: Exports all data, always. Delta: Exports data changed since the last time the flow ran. If you want to reference the lastExportDateTime or the currentExportDateTime field without using a Delta export type, you can create the field manually. Once: Exports data that has not already been… Continue reading Export Types of Integrator.io
Restrict Items on transactions using Customer Center Role
Create an Item Saved Search that will show the specific Items Use a standard field or create a custom field in Item record Select the standard or custom field created as a filter Public: Enter Checkmark 2. Customize the transaction forms: Navigate to Customization > Forms > Transaction Forms. Locate the preferred external transaction forms. Edit the form and rename it. Navigate to… Continue reading Restrict Items on transactions using Customer Center Role