Hi there, here is a question I am not sure on how to set it up.
I want to add a user to our platform that can work with all the basic features but has limited access to our entire customer database. This means, he/she can only see the accounts and customers we put in a specified group.
How do I set this up? Or is there an example somewhere i can follow?
I am kind of new to this platform and currently working on a Demo environment. Already created an Application from the AI Generation tool, but would like to do some changes to it that are far from my knowledge.
Is there a way to ask AI to create or edit something? So I can after check what AI did and learn from it.
The error you're seeing indicates that the required system settings for Identity Server authorization have not been configured yet. To proceed, please ensure that the following system settings in Creatio are completed:
Identity server Url
Identity server client id
Identity server client secret
These values are typically configured by support team, as they relate to the integration with the external identity provider.
Could you please advise on how to filter the timeline using Advanced Filters?
My use case is to filter messages posted on the Account timeline via a folder on the Account list page. Additionally, I would like to know if it's possible to create a section that displays all Feed messages.
I’ve already tried searching for relevant keywords (such as social, message, channel) in the Advanced Filters on the Account section, but haven’t found anything related.
Firstly, maybe I will clarify that this is about a FUI configuration. What I am looking to do is just to filter the data entered as Feed messages. We will treat Feed similarly as Notes, but with an additional ability to upload attachments, so I'd like to be able to filter the data there on a higher (Account list page view) level.
Assuming what you're after is to see accounts with feed/timeline activity, for example, see which accounts have new activity this week. However, a filter like this will show accounts with activity/messages, not the activity/messages itself.
Feed messages are object SocialMessage (title: Message/comment), however, they don't have a direct lookup to accounts since they are generic for any entity (the record stores the account Id in a generic EntityId column, not a lookup to the account). This is why they don't show in the list of objects related to accounts. To use this object in this way, I typically create a view to directly relate account feed records to the account so it can be used in filters. Not sure if it's possible to use in an account filter without that.
Note, this would only account for Feed messages, however. If you want all timeline entries, that would come from several different sources (Case, Order, Opportunity, Activity, SysFile, etc)
Hi. I set 4 of our 200+ users' session timeout to 240 minutes. The system Default is 60. However, those 4 users are timing out at 60 minutes. See images below -- what am I missing? Thanks Rob
The value of the personal User session timeout is applied after the user's previous session ends if the value was changed during the user's active session.
Please make sure that the user's session has ended and check the session time of this user one more time.
So, do you mean the user needs to log out of Creatio for the new value to work?
If so, its not working as advertised then -- I have logged out many times since I changed it to 4 hours, and it still logs me out at 1 hour (system default). I have also rebooted.
We're having display issues with the timelines in the accounts and contacts sections, apparently related to JavaScript errors. I tried deleting and restoring the timelines on the section pages, but the JavaScript error reappears. Here's the errors:
1-Error decoding value from JSON string 2-Cannot read properties of null
Every time we click on an object in the timeline this error appears and the objects in the selector are not selected.
Does anyone have any ideas on how to fix this problem?
I have developed the form page "A" that uses the default Crt.MinLength validator.
I have created a replacement form for form page "A", is it possible to override the inherited Crt.MinLength validator rule? I need to change the length parameter.
Tested in the local app - create the very same validator (with the same name) in the schema that is a child for your schema and add your logic there. As a result the validator fgrom from the child schema will be called.