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

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;}

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.

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.