Create a saved search which will be added in a custom sublist. Here are the steps:
1. Create a saved search:
*Navigate to Lists > Search > Saved Searches > New > Transactions.
* In the Criteria tab add Type = Invoice
* In the Results tab, add the following (Summary Type for all except Number is Maximum, Number should be Group):
--- Formula Text = Formula =
to_char('<a href=https://' ||'system.netsuite.com/app/accounting/transactions/custinvc.nl?id=' ||{internalid}||'>View</a>')||' | '||to_char('<a href=https://' || 'system.netsuite.com/app/accounting/transactions/custinvc.nl?id='||{internalid}||'&e=T>Edit</a>')
Set the Summary Label to View | Edit
--- Date
--- Number
--- Name
--- Created From
--- Amount
* In the Available filters tab add Applied to Transaction
* Give the search a name and click on Public. Click Save.
2. Create the sublist in your invoice form.
*Navigate to Customization > Forms > Sublists
*In the Transaction tab select your saved search in the Search column. Then set the following columns:
--- Label = Invoices
--- Tab = Related Records
--- Sale = Yes
--- Field = Created From
* Click Save.
If you go to your invoice (created from a sales order) > Related Records tab > Invoices subtab > Click on View to show the invoice in View mode and click on Edit to show the invoice in Edit Mode.
No comments:
Post a Comment