Reputation: 17
when I create a production order I want to add a combobox that contain the list of customer the goal is to choose the production order for any customer
please how can I do it
Upvotes: 0
Views: 94
Reputation: 5117
If I understood your question correctly, you have to add a new field to table ProdTable
with extended data type CustAccount
. Then you have to customize form ProdTableCreate
and add the new field to the form.
That said I encourage you to look into how Dynamics AX settles requirements from a customer sales order with a production order. This would give you the same information and would not require setting the customer manually when creating the production.
Upvotes: 1