Is it possible to put some field in a document conditionally? For example, if some object has Paid flag set to true, we want to put payment amount but if not, then we want to put string Not paid.
If I make a printable template that uses a date field, the date gets formatted in US fashion. The same happens with numbers (dot is the decimal separator, not comma). Is it possible to set up the culture for generated documents explicitly?
I would like to print a document which would include data from two entities: A and B. They are not connected directly though, instead there's an entity C that has lookups to both A and B. Just choosing C as the base entity for printable is probably not possible, because there may be many this kind of many-to-many relationships between A and other entities. Is it possible to create a printable document that includes data from A and those other entities?
I have an Employee printable and I added some related tables, among them, Employee's career, where the IsCurrent field is Boolean, and the same in the report is shown with the value "True" or "False", there is a way to show "Yes" or "No" instead of "True" or "False"?
How can I add the Employee image to my printable template? I add the "Photo" field of the Contact associated to Employee to template but it show an Guid instead of the Photo.
Is anyone printing direct from a contact record (for example) to a label printer?
We use dymo label printers with our current CRM (ACT!) and would need to print individual labels fairly easily to our existing printers.
I presume we could set a small process or similar to take the appropriate fields and direct the to the printer?
I have list of products connected to opportunty. Am trying to print individual product in opportunity even if the opportunity has more than one product connected. I only want to print one using printable template. Any idea on how to get this done.
Try to create views based on the opportunity product object with filtration for separate locations. Then use the views in printables as a table...MoreLess