How to make a join field editable?
I have a check box field in Order BC (Order Form Applet) a Flag from S_ORDER table;
I am exposing this field in Order Line Item BC (Form Applet) join between S_ORDER_ITEM and S_ORDER table
Need to make the join field, check box field editable in Order Line Item Form Applet?
Currently, it is read only as it is join field from S_ORDER table. Please advise?
Can I associate a dummy pick list (pick list without LOV Type, No LOV records with LOV Type) just to make the check box field editable? what is the impact? Can we use this approach?