I have successfully set up the printables show/hide feature based on the value from field(Currency). But it only works when record is opened from section page or navigated from other page. It doesn't work if I refresh the record page. (I don't have any section printable s...MoreLess
The reason why this happens is when you open a page from the section you are in combined mode and the logic for the print menu comes from the...MoreLess
I want to show/ hide printables based on currency field. If the currency is us then show the printable which names contains '-US' in them. I have tried follow this article but the field value is getting undefined as the time this function run entity might not be initialized...MoreLess
Currently the printables are selected only once when the page is refreshed or the entity is opened. Other changes that are made to printables...MoreLess
We are looking to implement functionality that allows printing of only the selected records from a detail list on a list page. All the selected records should be consolidated into a single document, rather than generating multiple documents for each selected record.
Any guidance or best practices on how to achieve this would be greatly appreciated.
I have developed functionality that displays printables based on specific configurations. I have overridden the initCardPrintForms method and other necessary methods. However, I've encountered an issue: this development works correctly only when the page is rendered for the...MoreLess
In our project we are producing with Creatio application some printable document (.pdf and .doc).
In these document we are inserting some Rich Text fields but in the document produced we are not able to visualize/report all the style changes done on the Rich Text field.
I have two field called A and B in one of my printable word document. I want to add condition if A field is filled on record then print document with A field's value and if A is not filled on specific record print document with B field's value. How can I achieve this? I have tried adding...MoreLess