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

Hello, is it possible to post a feed in a section record, for example an opportunity record, and this feed is only visible to the @mentioned user, but not all the users who have read access to that opportunity record?

Like 0

Like

0 comments
Show all comments

How to add  remark option in approval section of creatio. Also we need to add return button. Any way to do it in mobile version also

 

Like 0

Like

0 comments
Show all comments

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= [
                               await request.$context.Resources.Strings.MenuItem_ll5to4b_caption,
                               await request.$context.Resources.Strings.MenuItem_ilbm7ox_caption,
                               await request.$context.Resources.Strings.MenuItem_aou2m8v_caption,
                            ];

Is there a way to retrieve these submenu items as an array— defined collectively in the DemoActionButton detail or elsewhere—so that I don’t have to fetch them one by one?

 

Platform: Creatio:Energy (Freedom UI)

Like 0

Like

0 comments
Show all comments

Hi All, 

Would you please advise 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 for Owners:

 

  1. Run every 15 minutes (don't know if we can use some Signals based on Activitiy Start time, so decided to run every 15 minutes and check for Activities within next 15 minutes, which is also fine for us)
  2. So next setting Start and End dates within next 15 minutes interval
  3. Then Read Activitiy records (collection)

     

  4. and then Send push notification
     

  5. Issue is than I cannot pass Recepient User, as Owner of activity is Contact, but User is expected

 

So looking for your help:
1) How to pass respective User for collection of records?

Owner is not available for selection

2) Is it possible to send to multiple users (dynamically defined Owner from Read Collection and static Manager defined manually in Business Process)?

3) How to pass Lead_Name (text) or Lead_Status (lookup) to "Push notification text", instead of Lead_ID? ( I know how to handle this with Read single first record, to Read Lead Data and filter by Lead ID, but don't know how to handle such cases for Collection of records)

 

Huge thanks,

Leo

Like 1

Like

0 comments
Show all comments