How to make show field like link in saved search for creating SalesOrder , or any record ?

Hi Every One,

Some times we come across a requirement to make a link to create Record or Update record in Netsuite.
To achieve this please use steps as below:

1. Make a saved search, in our case it is transactional so we should include mainline is T.
2. Under the Results tab, place in the desired fields to be displayed in the search results.
3. Add a Formula (Text) field with the following formula:


'<a name="addedfields" id="addedfields"href="https://system.sandbox.netsuite.com/app/common/entity/contact.nl?refresh=contact&parentType=custjob&parent=&entity= '||{contactprimary.internalid}||' "target="_blank">Log Note</a>'

4. Click Save



**** This same logic can be used to achieve many thing.
Please let me know if you see any issue
 
All the best 

Take care 
Abhi

Comments