Scenario The client requires to accesss Tax Report international for custom Role. Usually this page can be access only by standard role which comes from the bundle such as Tax reporting accountant, Tax report accountant reviewer etc Solution Provide every access that has been provided to the roles that comes form the bundle such as… Continue reading Permission for Tax Report International for Custom Role
Month: May 2023
Proposal for NetSuite-Cerasis Integration
Jira Code : TFLL-132 Proposal Summary Toolfetch would like to implement the integration between NetSuite and Cerasis for live shipping rate calculation through GlobalTranz connect. Requirement The primary objective of this integration is to provide NetSuite users with access to real-time shipping rates from Cerasis through the GlobalTranz Connect. This will enable businesses to make… Continue reading Proposal for NetSuite-Cerasis Integration
Debounce function for type-ahead search results in suitecommerce advanced
You can use the debounce function for type-ahead search results. When a user begins to type a keyword to search for, requests are sent automatically after the third character is entered. As the user types keywords, more requests are sent. This can lead to a potentially high number of unnecessary requests. For example, if the… Continue reading Debounce function for type-ahead search results in suitecommerce advanced
How to add script to cornerstone theme
To add a script to the Cornerstone theme in BigCommerce, you can follow these steps: Log in to your BigCommerce admin panel. From the sidebar, navigate to “Storefront” and select “Script Manager.” In the Script Manager, click on the “Create Script” button. Provide a name for your script, such as “Custom Script.” Under “Location on… Continue reading How to add script to cornerstone theme
Update Item Base Price NetSuite to Big Commerce
Below code defines if the base price is updated for an item in NetSuite, the same will get updated in Big Commerce. Script: User event Below functions defines to sent get requests to big commerce
Get Customers from Big Commerce through API
Below Code is defined to get the customers from Big Commerce and create them in NetSuite if not exists Script: Map-Reduce
Saved Search Formula for Date Range to Pull Out Customers with Order for the last 3 months
The formula: Formula Numeric = case when {today} – {trandate} <= 90 then 1 else 0 end
Basic Git Commands
To use Git, developers use specific commands to copy, create, change, and combine code.These commands can be executed directly from the command line or by using an applicationlike GitHub Desktop. Here are some common commands for using Git: git init initializes a brand-new Git repository and begins tracking an existingdirectory. It adds a hidden subfolder… Continue reading Basic Git Commands
Record pages monitor
Record Pages Monitor is a feature that allows to monitor and analyze the performance of record pages within NetSuite account. Record pages refer to the individual pages that display and allow to interact with specific records, such as customers, sales orders, purchase orders, or custom record types. The above listed record shows: Record type Record… Continue reading Record pages monitor
Plugin to display twitter feed
To display twitter feeds in wordpress,a new plugin “Feed Them Social – Page, Post, Video and Photo Galleries” by By SlickRemix can be used. “ Custom Twitter Feeds” plugin was used to display twitter feed in wordpress.Now this plugin updates feeds in the page only for paid users.A update may happen in June which enable… Continue reading Plugin to display twitter feed