Iām a software company and I sell software licenses. What is the best way to record an act of selling software product and follow-up license expiry date?
Basically you need to create some custom fields in the module Products (AOS_Products). This module means your portfolio, so you have to think about which fields satisfy such business model, eventually customize the Products GRID under Opportunities and Quotes and finally setup some Workflows for alerting on upcoming expires.
Regards
@andopes, thank you for your response.
I have created a new field in Products module, but actually I need to push it in Purchase. The license expiry date relates to the particular purchase of a product not to a product itself.
I believe you want to push it into module AOS_Products_Quotes, right?
So you need to customize the script modules/AOS_Products_Quotes/line_items.js in order to add such custom field int field_list and populate_list.
Regards