Hello, I am trying to add a new field to the quotes, it is a numeric and a text field. To tell me the type of unit of the product and an additional value.
Not the easiest task but it might be possible. Please check this post:
I have been trying to add (custom) fields from the table AOS_Products_cstm into AOS_Products_Quotes line items .
I have edited line_items.js and the sqs_objects var in the function insertLineItems like so (my custom field is âvariant_câ from the table âAOS_Products_cstmâ):
sqs_objects[âproduct_name[â + prodln + â]â] = {
âformâ: âEditViewâ,
âmethodâ: âqueryâ,
âmodulesâ: [âAOS_Productsâ],
âgroupâ: âorâ,
âfield_listâ: [ânameâ, âidâ,âpart_numberâ,âvariant_câ, âcostâ, âpriceâ,âdescriptionâ,âcâŚ
Thanks,
BrozTechnologies