You'll need to contact support. I've had several systems that were missing the needed system settings to create the webhook links. They'll need to verify/add them.
I would like to inquire whether it is possible to add a new lookup value to the "Result" field in the tasks section. Additionally, I have observed that the "Result" and "Category" fields appear to be interconnected. Could you please confirm if their linkage is determined by the process? I have not found any related configurations in the page rules.
We’re currently using Creatio 8.XX as a SaaS solution. I’d now like to set up Creatio in my local environment for development purposes. Could anyone guide me on where I can download Creatio for local installation? I couldn’t find a download link for a zip file in the documentation.
Please advise what could be the problem. There is a business process where the start signal (trigger) is set to launch when the text field "CHErrorNotification" in Opportunity is changed. If I change the field manually, the process starts, BUT if I change it via code, nothing happens—the process doesn't start. As you can see in the examples, I'm changing it not through a query; the process should start.
I tried filling the field both during the save and after; in both cases, the field was populated, but the process trigger did not work. OnSaving
Previously, and even now in other systems that I configured earlier, the process starts when such code changes occur. Regarding point 1, can you provide an example?
Each time I reconnect an email (following a problem with the provider) the configured email is added to my contact card. Is it possible to deactivate the automatic addition of email?
To avoid this automatic addition, we recommend the following flow: 1. Reconnect the mailbox, the system will ask if you want to download email for the last week, select "Change settings":
2. Go to the settings, and when changing them, the system will ask if you want to add this email address to the contact communication detail, here you can select no:
Please note that the system will only ask you if you want to add this mailbox if it has not been added yet. So, if you already have this mailbox added to the communication option, please remove it from the contact.
I performed a test load of 30 records into the Account addresses object, the first 30 records were imported but when attempting to re-import those records, the wizard returns this error:
Column CountryName value cannot be obtained because it has not been loaded.
When i checked the values in the Country lookup, the values its rejecting are already loaded in the lookup, so it doesn't make sense that its saying its not loaded. There maybe something i'm missing here and i would love to know if anyone has experienced this issue in the past.
In order to fix this issue, turn on (or add) feature "LoadAllColumnValuesInDuplicateSearch" and clear browser cache, then import should load all columns and work as expected.
I am using creatio API to get the object collection data from Creatio, in which lookup values have Ids. I want to replace those Ids with their Name saved in look ups.
@Community, My question is, how can I get data of specific look up from Creatio using creatio API Odata4
I want to attach a pdf to an email template. I tried an add on from the market place but it is not helping as it is the same as adding an attachment to a record. How do I do it?
No, an email template is a ‘template’ you cannot attach files to templates.
When you need to instantiate, at runtime, a template to be ‘populated’ with the data from the registry that the mail connects to, in a process or DCM, you can attach a file.