Время создания
Filters

Hi Community,

I have created a new Custom Section, and is not appearing in the Dropdown where sections are listed.

Is there any additional config I need to add in order to have the possibility to link the email with the custom section?

Sasor

Like 0

Like

0 comments
Show all comments

Hi,

I’m trying to upload a document to a custom table named RequestSysFile. Along with the document, I need to store an additional field called “Type of Document”, which comes from a field on the screen/form.

However, I’m not able to pass this additional data to the RequestSysFile table during the upload process. Could anyone guide me on how to include this extra field while uploading the file?

Like 0

Like

4 comments

I assume you're using crt.UploadFileRequest for the upload? I believe that request might return the uploaded file's Id, you could follow it...MoreLess

Show all comments (3)

Hi Team,

I would like to confirm whether it's possible to modify or override the default login & logout functionality, as I have to execute custom business logic during the login and logout processes.

If possible, please provide the recommended approach for implementation.

Like 0

Like

1 comments

You could use the following to execute code on the session start and end of the user: https://customerfx.com/article/executing-code-in-creatio-application-and-session-start-and-shutdown-events/

Ryan

...MoreLess

Show all comments

Hi Creatio community,

I need to make a request to a custom handler whenever a specific integer field changes its value in a Freedom UI page. The field can be 0, 1, or 2, and it’s modified by a business rule (not by the user), so it’s read-only.

I’ve been trying to achieve this using crt.HandleViewModelAttributeChangeRequest...MoreLess

Like 1

Like

5 comments

What issues are you having with crt.HandleViewModelAttributeChangeRequest that make you want to use an alternative? This is the handler I would...MoreLess

Show all comments (4)

hello everyone! im having issues adding business rules, im trying to add a "filter" option in the "then"action but it is missing, any idea of why?

i am using freddom ui pages 8.2 version

Like 0

Like

1 comments
Best reply

There are two types of business rules, page-level business rules and object-level business rules. Filters are object-level business rules. In...MoreLess

There are two types of business rules, page-level business rules and object-level business rules. Filters are object-level business rules. In...MoreLess

Show all comments