Scheduling Email With HTML Content

Scenario: We can add HTML content in a Email Body and we can use basic operations like looping, if conditions, arithmetic and logical operations in this section. Here Pending Time sheets details are sending to corresponding project managers. The email body contains Time sheet link, and other details including its link to the corresponding time… Continue reading Scheduling Email With HTML Content

Voiding Credit Card Transactions

NetSuite lets you void (reverse) authorizations by canceling the sales order. When you cancel or close a sales order, NetSuite sends a void request to the payment gateway to void the authorization and release shopper’s funds. For details on closing a sales order. Important Voiding authorizations from within NetSuite is supported only for CyberSource and… Continue reading Voiding Credit Card Transactions

REST Web Services

The NetSuite REST web services provide an integration channel that extends the capabilities of SuiteTalk. REST web services provide a REST-based interface for interacting with NetSuite. REST Web services is a new feature for the NetSuite integration. This is an easy method to implement and also REST is widely popular, REST Web services will be… Continue reading REST Web Services

Difference of As Of and Age As Of on Aging Reports

As Of refers to the date that the report will capture transactions.  If As Of is set to yesterday, then the transactions that the Aging report will include will be all the transactions dated up to yesterday’s date. Age As Of refers to the date from which the report will count the age of transactions.  If Age As Of is set… Continue reading Difference of As Of and Age As Of on Aging Reports

Item Fulfillment – Address Update

Scenario A User Event script is loading the Item Fulfillment record dynamically and it appends details to the Attention (id: attention) field found in the Address subrecord. Appending values to the said field in the record level will automatically check the Override (id: override)checkbox that is also a part of the Address subrecord of the Item Fulfillment and set… Continue reading Item Fulfillment – Address Update

Apply Summary Search Result to a Field

Requirement: We need a reference in the Sales Order Advanced PDF template to distinguish whether the order has an invoice posted against it or Partially/Fully fulfilled. Solution: We can create a free-form text type field where we will add a summary search which shows the count of applying transactions (type= invoice or Item fulfillments) in… Continue reading Apply Summary Search Result to a Field

SOAP WSDL Versions

SOAP web services use a single WSDL file that describes all supported operations and messages. You can access that file at the following link: https://webservices.netsuite.com/wsdl/v2021_2_0/netsuite.wsdl In this link, v2021_2_0 reflects the WSDL version. NetSuite defines WSDL versioning, the location of schemas, namespaces, and the endpoint. The WSDL is composed of numerous NetSuite-specific types that are… Continue reading SOAP WSDL Versions