Does Creatio have any implemented logic for versioning the files? I see that the base File object has a "Version" column that is always set to 1, it seems. Can this behaviour be changed?
The logic of the Version column value for the file object is located at the event level of the "File" object process as part of the CrtCoreBase package.
You can use development to create a replacement for the object, where you use your own custom logic to assign a value to the Version column when the object event occurs. This implementation requires knowledge of development and writing source code. You can learn more about events in the system on Creatio Academy.
You can also create a business process (no-code) that will make the necessary changes to the column values when adding/modifying a record.
We are localizing in Italian our application. We are using the OOTB Email Page for sending email and replying to email.
In the reply email window we are not able to localize the highlighted label (see attached file) while we do not have problem in localizing send email window.
May we ask some suggesting for addressing our aim?
To set localized values for the From, To, and other fields, you need to go to the settings of this field on the editing page and set the localized values as shown in the attached screenshot.
Hi Sergii, thank you very much for your response. We have already localized as per your indication and we suceeded in localized the (New Email window). We are not able ti localize the response window (reply/forward email window) even if the Creatio code page seems to be the same (Email page).
I designed a process like following Images in dev site. In Send Email element, I checked "Ignore errors on sending". But Creatio threw error end terminate this process. What is wrong with this?
Please delete all those mailboxes from the program and synchronize them again on behalf of the supervisor user to address this issue. To avoid such a situation in the future, we recommend synchronizing the mailbox once and allowing shared access to it for other system users, as described in the academic article here.
The very same process in my local app didn't return the error. Are you sure that the issue is in the accountId parameter, but not in the two other parameters?
In our invitation e-mail, we have set the font color to "black" and the background to "light blue". If the invitation is now opened in Outlook with Office Design "black", the font is automatically changed to "white".
However, the font color should still remain "black".
Possibly,hen O wutlook's "Black" Office Design is applied, it prioritizes high contrast between text and background for better readability. Since your background is "light blue," the default behavior is automatically changing the font color to "white" for optimal contrast.
Please try the following solution: Disable Automatic Color Adjustment:
In Outlook, go to File > Options.
Click on the General tab.
Under Personalize your copy of Microsoft Office, select the Office Theme as desired (e.g., Colorful, White).
Crucially, check the box next to "Never change the message background color."
Click OK.
This setting prevents Outlook from automatically adjusting the font color based on the background, ensuring your black font remains.
According to the two pictures I posted above, I turned off feature 2-Step Verification, then entered my email and password (I went to Google and login Email to confirm that both are corrected). However, Trial reports an incorrect email or password error.
Could anyone clarify, do user's access rights depend on the order in which organizational roles are added on the detail of the user's form? I mean is it important if I add organizational roles for one user in the order
Role1
Role2
Role 3
and for another user in the order
Role 2
Role 1
Role 3
And give them the same functional role (only one)?
I'm asking because now those two users can see different amount of the records of the same object and the only difference in their rights is that order.