
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 08:37 AM
Hello! I have a field in a record producer, this field needs to show the same options that another field of a table has. Create a variable field with the options manually is not a choice because you need to maintainance the two fields. Any ideas of how to do it? thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 07:48 PM
Dear Rocio,
You can use customer table and give reference in the variable as Select Box and same way for the table you are mapping with Record Producer.
Please feel free to ask in case any queries.
- Kailas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 06:01 AM
Dear @Community Alums
Yes, you can use the choice field and refer the below screenshot to configure.
Please feel free to reach me in case any queries.
- Kailas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 08:50 AM
Hi @Community Alums ,
One way to achieve this is by using a reference qualifier in the variable field of the record producer.
Here are the steps to configure a reference qualifier:
- Identify the table and the field that contain the options you want to display in the variable field.
- Open the record producer and go to the variable field you want to populate with the options.
- Configure Reference Qualifier.
- In the Reference Qualifier field, enter a script that retrieves the options from the other table and returns a condition to filter them. The script should return a string containing a valid encoded query condition. For example:
javascript:'active=true^category=' + current.category
This script retrieves the options from a table where the active field is set to true and the category matches the category of the current record producer.
Thanks,
Ratnakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 07:48 PM
Dear Rocio,
You can use customer table and give reference in the variable as Select Box and same way for the table you are mapping with Record Producer.
Please feel free to ask in case any queries.
- Kailas

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 05:54 AM
Hello! Thanks for the help. It works, but i need to do the same in the backend (table). Do you know how to do it in a field of a table? Because, there is no select box, just choices type field. And I dont have te opcion to complete the same that in the image you sent. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 06:01 AM
Dear @Community Alums
Yes, you can use the choice field and refer the below screenshot to configure.
Please feel free to reach me in case any queries.
- Kailas