Month: June 2022
Saved Search for Journal Entries created from Revenue Recognition and Amortization Schedules
Create Saved Search for Revenue Recognition Journals. Navigate to Lists > Search > Saved Searches > New Select Transaction Title: Enter Search Title Click Criteria Click Standard Fields:Note: For every required field use the drop-down menu to select it and once adjusted click Add if needed. Type: Select Journal Memo: Select Contains Rev Rec Destination Click Save Create Saved Search for Amortization Journals Navigate to Lists > Search > Saved Searches > New Select Transaction Title: Enter Search Title Click Criteria… Continue reading Saved Search for Journal Entries created from Revenue Recognition and Amortization Schedules
Setting Up Cash Basis Reporting
By default, NetSuite provides reports on an accrual basis to meet generally accepted accounting standards. We can choose to use a cash basis for the report data. The choice is applied only to reports where the distinction is relevant. We can modify this default globally for all relevant reports or individually for each report. To… Continue reading Setting Up Cash Basis Reporting
Remove fields from the job listing in Zoho
For your job listing, Zoho Recruit provides the following default fields: job type, city, country, date opened, job description, and experience. Add the following CSS to your website to remove them. Fields CSS Code Remove City .zrsite_City {display: none;} Remove Date .zrsite_Date_Opened {display: none;} Remove Job Type .zrsite_Job_Type {display: none;} RemoveJob Description .zrsite_Job_Description {display: none;}
To get parent name from the customer name hierarchy
In order to get the parent name from the customer name hierarchy through the saved search, use the following formula
How to update a custom field in product list items when add items to the wish list
Extend ‘ProductList.Item.Model’ and update the create function. when we add items to wish list a record is created in product list items,after creating the record we will get a internal id of the created record. So we can use ‘nlapiSubmitField’ to set value in custom field. For eg- We have Brand,Product category field in product… Continue reading How to update a custom field in product list items when add items to the wish list
Access data using client script in view mode
The data from a record cannot be accessed when the record is in the view mode, using the client script. Then use the search to access the values from the record. Pass the id of the record to the filter of the search.
Special character CSV import
This article includes the details on how we can import the data which have special characters to NetSuite.
Item Integration From Netsuite To POS System
This code will integrate the items from the Netsuite to POS system on button click using client script.
When we save the Packing Slip the screen jumps back into the SRA form.
Requirements: When we save the Packing Slip the screen jumps back into the SRA form. I had to go back into the PS to print it. Please change this to display the packing slip page upon saving. Solution: When we save the Packing Slip, the screen jumps back into the SRA form: As per NetSuite… Continue reading When we save the Packing Slip the screen jumps back into the SRA form.