Hello Community,

Is there any way to bind the images for the articles we create in the Knowledge base, to the deployable pacakge?

Thank you

Sasor

Like 2

Like

1 comments
Best reply

Hello Sasor, 

If we're talking about Data Binding, when transferring the KnowledgeBase, it's likely necessary to also transfer the KnowledgeBaseFile...MoreLess

Hello Sasor, 

If we're talking about Data Binding, when transferring the KnowledgeBase, it's likely necessary to also transfer the KnowledgeBaseFile...MoreLess

Show all comments

Hi Creatio Community,

I need to trigger a business process (BP) whenever a new record is inserted into the Webhook object through a webhook.

I’m using the Entity Event Layer and listening to the OnInserted event for the Webhook object. How can I trigger the  BP from the entity event code when a new record is added?

I’ve tried using ProcessExecutor and ProcessManager, but encountered access issues. Any help or example code would be greatly appreciated!

Thanks!

Like 0

Like

2 comments
Show all comments (1)

Hi Everyone! 

I have a use case where I need to make adding a record to a detail on the Opportunity page mandatory for a specific stage in Opportunity DCM. 

Would anyone know how to implement it? 
Are there any differences between Classic and FUI? 
Can it be done through Validation? 

Any suggestions welcome!

Thanks so much for your help!
Jacek

Like 0

Like

4 comments
Best reply

Hello Jacek,

In order to implement your logic you will have to create the user task for adding a record to the detail and set it as required step in DCM.

Opportunity management 

Show all comments (3)

Dear,

When starting Creatio we have the following errors :

Classic UI

It seems that Creatio is not finding some language files.

Can these mistakes be corrected ?

Thank you !
Nicolas

Like 0

Like

1 comments

Hello!

Try to change the language of the user to English, recompile the system. Then switch back to French and try to reproduce the error.

Have a nice day!

Show all comments

Hi Community,

I'm trying to identify the ObjectName (schema name) and the RecordId of a form page that is currently open in Creatio (Freedom UI), using the context data available (as shown in the attachment). Is there a recommended way to retrieve this information through code or the browser console?

What’s the best way to access this data from within the button click handler?

Reference Screenshot

Thanks in advance!

Ajay K

Like 1

Like

1 comments

This is possible, but only from the context of the page itself. I am not sure if it's possible from a sidebar to know anything about the current...MoreLess

Show all comments

Hey Team , i have a user task in the lead section and inorder to move from one stage to another ( custom stages) , i have put up a user based task. However when the user clicks on complete , the system throws the below error 

I have not written this view.On multiple compilations , i still seem to face this issue.
Please note that this issue is occuring in my local , and when the same code is pulled by others to their local , this seems to work.

Like 0

Like

1 comments

Hello!

Could you please provide some details about the transfer of stages, especially the part related to user tasks?

Show all comments

Hello mates !

I'm trying to create a script into a business process to check the SIRET (French Enterprise Number). But I'm having a basic problem: an identifier is expected when I try to compile on line 59

using System.Text.RegularExpressions;
 
string siretNumber = Get<String>("siret");
...

MoreLess

Like 0

Like

4 comments
Best reply

Hello,

You can add using statement in Usings section in Methods block Of BP like this:

Also here is the fixed example of your code withou...MoreLess

Show all comments (3)

Hello Community,

I need to store a snippet of HTML code (e.g., a button or formatted content) into a field of an object (e.g., a text or string field). Later, I want to render this HTML dynamically on a page at runtime.

What’s the best way to store the HTML safely and then render it so that it's interpreted as actual HTML (not plain text) in the UI?
Are there any security or encoding considerations I should keep in mind?

Thanks in advance!

Like 2

Like

7 comments
Best reply

An easy no code way would be to bind the value to a read-only Rich Text control on the page. It will display the HTML as HTML.

Otherwise, you'd...MoreLess

Show all comments (6)

Hi

Does anyone know what value goes in the screenshot below for Unique Caption ID, when adding a notification record for a feed (record)? I have tried the Feed Channel ID  but the link does not take the user to the record (nor does the ID of message). Many thanks

Like 0

Like

2 comments

Rob,

WHat you need is to add a feed message connected in an specific section?

Show all comments (1)

Hi Community,

I'm working with Creatio Freedom UI and I need to embed a custom HTML layout along with some JavaScript logic (e.g., loading an external widget) into a page.

I’m looking for a proper way to add both:

  • Custom HTML code,

    .......

    </head>
    <body>
        <div style...MoreLess

Like 3

Like

1 comments
Best reply

Creatio does allow you to create your own custom UI components that you can add to the UI and even handle requests, read data, bind properties...MoreLess

Creatio does allow you to create your own custom UI components that you can add to the UI and even handle requests, read data, bind properties...MoreLess

Show all comments