By Following these steps add prices to an item for NetSuite Point of Sale. You can have a single base price for all stores. Price levels let you sell an item for different prices, and can be used for stores that you internally assign to different marketing areas or regions. For international retailers, you can… Continue reading Add a Price or Price Levels to an Item
Month: December 2022
How to decode the response and get the data from response.
$response = curl_exec($curl); $jsonArray = json_decode($response, true); if($jsonArray[‘status’] == 200) { $responseArray=$jsonArray[‘response’]; $freight_option=$responseArray[‘freight_option’]; $freight_minimum_amount=$responseArray[‘freight_minimum_amount’]; }
Dunning procedure Bulk Assigning
Using the Dunning Bulk assignment page we can assign the dunning procedure for customers. To bulk assign dunning procedures to customers: Go to Dunning > Setup > Dunning Bulk Assignment. In the Applies To field, select Customer. In the Dunning Procedure field, select the dunning procedure you want to assign to multiplecustomers. Select customers by… Continue reading Dunning procedure Bulk Assigning
Testcase-Add Favicon for Website
TEST ID TEST CASES EXPECTED RESULT ACTUAL RESULT STATUS PPLD-338_001 Check whether the favicon is visible in the website. The favicon should be visible in the website Favicon is visible in the website PASS PPLD-338_002 Check whether favicon is visible in all the pages of the website . Favicon should be visible in all the… Continue reading Testcase-Add Favicon for Website
Subsidiary Configuration: Dunning
After installing the Dunning SuiteApp. All Active Subsidiaries Dunning Configuration will be automatically performed. Additionally, each new subsidiary you create will come with an automatic the associated system-generated dunning configuration record. The Default Settings: Automatically Assign to New Customers box is checked – This means that each new customerrecord created for the subsidiary is automatically assigned… Continue reading Subsidiary Configuration: Dunning
To add tag to all the elements except to the element in the last
In tpl file we need to create <hr> tag along with class nameExample: In corresponding sass file
WMS fulfill orders in packed status directly using System Rule
When wave has released to WMS. We can pick the order using the Picking icon in WMS. NetSuite WMS generates fulfillment records from completed pick tasks. It follows your preference to generate fulfillments per order or per order line. By default, it marks the generated fulfillments record as Picked. You can change this default status… Continue reading WMS fulfill orders in packed status directly using System Rule
Steps to send the message to slack using API
Steps to send the message to slack using API