CoreBOSBB

Full Version: PRODUCTS IN ACCOUNTS BY OFFERS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone.
I see that within ACCOUNTS there is a PRODUCTS block but it does not present any record. 
What should I do to display the products of the offers made for the client?
What step by step should I do? I don't know how to program 
Thank you
Watch this video where I try to respond to your question:

https://youtu.be/pUFur5sSjxg


These are the expressions:


Code:
coalesce($(productid : (Products) id), $(productid : (Services) id))



Code:
$(account_id : (Accounts) id) 
Hello Joe,
Thank you very much for your video.
Now I have worked with this new utility Smile
:-)