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

Hi,

I'm working on a Button component in Case Module that contains submenu 

Button's Source Code:

Submenu's Source Code:

In the source code, Currently fetching these submenus individually using Localizable String as the following:

let ActionBtnSubmenu= [
           ...MoreLess

Like 0

Like

0 comments
Show all comments

Hi All, 

Would you be please advice if it's feasible to recreate the logic used for Leads / Opportunities and have a custom object with a workflow where stages history would be recorded and displayed in the sales funnel dashboard? 

How difficult such task would be and how to approach this? 

Any advice would be much welcome! 

Thank you!
Jacek 

Like 1

Like

0 comments
Show all comments

I've used following article to create Business process to send push notifications:
https://academy.creatio.com/docs/8.x/no-code-customization/bpm-tools/bpm-process-examples/set-up-push-notifications-for-mobile-users

Goal of Business process is to send Push notifications to mobile app about calendar Activities...MoreLess

Like 1

Like

0 comments
Show all comments

Hello,
 

We are currently in the process of downloading and setting up the Exchange Listener on our Kubernetes server, which consists of the following nodes:

  • Master 1: 10.100.216.81
  • Worker 1: 10.100.216.82
  • Worker 2: 10.100.216.83

We are following the documentation provided below:
https://academy...MoreLess

Like 0

Like

0 comments
Show all comments

Hello,

I tried to change the width of one of my Freedom UI mini pages, by adding the code below to the page. When I opened from the designer, it has the width that I want for a few seconds before changing back to the default width. What I'm missing?

Thanks,

Jose

          {
                "operation": "merge",
                "name": "Main",
                "values": {
                    "fitContent": true,
                    "layoutConfig": {
                        "width": 840
                    }
                }
            },

Like 0

Like

2 comments
Best reply

There's a feature you can add/enable called "EnabledAppearanceSettings" that turns on the ability to choose different sizes for the modal/mini...MoreLess

Show all comments (1)