Custom Guided Wizard
Button URL Structure

URL Fields

3min

The structure of passing field params and their values in the Button URL is as follows:

& will be used to attach your field to the Button URL

So, start with & when adding new fields as a part of Button URL, and then use the param name (we have provided the param names for different transactions in their respective docs) followed by assignment operator = and then the param value (field or static)

NetSuite has various field types. We can use two different ways to send the param value based on the field type:

  • Salesforce Field as param value
  • Static param value

Using Salesforce Field as param value

Button URL


Using Static param value

Button URL


The below table will guide you about how different field types can be passed

NetSuite Field Type

Param Value (Field)

Param Value (Static)

Data

Yes

No

DateTime

Yes

No

Text

Yes

No

Reference (Lookup)

Yes

TextArea

Yes

No

Numeric

Yes

Yes