NetSuite Entity Record Deletion with Postman

In this article, we will explore how to leverage Postman, a widely used API testing tool, to automate the deletion of entity records in NetSuite. Understanding Netsuite API for Entity Deletion Netsuite’s SuiteTalk API supports various operations, including deleting records. To delete an entity record, a DELETE request needs to be sent to the appropriate… Continue reading NetSuite Entity Record Deletion with Postman

Proposal For Pending Donation Approval with Email Notification

Proposal summary This proposal covers the scope of implementing a method for creating an ‘Incoming Fund’ customtransactions after reviewing the ‘Pending Donation’ custom transactions created on NetSuite,submitted by Donors through a custom portal. Requirement The requirement is to implement a method for creating Incoming Fund custom transactions afterreviewing the Pending Donation custom transactions. The customization… Continue reading Proposal For Pending Donation Approval with Email Notification

Setting the value of custom record.

record.submitFields({type: ‘customrecord_jj_open_box_item_log1108’,id: openBoxId,values: {‘custrecordjj_item_sold_openboxlog1203’: true,‘custrecord_jj_so_number_openboxitem1749’: saleOrderId,‘custrecord_jj_so_date_openboxitem1749’: soCreateDate}});

Resource Skill Set SuitApp

Create a Skill Category A Skill can represent either knowledge or the ability to perform a task. For each skill, you can definedifferent expertise levels, such as basic, intermediate, and advanced.You can create Skill Categories to group related skills under the same classification.Steps1) Perform a Global Search to locate the New Skill Category page.2) Enter… Continue reading Resource Skill Set SuitApp

Enable Resource Allocation feature

To enable the Resource Allocation feature, navigate to Setup, Company, Enable Features. Under the Company subtab, scroll down to locate the Resource Management section. Select the Resource Allocations checkbox. NetSuite displays a notification that related SuiteApps will be available when you enable this feature. Click Save. Note that once the Resource Allocation feature is enabled,… Continue reading Enable Resource Allocation feature

Resource Allocation Overview

There are two ways to approach resource allocation in NetSuite, centralized or decentralized. In a centralized process, the resource manager role allocates resources to all projects. In a decentralized process, each project manager evaluates and allocates resources to their own projects.The centralized resource allocation process has two main roles involved, project manager and resource manager.… Continue reading Resource Allocation Overview

Show a popup window in NetSuite with a Radio button

NetSuite uses the ExtJS library for a variety of purposes including showing popup windows for alerts and confirmations. We can make use of this to tailor this popup window for our own uses cases which would otherwise couldn’t be met using the standard ‘N/ui/dialog Module’Note : We are using the ExtJS library which NetSuite used… Continue reading Show a popup window in NetSuite with a Radio button

Show a popup window in NetSuite with a Checkbox field

NetSuite uses the ExtJS library for a variety of purposes including showing popup windows for alerts and confirmations. We can make use of this to tailor this popup window for our own uses cases which would otherwise couldn’t be met using the standard ‘N/ui/dialog Module’Note : We are using the ExtJS library which NetSuite used… Continue reading Show a popup window in NetSuite with a Checkbox field

Show a popup window in NetSuite with a Text Input field

NetSuite uses the ExtJS library for a variety of purposes including showing popup windows for alerts and confirmations. We can make use of this to tailor this popup window for our own uses cases which would otherwise couldn’t be met using the standard ‘N/ui/dialog Module’Note : We are using the ExtJS library which NetSuite used… Continue reading Show a popup window in NetSuite with a Text Input field