Mechri
Mechri

Reputation: 17

set customer on a production order

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

Answers (1)

FH-Inway
FH-Inway

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

Related Questions