Custom Transaction Form Use Cases

The following table includes the order of tasks required for some common edits you could make to custom transaction forms in SuiteCloud Development Framework (SDF).

Use Case

Details

Hide fields in a form used in another account.

  1. Create a custom transaction form in a NetSuite account.

  2. Import that form into a SuiteCloud project.

  3. Hide some fields.

  4. Generate dependencies in the manifest.

  5. Deploy form object to a different NetSuite account.

Change field labels and reorder the fields on the form in a NetSuite account.

  1. Create a custom transaction form in a NetSuite account.

  2. Import that form into a SuiteCloud project.

  3. Change labels on fields.

  4. Reorder fields in the same field group.

  5. Deploy form object to the same NetSuite account.

Include custom fields that are dependent on specific features being enabled in a NetSuite account.

  1. Create a custom transaction form in NetSuite account.

  2. Import that form into a SuiteCloud project.

  3. Include custom fields.

  4. Enable features needed for the custom fields.

  5. Deploy form object to the same NetSuite account.

Set specific fields required on the form in another account.

  1. Create a custom transaction form in NetSuite account.

  2. Import that form into a SuiteCloud project.

  3. Set some fields to be required (using the <mandatory> field).

  4. Deploy form object to a different NetSuite account.

Related Topics

General Notices