Hello Community,

I would like to filter data in my dashboard (Freedom UI) from Approval object based on the role of the currently logged in user in the Approver field. However I could not find a way to achieve this at design time (possible way was to use a macro but it does not allow this). Please see attached screen shot. I have used a View to fetch data from the Approval object. Is there a way to filter the data possibly through code or from the View itself?

Like 0

Like

1 comments

Hello,
 

Unfortunately, it is not yet possible to build a filter with Approvals object when using the new Approval mechanism with the basic...MoreLess

Show all comments

Hi, folks. By default, custom angular components have no setting UI panel, as on screen. I haven't found any info in docs, so maybe here somebody knows how to add user-friendly way to set up component?

Like 0

Like

2 comments

Hello,
​​​​​​​
Unfortunately, for now, the system does not support such no-code option. However, already informed our developers about this option...MoreLess

Show all comments (1)

Hello,

How can I transfer the email template between DEV to QA?

Thanks

Like 0

Like

2 comments

Hi, you need to bind EmailTemplate & SysImage

Julio

Show all comments (1)

Generate the process using BPM tools to export the data to SFTP location

Like 0

Like

1 comments

Hello,
Creatio does not currently have built-in functionality to upload files automatically through a business process. Files can only be uploaded...MoreLess

Show all comments

Create a two folders in contact page Active users and Inactive users and add 2 buttons Activate and deactivate, after selecting multiple records from contact page when ever we click on deactivate the selected records should me moved to Inactive users folder and it shouldn't  available in Active folder, and from Inactive folder after selecting multiple records and after click on Activate all the selected records moved to Activate folder. how to achieve this using business process.

Like 0

Like

1 comments

Hello!

To set up something like this u will need:

At first create process which which will deactivate user depends on contact Id. I named...MoreLess

Show all comments

Hi!

I'm trying to get all items in my detail list on freedom ui in the handler: "crt.SaveRecordRequest".
When enter in this handler, I need to read the values from an especific field from all items in the detail (In the image below you can see the field).
How can I access all items?

Like 0

Like

1 comments

Hello,

Here is the example of a handler where I read all values displayed in the list of contacts on the account form page:

{
           ...

MoreLess

Show all comments

Dear colleagues,

In Classic UI when ran a process we can get resultParameterValues in Client Code.

I need to do the same but in Freedom UI client module,

I saw some code like this in Academy, Community and so on, but didn't any who shows us how to get process output paramaters

const handlerChain...

MoreLess

Like 2

Like

8 comments

I saw in the debugging is there some resultParameterValues in the response, but is null and I have one output parameter?

Show all comments (7)

Hi All,

We are trying to insert data in a datetime field in contact table from database via API. But the time shown in Creatio is different from the database. For example - one record shows as 2024-01-15 16:54:48.000 in the database whereas in Creatio it shows as 1/15/2024 10:54 AM. We are in central timezone and user profile is set to central timezone. How can we correct this?

Thanks

Like 1

Like

1 comments

Hello!

Actually it occurs because all dates savings in DB in UTC time zone and only then converting to users according their timezone settings...MoreLess

Show all comments

Hello community

I would like to monitor the progress of the "Generate all schema" request,

While for the "compile all" request I can monitor the progress by checking the build.log file in c:\windows\temp, the "generate all schemas" does not loggine anything.

Do you have suggestions?

Like 0

Like

1 comments

Hello!
 

Indeed, we do not log this anywhere, as it’s handled at the database level. We’ll create a task for the R&D team to consider...MoreLess

Show all comments

Hi,

I've got two separate cases where a contact's phone number is displaying as [#PhoneNumber#]:


I've checked the Submitted Forms for both contacts and in each case a phone number was entered:



However, when I look at the Submitted form in table view, the phone number shows up as [#PhoneNumber#] again:


Do you know what might be causing this?

Thanks!

Like 0

Like

1 comments

Hello,

Unfortunately, without advanced information about your form setup, it is impossible to tell what exactly went wrong with the number...MoreLess

Show all comments