It depends on where exactly you need to read this data. If you need to read it from external API call then you need to use then for example you can use the following link and perform GET request to it:
CreatioApplicationName should be replaced with your application name;
149d2eaf-cbd2-49fa-b565-637748ff823c should be replaced with the UId of the object where the file is stored (for accounts it's AccountFile and UId for it is 149d2eaf-cbd2-49fa-b565-637748ff823c):
c628b09b-05db-4ce5-968b-d38f5833978b should be replaced with an actual Id of the record inside AccountFile table (in your case - the object where the file is stored).
As a result you will get the file content:
If you need to do it in the business process then you need to take a look at the "Process file" process element which allows working with files. Or you can take a look at the file API that allows files processing though the server logic inside Creatio app.
Unfortunately, using another column as a primary key for your table is not supported by Creatio, and you are unable to insert other Ids into your primary column either.
This logic is a fundamental part of how the system queues its data and it cannot be easily changed.
OOTB Lookups such as "Contact Type" and "Account Type" have the column "Colour", which is used to allow the lookup on a list to be colour coded.
I have tried adding a "UsrColor" to custom objects/lookups, but the functionality does not seem to work. I also can't see any baselookup where this column is already there.
Does anyone possibly have a code example on the new Freedom page showing how to calculate the difference of values of two page fields and write it into a third field? For example: payment balance = Amount-PaymentAmount Maybe there's also a code example on how to get the exchange rate on the date specified in the Date field according to the Currency field or an example of how to refer to another object to get a value from it.
We are also facing the issue. We have created an approval task via the business process. While the approval task is seen in the notification center, the counter does not get increased or visible.
Please advise.
The test process creates an approval task for the current user.
After the process is triggered, the task appears for the current user, but no badge or counter is seen as highlighted in yellow.
I am working on a use case to use angular component inside creatio. I have followed this link .It seems like it is old documentation most of the js files mentioned in that link is not there in the angular package. Can anyone helo me on this
We are looking for Creatio Source IP Addresses/IP CIDR Ranges to whitelist in our CloudFlare WAF. Currently, we are attempting to integrate our CRM with Creatio, but we are receiving a Managed Challenge from the Cloudflare Bot fight mode. However, we have not yet found information on your website regarding the source IP addresses/ranges from which Creatio will be making requests. We could just whitelist the whole path, but then that would allow anyone to make requests unchallenged. Currently all traffic to our CRM is coming from one IP address, so we could just whitelist that but before doing so we would like to officially confirm this is a static address.
Would someone be able to provide either a reference to Creatio source IP addresses/CIDR ranges, or at the very least confirm or deny whether the current IP (13.xx.xx.148) is static? I appreciate any assistance you may be able to provide.
If there is a need to add this parameter to the package, you can enable the checkbox via UI and the change will be added to the current package. As mentioned, the checkbox will only appear if the global search service is set up for the local environment.
Where can we change signature date alignining automatically on closed won status change date in opportunities ? We deactivate OOTB opportunity process, and it's still changing when choosing ootb closed won step in DCM.