Is this method for adding current date to a word report still valid? https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/8.1/platform-customization/classic-ui/ms-word/examples/create-ms-word-report-custom-macros#title-15703-2  After compiling Creatio can't find refs to IExpressionConverter or ExpressionConverterAttribute.

 

Regards,

Michael

Like 0

Like

3 comments
Best reply

Michael Lim,

For the Date macro, it needs to be [#Date#], not [#DATE#]

I've also tried this method but when the report prints the field is empty. I'm on version 8.2.3.   https://academy.creatio.com/docs/developer/application_components/reports/ms_word/overview#title-1371-3 

 

 

Version 8+ documentation looks similar in structure, it just has less information for the setup https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/platform-customization/freedom-ui/ms-word/references/basic-macros

 

Regard,

Michael

Michael Lim,

For the Date macro, it needs to be [#Date#], not [#DATE#]

Ryan Farley,

Thank you Ryan. I got the formatting to using Created on[#Date|MM/dd/yyyy#]

Show all comments

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?

Like 0

Like

0 comments
Show all comments

Hello Community,

Is it possible that when double clicking a record in a list, we are not redirected to the Form page of that record?

Example

  1.  when double clicking a Contact Record in the Accounts Form page, we want nothing to happen.

2) Currently when we double click we are redirected to the Contact Form page

3) We can not allowed to modify the current apge config due to various reasons.

Is there any codesnippet to add in the DataGrid

Sasor

Like 0

Like

1 comments
Best reply

You can add a property rowDoubleClick with an empty object to remove the ability to open the record by double clicking on a row: 

{
   "operation": "merge",
   "name": "TheListNameHere",
   "values": {
      "rowDoubleClick": {}
   }
}

Ryan

You can add a property rowDoubleClick with an empty object to remove the ability to open the record by double clicking on a row: 

{
   "operation": "merge",
   "name": "TheListNameHere",
   "values": {
      "rowDoubleClick": {}
   }
}

Ryan

Show all comments

Dear,

In the timelines, base64 images are not display correctly :

Timeline image

Has anyone ever had this problem?

Thank you !
Nicolas

 

Like 0

Like

0 comments
Show all comments

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.

Thank you

Like 0

Like

1 comments

Hello,

Creatio AI doesn't directly edit form pages, but it can assist with various tasks related to content creation and management. You can explore all the capabilities of Creatio AI currently available by following this link: https://academy.creatio.com/docs/8.x/no-code-customization/customization-tools/ai-tools/copilot/ai-skill-list

In addition, we've registered your idea in our R&D team backlog for consideration and implementation in future application releases.

Thank you for helping us to improve our product!

Show all comments

Dear All,
We are trying to connect Facebook ad account but we are getting this issue:

 

We are working on an on-site environment and we already deployed Identity service and configured the following settings:
 

What else could be missing?

Like 0

Like

1 comments

Hello,

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.

Show all comments

Dear All,

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.

I would greatly appreciate your support!

Best regards,
Jacek 

Like 0

Like

5 comments

Hello,

Could you please describe your business idea in more detail, what logic exactly do you need to achieve?

Hi Mira,

I'd like to filter feed messages entered on Account timeline using advanced filters/ folders in the Account section. 

So, in advanced filters I'd like to select object (e.g. Feed?), quantity, and then filter message text using 'contains' logical value.

Could you let me know if this is possible and how best to set it up?

Best regards,
Jacek

Hello,

Thank you, could you please also describe your business idea behind, what are you trying to achieve by such a setup?

Hi Mira, 

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. 

Thanks!
Jacek

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) 

Show all comments

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

 

 

 

 

 

 

 

 

 

 

 

Like 1

Like

4 comments

Hello!

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.

Thank you for reaching out!

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. 

Any suggestions are appreciated.   Thanks, Rob.

Verified its not just me that has this problem here at our organization.

Hello!

Could you please check the End Session Method of the specified users in the sessions detail? 

If the value is 0, it means that the session was not finished, and it is better to finish it manually by the user by logging out.

Also, we recommend you perform Flash Redis on the site. This may help you to clear cash.

Please notify us about the result after.

 

Show all comments

Dear mates,

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

Freedom timeline errors

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?

Thank you !
Nicolas

Like 0

Like

1 comments

Hello,

Please register this issue with our Support team directly via support@creatio.com so we could analyze it properly.

Show all comments

Hello community,

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.

Like 0

Like

1 comments

Hi,

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.

Show all comments