Record producer map to field not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2016 07:35 AM
I have created a record producer to create Change records. I am mapping the fields, but the choice fields (drop downs) don't seem to be coming across. For example, I created a change category variable called "category" (type = select box, as per the wiki) mapped to the category field on the change form.
On the catalog form the variable contains no values. Am I missing something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2016 07:40 AM
You basically want the variable to act the same as a similar field on the Change form right?
Your Choice Table is going to be Change Request (not sys_choice) and the Choice Field will be whatever choice field on the Change form you wish to mimic.
Also... SUPER PRO TIP
If you name your variable exactly the same as the field's database name, you don't have to go through the labor of mapping fields. If the Change Request table has a column called "category" (name, not label), and your variable is named "category" then the mapping will happen on its own.
MAGIC!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2016 06:28 AM
Hi Robert, that solved my problem, thank you. In fact, I decided to start over and re-create my record producer using your super pro tip, and it worked like a charm. Many thanks!
Ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2016 07:01 AM
No problem, friend. Slam those like/helpful/correct buttons.