> For the complete documentation index, see [llms.txt](https://docs.charted.com/ap-automation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.charted.com/ap-automation/charted-configuration/approval-automation/record-type-settings-and-workflow-selection.md).

# Record-Type Settings & Workflow Selection

### **Abstract** <a href="#d8m1ipkc2ri6" id="d8m1ipkc2ri6"></a>

This article outlines the process of configuring *Record Type Settings* and selecting workflows within the *Approval Workflow Automation* (AWA) system for vendor bills in *NetSuite*. Administrators follow these steps to define how approval workflows apply to specific record types, ensuring that vendor transactions are routed appropriately for review and sign-off. For example, if a company wants to enable approvals for *Vendor Bills* or *Purchase Orders*, it must first configure a corresponding *Approval Record Type Settings* entry.

This guide covers how to access *Approval Settings*, create a new record type entry, and configure fields like *Record Type* and *Approval Process Definition*.

### **Configuring Record Type Settings and Selecting Approval Workflows** <a href="#ntu17pp9h0a6" id="ntu17pp9h0a6"></a>

Approval workflows can be tailored to specific record types, such as **Vendor Bills** or **Purchase Orders**. By configuring the appropriate settings, administrators can control how transactions are routed for approval based on business rules, subsidiaries, and communication templates.

Follow these steps to set up **Approval Settings** and assign a workflow:<br>

1. To start the process, navigate to **Setup**, hover over **Approval Workflow Automation**, and select **Approval Settings**:\ <br>

   <div align="left"><img src="/files/Npq4uZwH1giClq0CXx59" alt="" width="488"></div>

   \
   \
   Note: If the record will send approval emails, create an **Email Template Preset** first. This preset auto-generates the email templates used when configuring **Approval Record Type Settings**.\ <br>
2. Once the **AWA Approval Settings** page loads, locate and select the **Record Type Settings** section to view existing entries or create a new one:\ <br>

   <div align="left"><img src="/files/mrMi4k8fM0JauE0pHsW4" alt=""></div>

   <br>
3. To define approval logic for a new record type, click the **New AWA Approval Record Type Settings** button:\ <br>

   <div align="left"><img src="/files/V60oDnCbzTgRs75iEm3X" alt=""></div>

   \
   \
   Then, the **AWA Approval Record Type Settings** form will open:\ <br>

   <div align="left"><img src="/files/gNpMBjX9518QaOdi1szV" alt=""></div>

   <br>
4. From the **RECORD TYPE**, click the dropdown and select the transaction type for this configuration:\ <br>

   <div align="left"><figure><img src="/files/QL0k9sxzUFb3yWpMxISe" alt=""><figcaption></figcaption></figure></div>

   <br>
5. Next, in the **APPROVAL PROCESS DEFINITION** field, click the dropdown and select the workflow that will govern this record type’s approvals. This is the automated process that routes records for review and approval:\ <br>

   <div align="left"><img src="/files/UtgEPcWNcSLuzXQ71t0H" alt=""></div>

   <br>
6. If needed, click the **New** button beside the workflow field to create a new **APPROVAL PROCESS DEFINITION**:\ <br>

   <div align="left"><img src="/files/FdJAfTC65QSLBNTbLPpF" alt=""></div>

   \
   \
   This opens a separate workflow creation form for the **AWA Approval Process Definition**:\ <br>

   ![](/files/ybuYBLjolSf6Q4sr6g3i)

   \
   \
   **Note:** Creating workflows is a separate process. Implementation teams typically assist with building and maintaining workflow logic and steps.\ <br>
7. If applicable, use the **SUBSIDIARIES** field to select one or more subsidiaries where these approval settings should apply:\ <br>

   <div align="left"><img src="/files/t6WRUNU2DhBG1vl0gpcY" alt=""></div>

   \
   \
   **Note:** This field will be ignored if the selected record type does not support subsidiaries. Leaving the field blank will apply the configuration to all subsidiaries.\ <br>

This concludes the process of configuring **Record Type Settings** and selecting workflows.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.charted.com/ap-automation/charted-configuration/approval-automation/record-type-settings-and-workflow-selection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
