Record

If your layout should be printed from a specific record in NetSuite and you want to include data from that specific record, or from joined datasources, without having to hard-code internal ids etc. in your underlying data, Layouts offer you the possibility to define the Base Record of the layout. When printing the layout NetSuite will automatically and dynamically use the internal id of the record. If you are printing from the editor directly the base record list field will allow you to manually choose which record to print. There are two ways to define the base record of your layout:

  1. Add a Dataset record with the Type set to "Record".

  2. Add a Dataset record with the Type set to "Search".

In the below section you will find more information about how to implement the type Record.

Base Record from Record:

  • Instruction:

    1. Navigate to Dataset - New Dataset and choose "Record" in Type.

    2. From the Record type field, select the record type you want to use as base record.

    3. When you are done with the above, click on Save.

  • Limitations:

    1. Transactions, Items, Entities and Activities are all collections of record types. If you e.g. want to use the same layout for both invoices and cash sales, this Record type option will not be applicable as it will force you to define your base record as either "Invoice" or "Cash Sale". This limitation is however solved by using a Search typed dataset instead to define the base record.

    2. Please note that you cannot have more than one base record per layout.

Read chapter Searches for more information on how to set your base record using that type.

With your base record define you are now able to access all available fields from that record type, directly from the Editor.

  • Components: If you right-click somewhere in the editor and navigate to Components > The name of your dataset you will find a library of all available fields from that record. If you want to insert a field in your layout simply double-click on the field and the FreeMarker tag will automatically be inserted.

  • Visualize Data: If you select a specific record in the Record ID (Base Record) field you can choose to visualize the data for that record to see what type of data you will get. In the Editor, right-click to open up the context menu. Click on Visualize Data and all your datasets and their results will be shown in the Visualize data pop-up.

Components

Visualize Data