Hi Community,

I have this situation where I need to excute some process through client side. While executing this process I want to pass a collection of ids to one of the process parameters. These ids are the Quotes that I multi-selected in the image bellow.

Pressing the  "Merge Quote" button...MoreLess

Like 1

Like

1 comments

Hello Pedro,

Creatio works with collections if it's needed to process such data but not to display it. You can pass items to sub_process o...MoreLess

Show all comments

I have simple process and it didn`t start on time. Also in some case it still Running. Why it happen?

Also last month, this process did not start on time and is still Running:

How I can fix it?

Like 0

Like

1 comments

Nataliia,

As for the business process in the "Running" status - it happens since you have the script task that is still running (performin...MoreLess

Show all comments

Creatio CRM has the feature of exporting data by filtering some records. Then we can export the data using the export to excel option.

However, for customers(end user) it may be confusing to apply multiple filters.

In this case lets suppose I only want to apply filter to only 2 fields.

So I want...MoreLess

Like 0

Like

4 comments

Hello Ramnath,

It is better to use a standard scenario of specifying the filter and exporting records using the "Export to excel" action i...MoreLess

Show all comments (3)

Dear mates,

Since the Creatio version update, i've an opportunity process which does not open the order pageanymore.

When an opportunity is closed won, it launch a process which create a new order and must open it.

i can not find why the order is not open by the process. the order is well created with all the informations requested, but the order page is not opened

when i look into the Process log, everything is ok :

Does anybody have a suggestion to resolve this issue ?

Thank you,

Nicolas

Like 0

Like

2 comments

Well the process created me an activity name "Open Order", but it did not open the order.

How can i directly open the order with the process ?

Show all comments (1)

Hi everybody,

I'm trying to introduce a method that when selecting an element from the grid, it saves the id of an attribute in a variable I created and when I delete that same record it has to start a process.

However, when I run all this pops up this error.

This is the code i implemented in order to achieve this.

Thanks in advance.

Best regards,

Pedro Pinheiro

Like 1

Like

2 comments
Best reply

The order of the modules at the top doesn't match/line up. You have this:

define("imdSchema10Detail", ["ConfigurationGrid", "ConfigurationGridGenerator"...MoreLess

Show all comments (1)

Hello all,

I have several business processes that my users start from the contact record. Each opens a pre-configured page that allows my users to record information and make connections to other objects. 

However, some of them take longer to start that I'd like. Is there any methods that I should investigate to try and improve performance? There aren't any steps before the preconfigured page so I'm not sure what more I could do.

Like 0

Like

1 comments

Dear Kevin, 

Unfortunately, only from this screenshot, it is hard to tell what could be the issue. Please check that there are no web...MoreLess

Show all comments

Hi,

I am trying to find the parameter values changed through a process execution which is attached to a case stage.

I have enabled the trace data option in process.

But after the process ran, I can't see the traced data in the process log.

Is there anything I am missing to turn off or on?

The process has an approval element. Does it have to do anything with trace data option?

Like 0

Like

2 comments

Hello,

You did everything correct, but the trick here is that trace data cannot be received from "Terminate event". Please view trace data of...MoreLess

Show all comments (1)

Hi,

i would like to know how can i access the array of items inside this ProcessRun Button:

I've tried to use "EditPages" and "diff" from the page, but it didn't work.

Best Regards.

Thanks in advance.

Like 0

Like

1 comments

Dear Pedro, 

You can access the content of the list by getting the value of an attribute RunProcessButtonMenuItems:

 var processButtonMenuItems...MoreLess

Show all comments

Is there a way to read all the users inside an organizational role and then send those email addresses to the next step of a process?

Like 0

Like

2 comments

The functionality can be implemented using a script task element in order to select all contact emails which are included in the role. The contact...MoreLess

Show all comments (1)

Currently, when Maximum number of repetitions for a process is exceeded, a warning is displayed and the process doesn't complete any more steps, but it is left in Process status Running. When Maximum number of repetitions is reached, the process should end and go to Completed status because there is no way to increase the limit while running and the process has to be manually stopped in Process log.

3 comments

Hello Janine,

Yes, you are right, this behaviour should be changed. I will create a suggestion to our R&D team on this topic and I hope...MoreLess

Show all comments (2)