Add the Query to the Composer Solution Using an Alias
Now that the Conga Query has been created, you need to replace the ReportId parameter in the button URL with the QueryId parameter. Then you need to update the value of the QueryId parameter to the Id of the new Conga Query record.
Follow the steps below to complete these tasks.
Test the Query
- Navigate to a record with your Composer button you are working on. Click the button to launch the solution. For our example, we will navigate to an Account record and launch our Account Summary button.
- From the Composer user interface that opens, click the Tools & Settings drop-down and select the Template Builder.
- If the query was added correctly, you will see a new dataset named with your alias name. Expand the dataset to see the query data that Composer has retrieved. The fields available should be the same Columns you added to the query in the earlier step. In our example, we have First Name, Last Name, Title, and Phone, as well as some additional fields.
Congratulations! You have completed the process of converting your report to a query. The next step is to update affected templates by mapping these new merge fields to your template. Go to the next step.