I am currently developing an application where I need to add a "Sync Data" button to both the Accounts and Contacts sections. This button will trigger a Business Process that needs to work dynamically based on the context from which it is called.
 

The key requirement is to use a single, common...MoreLess

Like 0

Like

1 comments
Best reply

Create a boolean parameter "IsContact"(it's just an example, you could create any parameter ) and pass true if the button is clicked on contact...MoreLess

Create a boolean parameter "IsContact"(it's just an example, you could create any parameter ) and pass true if the button is clicked on contact...MoreLess

Show all comments

Hello,

I am trying running into a problem in my instance where I'm encountering a problem when I publish and compile where I receive a message saying that "One or more errors occurred. Sequence contains more than one matching element"

I am unclear as to what this message could be referring to. There error is unclear and I'm unsure as to how to proceed without more information. Has anybody encountered this problem before?

Like 0

Like

2 comments

If it's a compilation error, maybe there is more details in the Compilation errors? In the lookups section, add the "Compilation errors" object to view the contents.

Ryan

Show all comments (1)

Hello Community,

       I have created Business Process 1 with three parameters. I can send the GUID from the Form Page, but I also want to pass the SchemaName as a parameter to the Business Process.

1] Business Process: ( Process with 3 Parameters: )

 2] Account_FormPage:

How can I send a text value parameter from the Form Page to Process? Can I Send the Multiple Parameters to Business Process? Is there any solution for this?

Thanks, 

Ajay K

Like 3

Like

4 comments

Hello!

Unfortunately, it is impossible to do it now, but we've registered it in our R&D team backlog for consideration and implementatio...MoreLess

Show all comments (3)

In the dashboards, I'm trying to create a stacked chart. I want to show the count of opportunities by stage by market. I don't know if this is possible or not, but I cannot seem to get it working. The x-axis is showing the opportunity stage and then the data would show the count by market for each stage. Please let me know what I am doing wrong, so we can get this to show. Thanks.

Like 0

Like

5 comments
Best reply

Adam Praiswater,

Hi! 

You correctly added series to your dashboards, now to display them according to the market you can add filtratio...MoreLess

Show all comments (4)

Hello Community,

            I have created a business process using a script element that relies on "Newtonsoft.Json.Linq". 

Scenario 1 : When I add the business process to a custom package, it works perfectly. As shown in below Image

#Issue

Scenario 2 : When I add the business process to my app package "UsrG***", it throws an error during publishing due to the Linq dependency.

Let me know if you need any more adjustments!

Regards,

Ajay K

Like 0

Like

2 comments
Best reply

Hello,
 

This situation can occur if your custom "UsrG***" package has the "Compile into a separate assembly" attribute.

Compile

When converting...MoreLess

Show all comments (1)

Hi all,

In our project we need to produce with Creatio application some .pdf documents. In order to do this we found a Creatio Application (Aspose.PDF connector). This application is not free of charge.

We were wondering if exists an OOTB (free of charge) functionality to produce .pdf documents. We...MoreLess

Like 5

Like

4 comments

Hello, 

By default, Creatio provides a plugin to be able to upload only in Word format.
https://academy.creatio.com/docs/8.x/no-code-customization/category/pri…...MoreLess

Show all comments (3)

I have integrated SOAP service in trial version of Sales Creatio. The test request was successful and returns the response parameters correctly, but when I'm trying to call the webservice in business process and bind the response parameter to auto-generated page, it shown only "Response body" in Process Elements parameter.

Please, refer the screenshots attached.

Any guidance would be appreciated!

Like 0

Like

3 comments

My guess is that it is because the web service is returning an array of records and the MemberNumber is from an element in the array/collection...MoreLess

Show all comments (2)

Hello! 

Would anyone know how to open dashboards in Section view in Creatio free trial?

Is there an additional package I need to install? If yes, what is it? 

Thanks,

Jacek

What I see...

What I am looking for

Like 0

Like

2 comments

Not yet available in Freedom UI sections.

Show all comments (1)

Hello community,

Do you know how I can configure the duplicate widget on account or contact form page like the following snapshot ?

Like 0

Like

5 comments

In the classic UI I can enable it using the DuplicatesWidget feature.

In the freedom UI it does not work the DuplicatesWidget setting.

Show all comments (4)

I need to be able to read the name of the current user in a business process so I can insert it in a comment section (not as the GUID).

I was thinking I could look up contact (or user) where the ID equals the system variable current user but that doesn't work. 

Like 0

Like

2 comments

You must first create a param in your process with Type=Unique Identifier and set the param value to [#System variable.Current user contact#]

...MoreLess

Show all comments (1)