Bean for product line item

Hi,
is there a ‘Bean’ to manipulate the product lines (aos_products_quotes) ?

Thanks

This should lead you to the right places

Short answer AOS_Products_Quotes that is the actual line item you add to invoices and quotes.
Now on there is also AOS_Line_Item_Groups and is the one that is represented as Groups on the invoice/quote view

thanks,

AlxGr

1 Like

Thank you all,
I’ve tried using the following code and I can see that it works:

$righeBean=BeanFactory::getBean(‘AOS_Products_Quotes’);

Having the bean then I was able to get all the necessary data

1 Like