Hello,

some elements like button have "clicked" attribute, where we can configure which request should be emited and which params should be passed to its handler. I try to use this feature, but it doesn't always work I expected.

For example, I created two new elements on Accounts Form Page:

- a button

-...MoreLess

Like 0

Like

4 comments

Hello Eryk,

You did everything correctly according to the basic logic and I was able to reproduce the same behaviour on my end. Additionally...MoreLess

Show all comments (3)

Hi,

I have a few checkbox fields on the Order page and would like to update the Order stage in the DCM based on the field values. Can anyone tell me what will be the best way to go about it?

Like 0

Like

4 comments

Hello Nirupama ,

You can use Business process to update the DCM .When the checkbox fields are modified have a trigger in Business process and...MoreLess

Show all comments (3)

In Activity we wanted to filter owner field . currently all users are showing in the list but we need only to show active users ?

I try to add an attribute in the ActivityPageV2 but it does not work unlike in the contact section

        attributes: {

    ...MoreLess

Like 0

Like

2 comments

Hi,

Your code doesn't work on the Activity page because it has additional logic to owner filters.

In order to make it work you need to override...MoreLess

Show all comments (1)

Hello community,

                                while adding SVN to other repositories. I am getting an issue no such host is known. please help me through this problem.

File attachments
Like 0

Like

1 comments

Hi!

I wasn't able to reach the specified address - https://naveen/svn/paasprojectwork/

Please make sure it is available svn address and try again.

Show all comments

I have a business process where I want to go through a collection of records, so I create a sequential sub-process to go through them. To this sub-process I also want to pass a string from main process to sequentially concatenate new values onto the string passed between main and sub-process. 

For...MoreLess

Like 0

Like

6 comments
Best reply

Hi!

Unfortunately, in a business process using a sequential subprocess, direct data transfer between the parent and subprocess between iterations...MoreLess

Show all comments (5)

Like 0

Like

1 comments

Hello,

 

This error is related to the connection timeout with the application server.

Try running the action again.

Show all comments

Hi community,

There is a system user needs to operate with records in several different objects. But I don't want that user can delete any records

Is there any way to set up permission for that?

Thank you!

Like 0

Like

1 comments

Hello,

I am looking to extract the sort field and sort order being used by a user on a section and implement this same sort condition into an EntitySchemaQuery so that it brings back data in the same order.

I see the information exists in the SysProfileData.ObjectData field. Are there any modules/libraries...MoreLess

Like 0

Like

2 comments
Best reply

Hello,

Additional question: should it be a client-side or server-side logic? Because if this is a client-side logic then you need the same...MoreLess

Show all comments (1)

Hi Community,

I am trying to save a file in a Creatio Cloud solution. Which is the relative path I can use to store the file ?

Is this correct:

\..\..\inetpub\wwwroot\creatio_instance_name\ ?

Sasori

Like 0

Like

0 comments
Show all comments

Hi,

I've created a remote angular module for Freedom UI, following the tutorial: https://academy.creatio.com/docs/developer/front_end_development_freedo…

I added my component to Freedom UI library. Thus, I'm able to drag'n'drop my component to page area.

The problem is that my component have some configuration...MoreLess

Like 3

Like

6 comments

Could anyone help me? :)

Show all comments (5)