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
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
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?
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.
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?
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.
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
Besides, this aspose means that your document will go through some 3rd-party service, that is not acceptable by many customers security polices...MoreLess
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.
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