How can I create an extrafield to choose a product and its quantity. For example: I create a ticket and I want to asign 5 boxes.
extrafields are sometimes also called Complementary Attributes.
You can create them using 2 different methods. Either use the API or use the Standard Dolibarr GUI and do this:
- Click home icon in the top left side of the top menu.
- click the hamburger menu
- click setup
- click modules/applications
- search for the module you need to change
- click the cogwheel
- switch to the tab named “Complementary Attributes”
Yes! I know how to create a “Complementary Attribute” or “Extrafield”. I want to know how to create a list which contains the “product list” so I can select certain products and assign a quantity for each one. Basically replicate the shipping/orders part in which the products and their quantities are added.