I'm getting below error while installing "SMPageRefresh",
The INSERT statement conflicted with the FOREIGN KEY constraint "FKYru8eiQRBeFoEfawvRwKSlCy2o". The conflict occurred in database "SaEENU_5379138_0529", table "dbo.SysCulture", column 'Id'.
I have a problem with the new open Activity in an already created Lead.
I create a new lead, I add an activity on that lead and after that, I change the owner of the Lead. Unfortunately the activity owner changes too.
I want to know if it's a core functionality that changes the owner of the activity after I change the owner of it's Lead and if so, how can I deactivate it?
According to the requirement, I have made inactive stages in Opportunities that are not in use. So, in normal filtering, they are not visible, but I can still see them in advanced filter mode and on dashboards. Since these stages were used in the past, I'm not going to delete them. Please let me know how I can hide inactive stages in the mentioned places?
I have created a detail and now I wanted to convert the detail into an editable list. The option that is provided in the detail setup is disabled. Then I added the required code in the client module. The detail has been converted to editable list but when I click on the record it is throwing the following error.
The details regarding the issue are attached below.
Could you let me know how can I convert an already existing detail to an editable one?
is it possible to set timezone for date/time field?
By default Creatio displays date/time in current user timezone, but we need to display timezone and date/time in that timezone. And have these columns in the list as well.
If I understood your request correctly, you'd like to implement the functionality close to real time time zone convertor.
Unfortunately, such implementation is not possible using basic system tools, but we've registered a corresponding query for our R&D team to consider adding such functionality in the upcoming versions of the system.
I would also suggest to check the below article, it won't cover your business task fully, but could be helpful:
Approvals have the same access set up as any other object in the system. If you want to specify who can and who cannot see approvals go to the "Object permissions" section and specify roles for record permissions for Contract Approvals object:
Hi all! please tell me which application helps with renaming printed forms. For example, I want the name of a Word document (invoice) to change to invoice number + client? Previously, such an application was on the marketplace. Perhaps now this can be done in the system itself? Thank you in advance
Unfortunately, at the moment it is not possible to set up dynamic name change by a print form in the system with basic tools.
However, a task has already been registered in our R&D team to consider and implement such a feature in future releases. In case you would like to check what stage this task is at, I am sending you the task number: PR-4191. Feel free to share this number with us at any time and ask your questions.
There is a function to create a month and day field from a date but there does not seem an option to create a year field from a date. Does anyone know the best way to achieve this?
You should use construction like dateTimeTest.Year.ToString() to get the year from your date\time (if we are discussing server-side logic). Something like (in Visual Studio):
In business process (script-task or process methods) the approach is the same, but you need to put the "yearPart" string into some text parameter of the process to use it further.
I used the same technique with the Low Code settings to achieve the same result. I parsed the current year from the current date to use as a parameter in the process. Very helpful.
What does the "ProcessElementId" under an Activity-record in the database refer to? I will attach a picture from our database.
In essence, we are trying to create tasks through Odata-API that are tied to a specific case stage. But all tasks we create show up on all stages of the opportunity which we dont want. The only difference between tasks we create from Odata and tasks created through the case stage setup seems to be that the ProcessElementId-value is filled in.
Can anyone tell what purpose this value serves and how we could case stage-dependent tasks?
The field ProcessElementId refers to a record in the SysProcessElementData table. This table contains information about all the running elements in business processes. The value ProcessElementId represents the ID of the element that created this specific activity.
Regarding data import, how does the system recognize and track data imports into specific objects?
For instance, when I click on the link ("Open imported records") provided in the data import notification, I wanted to know how the system knows which object it's associated with and in which object/table is that information being stored?
It tags the records. Each record imported has a tag added of the date time of the import. When you click that link from the notification it opens the section and sets a filter for that specific tag.
It tags the records. Each record imported has a tag added of the date time of the import. When you click that link from the notification it opens the section and sets a filter for that specific tag.
I wanted to send a notification when data is imported in a particular object. As you stated above "when we click on notification it opens the section", how can I get that section details or which table in database is the section id stored for that particular import?