Sales process A sales process is a systematic approach to selling that involves multiple stages, such as prospecting, qualifying, presenting, handling objections, closing, and following up. A well-defined sales process can help sales professionals to manage their time effectively and increase their chances of success. Sales funnel A sales funnel is a visual representation of… Continue reading Key Concepts And Techniques Related To Sales
Month: April 2023
Fetch Extension using New Token
For creating new token instead of using the existing one, replace the credential with an empty object which will force you to create a new token while deploying
SuiteScript to check whether the purchase order is fully received.
Here if purchase order is fully received true will be returned. Else, false will be returned.
Prevent Initial Extension Fetch
We have a configuration JSON that can be updated to prevent the initial extension fetch on the gulp folder. For example, replace fetchConfig with fetchConfig empty Obejct as shown in the figure, which will indicate what to fetch once more.
How can we add a new price level and update that price level on the website
We can add the price level in setup->accounting->accounting lists. Then add the price level must need to check the online price level checkbox for showing the price level in the website setup in the price level tab. Then the price level is shown in the inventory item we can update the price. Then we can… Continue reading How can we add a new price level and update that price level on the website
Netsuite Support case – NS Staff Access to Netsuite Data
The authorized NetSuite staff may need to access a copy of the Netsuite account in an internal QA environment in order to investigate and fix any cases and issues we have reported. For this we have flexibility and control over how and when we allow the authorized NetSuite staff to have such access, Netsuite provides… Continue reading Netsuite Support case – NS Staff Access to Netsuite Data
Resolve Inconsistent Shipping Method on Checkout When Using PayPal
Description : In some instances, shoppers who choose to pay via PayPal noticed that the initial shipping method they selected was changed to other shipping method (if web store offers multiple shipping options).This happens when the shopper already entered a shipping information on the web store during web registration (on the Address Information page), but… Continue reading Resolve Inconsistent Shipping Method on Checkout When Using PayPal
Error: “Failed to refund order #*********, No invoice/cash sale found in NetSuite”
Data Flow: Shopify refund to NetSuite refund (add) flow Error Code:billing_transaction_not_found Error Message: “Failed to refund order #*********, No invoice/cash sale found in NetSuite.” Reason: This error occurs when the flow could not filter and identify the cancelled orders and generate a customer refund. Resolution: Adding the import filters for the fields “transaction.length”, “cancel_reason” and “cancelled_at” should resolve… Continue reading Error: “Failed to refund order #*********, No invoice/cash sale found in NetSuite”
SFTP Token Host Key Generation
To generate the Host Key in base64 form, run the following command using Git bash to scan the ssh public key in base64 format: ssh-keyscan -t <host key algorithm type> -p <port number> <host name> Example: Here we are using the rsa algorithm and SFTP port number 22. In this example, in the place of… Continue reading SFTP Token Host Key Generation
Show Child Item in Quick Add
On this, we’re installing a custom plugin, so when an item is queried, it will look for the child item associated with it and update the list displaying. Adding the code used in the plugin