How to Assign Vendor Center Role to A Vendor in NetSuite

To assign the Vendor Center Role to a vendor in NetSuite, you’ll need to follow these steps: First, go to List > Relationships > Vendors and find the vendor you want to edit. Click on the “Edit” button to make changes to the vendor’s details. Once you’re in the editing mode, navigate to the Access… Continue reading How to Assign Vendor Center Role to A Vendor in NetSuite

NetSuite Vendor Center

NetSuite’s Vendor Center is a centralized platform that helps companies streamline their interactions with vendors. Vendors can easily access the vendor dashboard, respond to RFQs, and see current and past purchase orders.  To do that, go to the Setup menu, click Company, and select Enable Features. Next, navigate to the Web Presence Tab and make… Continue reading NetSuite Vendor Center

How to set dependency types for the project task

The project task record can be used to keep track of specific activities and milestones associated with a project. We can set up the dependency type of the tasks while creating new tasks related to a project. Within the Project Task record, navigate to the Predecessors subtab to establish dependency types for tasks. Choose an… Continue reading How to set dependency types for the project task

Suitelet script to perform approver actions coming from webstore approval system

/**  * @NApiVersion 2.1  * @NScriptType Suitelet  */  ‘use strict;’  define([‘N/record’, ‘N/email’, ‘N/search’],        (record, email, search) => {   /***           * Function to capitalize the first lettor of customer name           * @param customerName : customer name as sring        … Continue reading Suitelet script to perform approver actions coming from webstore approval system

How to select a Bank account in the Match Bank Data and Reconcile Account Statement

When conducting a reconciliation process in either the “Match Bank Data” or “Reconcile Account Statement” pages, it is necessary to select a bank account in the Account field. Steps to Select a Bank Account: Go to Lists > Accounting > Accounts. Click the Edit link to the left of the account you want to modify.… Continue reading How to select a Bank account in the Match Bank Data and Reconcile Account Statement