---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Configure a record producer

# Configure a record producer {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 6 min. de leitura

Configure the record producer so that it contains the necessary questions for employee travel requests.

## Antes de Iniciar

Role required: admin or catalog_admin

## Por Que e Quando Desempenhar Esta Tarefa

The second phase in building the user experience for the employee travel request application is to configure the record producer. We configure the record producer so that it contains the necessary questions for employee
travel requests, such as travel dates, location, and estimated airfare.  

|-|-|-|
| Phase 1 | ![Completed icon]() | [Add a record producer](https://servicenow-prod.fluidtopics.net/d_2594iHt0~TnhJj~gzudQ "Create a record producer to start building user experiences for the employee travel request application.") |
| Phase 2 | ![In progress icon]() | [Configure a record producer](https://servicenow-prod.fluidtopics.net/D7MIfXFQr1g_oQfujB_Mfw "Configure the record producer so that it contains the necessary questions for employee travel requests.") |
[ ]

{#app-tutorial-configure-record-producer__table_or3_vg3_3db}

This procedure covers the second part of the task demonstrated in the tutorial video. The first part of the procedure is outlined in the previous topic [Add a record producer](https://servicenow-prod.fluidtopics.net/d_2594iHt0~TnhJj~gzudQ "Create a record producer to start building user experiences for the employee travel request application.").

Follow along to configure the record producer for the employee travel request application.

{#app-tutorial-configure-record-producer__table_m31_zyf_ncc__entry__2}

| Timestamp | Section |
|-|-|
| 0:21 | Specify a destination table. |
| 0:32 | Choose the location. |
| 0:42 | Create question containers. |
| 1:01 | Insert questions. |
| 3:49 | Preview the record producer. |
| 3:58 | Configure settings. |
| 4:05 | Select user access. |
| 4:10 | Review and submit the record producer. |
[Tabela 1. Video sections]

{#app-tutorial-configure-record-producer__table_m31_zyf_ncc}

## Procedimento

1. Ensure that the travel request record producer is open.
   * To open a record producer from your instance home page, navigate to AllApp EngineApp Engine Studio. Then select your application and select the record producer that you want to configure.
   * To open a record producer that you have created, select Edit record producer.

   {#app-tutorial-configure-record-producer__choices_nhy_kmj_vcc}  
   When your record producer is open, it appears in the canvas space.

2. **Opcional:** Edit or add details about the record producer in the Item name or Short description fields.
3. Select Continue to Destination to specify the table in which the record producer creates records.
4. Enter <kbd class="ph userinput">Travel request</kbd> in the Record submission table field, then select the employee travel request table from the list.  
   By setting the travel request table as the destination table, travel requests submitted through the record producer become records in the employee travel request table.
5. Select Continue to location to specify the location of your record producer.  
   Nota:  
   Location determines where users can find the record producer. You can locate your record producer in a catalog, such as the Service Catalog, which is a set of business and technical products, services, and offerings that users can order. You can also locate your record producer with a topic, such as a knowledge base article. For more information about locations for record producers, see [Creating or editing catalog item template](https://www.servicenow.com/docs/access?context=create-cat-item-template-cat-builder&version=australia&pubname=australia-servicenow-platform&ft:locale=en-US).  
   In our tutorial, we locate our record producer in the Service Catalog, so that employees can access the employee travel request form easily.
6. In the Catalogs card, select Browse.
7. From the Available options list, select Service Catalog and use the move icon (![Move icon]()) to add it to the Selected catalogs list.
8. Select Save selections.
9. Select Continue to questions to start building the form questions.
10. Create containers, or sections, for the form questions.
    1. Select the arrow icon (![Arrow icon]()) in the Insert new question button to expand the menu of available question types.
    2. Select Single column container from the list.
    3. In the Title field, enter <kbd class="ph userinput">General Information</kbd>.
    4. Select Submit.
    5. Repeat the procedure in steps a-d to create as many containers as needed.

    {#app-tutorial-configure-record-producer__substeps_awl_vy1_vcc}  
    In our tutorial, we create another container for our form questions with the following specifications:  
    {#app-tutorial-configure-record-producer__table_kzp_yhh_vcc__entry__2}

    | Container type | Title |
    |-|-|
    | Two column container | <kbd class="ph userinput">Travel Details</kbd> |
    [ ]

    {#app-tutorial-configure-record-producer__table_kzp_yhh_vcc}
11. Add a question to the form.  
    Nota:  
    You can build different types of questions for your record producer. To see the full list of available question types in Catalog Builder, see [Create a question for a catalog item in Catalog Builder](https://www.servicenow.com/docs/access?context=create-question-cat-builder&version=australia&pubname=australia-servicenow-platform&ft:locale=en-US).  
    In our tutorial, we create several questions to collect details about employees' travel requests.
    1. In the correct question container, hover over the plus icon (![Add icon]()), then select + Insert.  
       In our tutorial, we insert this question in the General Information container.
    2. Select New question.
    3. Select and enter the following values for the new question.  
       {#app-tutorial-configure-record-producer__table_jw2_13q_4dc__entry__7}

       | Question type | Question subtype | Map to specific field on table | Table field | Question label | Name | Mandatory |
       |-|-|-|-|-|-|-|
       | Choice | Dropdown (fixed values) | Yes | Reason for travel | <kbd class="ph userinput">What is the reason for travel?</kbd> | <kbd class="ph userinput">reason_for_travel</kbd> | Yes |
       [ ]

       {#app-tutorial-configure-record-producer__table_jw2_13q_4dc}
    4. Select Continue to Choices to complete additional configurations for the question.
    5. In the Available choices section, hover over the plus icon (![Add icon]()), then select + Insert.
    6. In the Display name field, enter <kbd class="ph userinput">Customer meeting</kbd>.
    7. Repeat the process in steps e and f to add additional choices.  
       In our tutorial, we add two additional choices. The following list includes the names for each additional choice that we add:
       * <kbd class="ph userinput">Internal meeting</kbd>
       * <kbd class="ph userinput">Training</kbd>
       {#app-tutorial-configure-record-producer__ul_ifb_p1c_hdc}
    8. Select Insert question.
    {#app-tutorial-configure-record-producer__substeps_np4_pz1_vcc}
12. Repeat the procedure outlined in step 11 to create as many questions as needed.  
    In our tutorial, we add the following additional questions to our form in the Travel Details container:
    1. We add a question to determine the employee's departure date.  
       {#app-tutorial-configure-record-producer__table_vjr_xm5_gdc__entry__8}

       | Question type | Question subtype | Map to specific field on table | Table field | Question label | Name | Mandatory | Additional configurations |
       |-|-|-|-|-|-|-|-|
       | Date / Time | Date | Yes | Departure date | <kbd class="ph userinput">When are you leaving?</kbd> | <kbd class="ph userinput">departure_date</kbd> | Yes | None, select Insert question. |
       [ ]

       {#app-tutorial-configure-record-producer__table_vjr_xm5_gdc}
    2. We add a question to determine the employee's return date.  
       {#app-tutorial-configure-record-producer__table_eh2_5m5_gdc__entry__8}

       | Question type | Question subtype | Map to specific field on table | Table field | Question label | Name | Mandatory | Additional configurations |
       |-|-|-|-|-|-|-|-|
       | Date / Time | Date | Yes | Return date | <kbd class="ph userinput">When are you returning?</kbd> | <kbd class="ph userinput">return_date</kbd> | Yes | None, select Insert question. |
       [ ]

       {#app-tutorial-configure-record-producer__table_eh2_5m5_gdc}
    3. We add a question to determine where the employee is traveling from.  
       {#app-tutorial-configure-record-producer__table_lf3_xm5_gdc__entry__8}

       | Question type | Question subtype | Map to specific field on table | Table field | Question label | Name | Mandatory | Additional configurations |
       |-|-|-|-|-|-|-|-|
       | Choice | Record reference | Yes | Travel from | <kbd class="ph userinput">Where are you traveling from?</kbd> | <kbd class="ph userinput">travel_from</kbd> | Yes | Select Source tableAirport. |
       [ ]

       {#app-tutorial-configure-record-producer__table_lf3_xm5_gdc}
    4. We add a question to determine where the employee is traveling to.  
       {#app-tutorial-configure-record-producer__table_zr5_bn5_gdc__entry__8}

       | Question type | Question subtype | Map to specific field on table | Table field | Question label | Name | Mandatory | Additional configurations |
       |-|-|-|-|-|-|-|-|
       | Choice | Record reference | Yes | Travel to | <kbd class="ph userinput">Where are you traveling to?</kbd> | <kbd class="ph userinput">travel_to</kbd> | Yes | Select Source tableAirport. |
       [ ]

       {#app-tutorial-configure-record-producer__table_zr5_bn5_gdc}
    5. We add a question to determine the estimated cost of the travel.  
       {#app-tutorial-configure-record-producer__table_c3w_2n5_gdc__entry__8}

       | Question type | Question subtype | Map to specific field on table | Table field | Question label | Name | Mandatory | Additional configurations |
       |-|-|-|-|-|-|-|-|
       | Text | Single line | Yes | Estimated airfare | <kbd class="ph userinput">What is your estimated airfare?</kbd> | <kbd class="ph userinput">estimated_airfare</kbd> | Yes | Select Text validationNumber. |
       [ ]

       {#app-tutorial-configure-record-producer__table_c3w_2n5_gdc}
    {#app-tutorial-configure-record-producer__ol_a3p_km5_gdc}
13. **Opcional:** Preview your form by selecting Preview.
14. When you're ready to finalize your form, select either Continue to settings or the Settings tab in the side panel.
15. Select the check box next to any of the following portal settings.  
    In our tutorial, we select the check box next to Hide 'Add to wishlist' button and Hide attachment button. You can select or deselect these settings in your record producer.
    * To prevent users from saving your record producer item to their wish list, select the check box next to Hide 'Add to wishlist' button.
    * To hide the component that enables users to provide attachments in the record producer form, select the check box next to Hide attachment button.
    * To require users to provide attachments, such as receipts or screenshots for service requests, select the check box next to Make attachment mandatory.
    {#app-tutorial-configure-record-producer__choices_h4t_bnh_vcc}
16. Select Continue to access.
17. **Opcional:** Choose from the following options to define which users or groups have access to the form.  
    Importante:  
    If you don't select any users or groups to grant or deny access, your form is available to everyone.  
    In our tutorial, we don't grant or deny access to any users or groups.
    * To make the form available to specific users or groups, select Browse in the Available for card, then search for the users or groups that you want to grant access to. Move the users or groups from the Available options list to the User criteria granted access list using the move icon (![Move icon]()).
    * To make the form unavailable for certain users or groups, select Browse in the Unavailable for card, then search for the users or groups that you want to deny access to. Move the users or groups from the Available options list to the User criteria denied access list using the move icon (![Move icon]()).
    {#app-tutorial-configure-record-producer__choices_byv_3nh_vcc}
18. Select Continue to review and submit to review and finalize your form.
19. Select Submit.

## Resultado

Your record producer is configured and ready for testing.

## O que Fazer Depois

Continue building the employee travel request application by proceeding to the next step: [Adding logic and automation](https://servicenow-prod.fluidtopics.net/DFhWfkJIe1wszQfNALtneg "Add logic and automation to your application. Learn about logic and automation in App Engine Studio and how we automate the employee travel request application.").

