Reputation: 185
I must design dynamically created table from offer to the client. In the offers a variable number of products so the my table must dynamically create rows with products.
For example: When the offer include 3 products then the table must have 3 rows with this products. When the offer include 2 products then the table must have 2 rows with this products.
I can do only a table with static number of rows. When I create table with 2 rows I must add only two products because more than two will not be visible.
Can I do something like that in Word and use as template in CRM Online? Can do this without programming? Or I must use some custom solution and add to CRM?
Best regards.
Upvotes: 0
Views: 1774
Reputation: 17562
Correct me if I'm wrong but, it sounds like you have:
I don't think you will be able to use the Templates because they wont allow you to get data from relationships as you have them, as far as I know.
I think in this case the most workable solution will be a Fetch-Xml (because of Crm Online) Based SSRS Report (so you can have a custom layout) as described here: http://msdn.microsoft.com/en-us/library/gg328302.aspx
Then users just have to run the report against a particular offer, save, print and send.
Upvotes: 2