User License Count

Navigate to Setup > Company > View Billing Information 2. Check the following licenses Advanced Partner Center Employee Center Full Licensed Users Retail User WS Concurrent User 3. Compare the Current Provisioned Qty column and Current Used Qty column Note: Current Used Qty should always be equal or less than the Current Provisioned Qty column to Edit and Save an existing Employee Record. If Current Used Qty column… Continue reading User License Count

RESTful API

What is a RESTful API? REST stands for Representational State Transfer. It is a software architecture style that relies on a stateless communications protocol, most commonly, HTTP. REST structures data in XML, YAML, or any other format that is machine-readable, but usually JSON is most widely used. REST follows the object-oriented programming paradigm of noun-verb.… Continue reading RESTful API

Levels of Software Testing

Software level testing can be majorly classified into 4 levels:  1. Unit Testing 2. Integration Testing 3. System Testing 4. Acceptance Testing Unit testing:  A UNIT is a smallest testable portion of system or application which can be compiled, liked, loaded, and executed. This kind of testing helps to test each module separately. The aim is to test each… Continue reading Levels of Software Testing

How to create a quote in NetSuite and the way to convert the quote to sales order

Creating a quote 1.Go to Transaction -> Sales -> Prepare Quotes 2.In the Quote creation page enter the mandatory field 3.Adding one item and give the location , then save the quote page. 4.New quote is created. How to convert the quote into sales order in NetSuite 1.In the Quote page there is an option… Continue reading How to create a quote in NetSuite and the way to convert the quote to sales order

Creating Custom Child Record Sublists

1.Define a custom record type (such as the fixed assets record mentioned earlier). 2.Establish the parent–child relationship between your new custom record type (fixed assets) and another record type. Parent–child relationships are established through custom fields. Add a custom field to your new custom record type. On the field definition page for the new field,… Continue reading Creating Custom Child Record Sublists

Export CSV files of Order from NetSuite to AWS SFTP server

User event script for Export CSV files of Purchase Order from NetSuite to AWS SFTP server. The script fetch the details from the PO and converted it to CSV files. Then CSV file will be stored in the file cabinet folder. The data from the file cabinet will export to SFTP server. UserEvent Script Suitelet… Continue reading Export CSV files of Order from NetSuite to AWS SFTP server

UiPath: What is UiPath and Why is UiPath used?

UiPath is a Robotic Process Automation tool that is used for Windows desktop automation.It is used to automate repetitive or redundant tasks and eliminate human intervention.The tool is simple to use and has drag-and-drop functionality for activities.UiPath has a standard Studio version which has a trial period of 60 days.The best part is, that UiPath… Continue reading UiPath: What is UiPath and Why is UiPath used?

Internal ID of Newly Create Item Is Not Always in Sequence

When user create items via UI, the Internal ID‘s of newly created items set by the system are not always in sequence. It shows that some numbers are skipped. To determine the behavior on internal ID sequence of newly created item records user need to run some tests and observe. Solution Item A is the most recent… Continue reading Internal ID of Newly Create Item Is Not Always in Sequence