We are transferring changes from dev instance to prod instance through 'Export packages to archive' in configuration from dev and 'Installed Applications' on Prod. But we noticed one thing Printables and Email Templates were not transferred. Any idea how we can fix this issue?
How can I dynamically replace the file name of the report generated in printable, lets say for example i want to put some transaction code or current date time it was generated.
I try to run the script task in a business process to create a printable. If the business process is started by user, it'll work just fine, but when the process is started by another process or an event it'll break with an exception:
System.NullReferenceException: Object reference not set to a...MoreLess
I have a similar requirement to send report automatically to users at a certain frequency. We use Creatio 7.18.5 and the report was built using...MoreLess
Hello Nirupama, Can you check if the run elements in the background is disabled ? If that is enabled, then the process will not get the User Connection.
Current template system works for simple cases. With anything more complex and involving data from not directly related entities I feel forced to create custom "bag of values" entities, just for the purpose of sending an email or generating a document. There's also no easy way to add arbitrary variables...MoreLess
Hello, I need some help in printables . I want printable to be enabled based on Status . Example if status of selected record is Completed then printable must be enabled.
I have override "isSectionPrintFormEnabled" method in my section page as i noticed it is the method which bind to enabled value in "initSectionPrintForms" method in PrintReportUtilities . It is not working as expected as printable is always showing as disabled.
Is it possible to run a printable from javascript code or custom added button?
I have a customer with several hundred merge forms they want to add to their Bpm'online system. The current print menus would be difficult to use with hundreds of printable merge forms listed, so I am looking at other possible ways to handle this. Open to any other suggestions.