- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2025 11:23 AM - edited 07-29-2025 11:32 AM
I have two custom tables (category_table and subcategory_table), the mapping works fine on the form. But when submitting no category or subcategory gets updated.
My variables are:
category
subcategory
I tried to use the following script inside the record producer without any luck.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 02:37 AM
Didn't see any issue in variable setup. And also, variable type is lookup select box and it will not support dot walk.
Please verify column and variable name.
current.<column name> = producer.<variable name>;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2025 01:57 PM
Category table = sn_lg_ops_category
Sub category table = sn_lg_ops_subcategory