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

How to automatically create an OAuth 2 integrated application record during the installation process of the marketplace app which we are developing. 

After creating this entry, how do we read the generated client id and secret from this record in a business process? Help with code is appreciated. Thanks.

Like 0

Like

0 comments
Show all comments

Hi Support,

 

In Freedom UI

 

The lead process has changed. When you are adding new lead. The initial stage is already marketing qualified and you need to link the new lead to the existing Account and Contact record. Unlike before there is a qualify button and once qualified then only Account and Contact record will be created.

How can we revert to the old process but still using freedom UI?

 

Like 0

Like

0 comments
Show all comments

Hello Community,

 

I would like to switch tabs based on a user action using code in a handler. Is it possible to write code that opens a custom tab on the same page, as shown in the figure below?

 

On button click, I have implemented below code in the handler, but it is not working.

{
        request: "crt.OpenTab",
        handler: async (request) => {
            request.$context.set("SelectedTab", "CustomTab");
            request.$context.set("ActiveTab", "CustomTab");
            request.$context.profile.set("Tabs_SelectedTabIndex_Profile", 2);
        return true;
     }

}

 

Best regards,

Ajay Kuthe

 

 

Like 1

Like

0 comments
Show all comments

hello i already make deployment in windows its work very well for some period of time, when i want to open it now it stuck on this page after login,

i try to inspect and got this error objectStore does not exists: business-rules any suggestion how to solve it?

Thanks in advance

Like 0

Like

0 comments
Show all comments

Hi Community,

 

I have a question regarding customization file storage in Creatio. Is it possible to save files directly in the file system instead of the database (default)? 

I came across documentation on "Implementing a custom file storage," but I'm unsure whether these customizations affect the location where files are stored, or if they only modify the file metadata.

https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platfor…

 

Additionally, is it possible to customize the format in which the file is saved? 

By default, files are saved as BLOBs (In Database). However, if we want to store files in the same format but directly in the file system rather than as BLOBs, would that be possible in Creatio?

Like 0

Like

0 comments
Show all comments