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.
Currently the only possibility to build hierarchy in forecasts is by using connected objects from the columns of the original object in the forecast (by selecting them in the level of hierarchy directly):
As for the error message itself: a foreign key must reference a (base) table* in the same database (a base table: not a view, not a foreign data wrapper table) as stated here. In your case one of the columns is referencing a view so that's why the error message popups when updating the database structure.