record producer unable to update selected category and subcategory on custom request table

runfast
Kilo Guru

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.

 

current.category_table.fieldname = producer.category;
current.subcategory_table.fieldName = producer.subcategory;
 
Any guidance or direction greatly appreciated.
 
thanks
1 ACCEPTED SOLUTION

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>;

View solution in original post

5 REPLIES 5

runfast
Kilo Guru

Category table = sn_lg_ops_category

Sub category table = sn_lg_ops_subcategory