Hi Community,

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?

Like 0

Like

1 comments

Hello Fulgen, 

 

Here is an example how to transfer the email template,

you shoukd just do it similarly:

1.For example I has firs...MoreLess

Show all comments

Hi Community,

In printable, how can I change the value of boolean from true or false, display it on printable form as 'yes' or 'no' or check or uncheck

Like 0

Like

1 comments

Dear Fulgen,

You can do so by using macro: in list of fields setting you can set up each column (http://prntscr.com/n6qkdy).To change the...MoreLess

Show all comments

Hi Community,

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.

Like 0

Like

4 comments

Dear Fulgen,

As for now this logic is not implemented in out-of-the-box version of the application and we do have a correspondent problem...MoreLess

Show all comments (3)

Hi Community,

I have a custom section, I added a custom button on edit view and button is visible on CRM and Customer portal as well.

On CRM that button is functional and on click the pdf is successfully downloading.

But on Customer portal that button is only visible and on click the pdf is not downloading...MoreLess

Like 0

Like

1 comments

Please deploy the application locally and debug the functionality. This way you'll find what exactly wrong. 

https://academy.bpmonline...MoreLess

Show all comments

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

Like 0

Like

3 comments

In a script task in an interpretive business process you need to get "user connection"  with the following syntax:

var userConnection ...MoreLess

Show all comments (2)

Hi Community,

Is it possible to rename the generated file from a printable?

My client wants a generated Quote doc file to be named using Number field instead of Quote#.doc (where # is the result of a counting).

Thanks.

Like 0

Like

3 comments

Dear Danilo,

The generated file name is the same as the name of the file which was uploaded to this printable record in the application. To...MoreLess

Show all comments (2)

Hi Community,

Good Day

How can I  dynamically Hide/Unhide options under Print button based on some conditions (example based on value of some lookup field).

Like 1

Like

5 comments

Dear Fulgen,

In order to achieve such task you need to add custom code customization. Please see the instruction below, hope you will find it...MoreLess

Show all comments (4)

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

1 comments

Hello.

We will register the following idea for our R&D team in order to enhance the functionality for he upcoming releases.

Thank you for your ideas!

Best regards,

Matt

Show all comments

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.

Thank You.

Like 0

Like

3 comments

Dear Sushma,

Please find the example of button being enable in the Order section.

1. You need to override your section schema.  ...MoreLess

Show all comments (2)

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. 

Like 0

Like

2 comments

Dear Ryan,

You can explore, how printable is called in a Network section in a browser console. For example, that's why Account printable "Company...MoreLess

Show all comments (1)