Sign in to your WooCommerce account. Navigate to WooCommerce > Settings > API > Keys/Apps Click Add key. Add a description and select the WordPress user for which you want to generate the key. Choose the level of access for this REST API key. Access levels include Read access, Write access, or Read/Write access. Click Generate API key and WooCommerce will generate REST API keys for the selected user. Now that keys have… Continue reading Retrieve WooCommerce consumer key and consumer secret
Author: Nancy Enasu
Item Saved Search to show zero for null value for Location Quantity on Hand
To show zero for null value for Location Quantity on Hand in Item Saved Search, Create Item search Provide the required criteria On the results tab, along with other columns add the following formula 4. Click Save & Run
Pop up search results using hyperlink
To pop up search result using hyperlink, you can use the following formula Create a search Provide the required criteria On the results tab, along with other columns add the following formula to display the hyperlink. Make sure to copy the URL from the NetSuite.
Show only Parent Location of an Item in Item Saved Search
To show only Parent Location of an Item in Item Saved Search, use the following formula. Under Criteria Tab include, Filter: Formula (Text) Description: is 1 Formula: CASE WHEN {inventorylocation.name}={inventorylocation.namenohierarchy} THEN 1 ELSE 0 END
Show Child Matrix Item Name in Item Saved Search
When creating Item Saved Searches, the Name field displays the parent matrix item name before the matrix child, e.g. Parent Item : Matrix Child. To display the Child Matrix Item Name only, formula text can be used in the search: Under Column sub tab of Results tab, Field: Add Formula (Text) Formula: Enter case when {parent} is null then {name} else {feedname} end Now the search… Continue reading Show Child Matrix Item Name in Item Saved Search
SHIP TO address of Purchase Order
Currently NetSuite allows Purchase orders to default to have SHIP TO address be the company address. We can have multiple “Ship To” for Purchase Orders and adjust the PDF so that the new Shipping Address will show. For that, Customize the PO form to enable the SHIP TO SELECT option and add the required address.… Continue reading SHIP TO address of Purchase Order
To add text in single line
Sometimes the headings of PDF appear like this. To add text in single line for PDF templates, use <pre> tag Now the heading appear like this
Sublist Action Group
To add Sublist Action Group in workflow, Open the respective workflow, where sublist action group to be added. Double click on the respective state New window opens, click on New Sublist Group 4. Add required fields and condition if necessary. 5. Select “Items” from sublist under parameters tab and click Save 6. Again, double click… Continue reading Sublist Action Group
Cash Sale to Invoice
To replace references to “Cash Sale” with “Invoice” in customer-facing documents (email, pdf forms, etc). Select the transaction form that corresponds to the Cash Sale. Under Printing Fields, select Form Tile and tick the checkbox next to it. Name the label as Invoice and save it. Now Email and PDF template associated with Cash Sale… Continue reading Cash Sale to Invoice
Suite Script Analysis
Suite Script Analysis helps identify potential issues, inefficiencies, and best practices within Suite Script codebase. Select the type, name, context to view performance of specific scripts. Navigation : Customization > Performance > SuiteScript Analysis Filter the scripts with Type, Name and Date SuiteScript details displays data such as the total number of users, logs, and… Continue reading Suite Script Analysis