I have added some of products to the CRM. I would also like a quantity value next to the name of the product.
Using entity manager I edited Products and added the field of 'Product Quantity' as an integer. Then added the new field in layout manager. Please see photo1
Unfortunately I can’t seem to figure out how to have this Quantity value to be independent. So if I change the value from 1 to 5, then every instance of that product in an Account record changes to 5 also.
I want it to work like company A has 6 Apples, and Company B has 2 apples.
Please help this sad old soul :-)
Using entity manager I edited Products and added the field of 'Product Quantity' as an integer. Then added the new field in layout manager. Please see photo1
Unfortunately I can’t seem to figure out how to have this Quantity value to be independent. So if I change the value from 1 to 5, then every instance of that product in an Account record changes to 5 also.
I want it to work like company A has 6 Apples, and Company B has 2 apples.
Please help this sad old soul :-)
Comment