using this methode we can do Category details from the netsuite Retrieve Items by Commerce Categories commercecategoryid — You can use the parameter commercecategoryid to retrieve items that belong the specified Commerce Category ID.http://www.mywebstore.com/api/items?commercecategoryid=12345 commercecategoryurl — You can use the parameter commercecategoryurl to retrieve items that belong the specified Commerce Category URL.http://www.mywebstore.com/api/items?commercecategoryurl=/apparel/partywear/shoes commercecategoryname — You can use the parameter commercecategoryname to retrieve items that… Continue reading How to get category item details using the search API
Month: November 2023
Inventory Detail Icon Not Showing
Scenario On an Item Fulfillment and Item Receipt page, the user is unable to see the Inventory Detail icon. Solution If the Item uses Bins and is subsequently disabled (Use Bins check box = F), the Inventory Detail icon on the Item Fulfillment and Item Receipt records will be gone. To solve: Edit the Item involved Use Bins: Enter checkmark Click Save
QA Documentation TFLL
Requirement: The requirement is to synchronize the item details from “Do It Best Data Exchange” to NetSuite.The following data need to be synced from Do It Best to NetSuite:• Item Core Updates• Item Attribute (Delta)• Do it Best Stocked SKU Inventory by Date• Item Cost Updates (requires member number)• Stock Asset Deltas
Placing Meta Tags on the Pages of Your Site
The procedures you use for placing the meta tags on your site can vary, depending on the type of page. See the following topics for information about adding the meta description to each page 1.Homepage Meta Description2.Facet Page Meta Description3.Item Detail Page Meta Description4.Landing Page Meta Description Homepage Meta Description The ‘meta description’ on your homepage is… Continue reading Placing Meta Tags on the Pages of Your Site
Hide Standard Fields and Subtabs of an Entity Record when using a Custom Role
Scenario The administrator created a Custom Role with Full Access for their developer to access the account and perform different type of customization. The administrator only want their developer to access the customization and have limited view access on the records. The standard field (e.g. Tax ID) and the subtab Bank Payment Details will be hidden for the Developer Custom Role. Solution I. Create a new… Continue reading Hide Standard Fields and Subtabs of an Entity Record when using a Custom Role
How to category import if there are subcategory in the category using Csv import.
using this methode we can do Category import if there are subCategory in the Category using CSV import Commerce Category Import The commerce category import lets you add or update the following information for commerce categories: Commerce Categories Customer segment assignments Subcategories Category item assignments Category tags Category translations Commerce categories are used to create… Continue reading How to category import if there are subcategory in the category using Csv import.
QA Documentation OTGA
Requirement: In this task, need to check the displayed details in the Net Suite same as the saved search result based on different time zones.
Prevent User From Editing or Creating of Sales Order Using Workflow
Scenario User needs to prevent certain role to create and edit Sales Order eventhough they have edit access for it. The edit access is needed so that files can be attached to the record. Solution Navigate to Customization > Workflow > Workflows > New Basic Information: Name: Enter Name Example: Prevent user from creating and editing of SO. Record Type: Select Transaction Sub types: Select Sales Order Execute as… Continue reading Prevent User From Editing or Creating of Sales Order Using Workflow
How to create a user in the firebase using authentication function using react.js
Set Up Firebase Project: Go to the Firebase Console and create a new project. Set up Firebase Authentication in your project. Install Firebase SDK: In your React.js project, install the Firebase SDK using npm Command for installing firebase is “npm install firebase“ 3. Configure Firebase in Your React App: Create a Firebase configuration file, e.g.,… Continue reading How to create a user in the firebase using authentication function using react.js
Resolve Hidden Custom Form Field on Entity or Transaction Records
Scenario There are instances when the Custom Form field is not visible on a custom form even if the field is marked as Show on the custom form’s setup page. This is caused by the fact that only one form for the particular record type is active. If the Custom Form field does not include any… Continue reading Resolve Hidden Custom Form Field on Entity or Transaction Records