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

Hello. 

 

When I do an approval using the BPM tool it doesn't show in the panel of notifications so i can't select any option or continue with the process. Can someone help me please? 

 

Thanks you. 

Like 0

Like

0 comments
Show all comments

Creatio has been recognized in The Sales Force Automation Landscape, Q2 2023 by Forrester Research. The company has been named among 27 vendors whose SFA solutions streamline sales automation, and take customer experience to a new level.

Learn more.

Like 13

Like

Share

0 comments
Show all comments

Hi Community,

I want to override the copy functionality shown in the image. Is it possible to do that in Freedom UI? If possible How can I do that ?

Like 0

Like

2 comments

Are you referring to the list row menu? If so, there is an article covering that topic here: https://academy.creatio.com/docs/developer/front_end_development_freedo…

Ryan

As for the copy item specifically, I believe that request is called "crt.CopyDataRequest". If you handle that request on the list page, you can do what you need and then not call the next handler to avoid the out of the box handling of the copy request.

Ryan

Show all comments

Hi all.

I'm tying to manually save in silent mode an active record.

When we open a records from the section page, the record (the edit page) is opened in a combined view so if I have a (custom) button on the action bar (on the top, near the "Actions" button) and when clicking on it >> trigger a function.. the function is located in the "xxxSection" JS module.

 

The problem is that on the section's JS methods, there is no "this.save(config)" method (like we have on an edit page js module) .

 

So, how can we programmatically save the active record in the "section" module code?

* We need this because we want to force "save record" before doing the actual logic after clicking the button.

(Regular UI ... NOT freedom UI)

 

Thanks..

 

Like 0

Like

1 comments

Hello,

 

You can try using the this.executeCardMethod("save") method upon clicking your button (as it's developed for the "Qualify" button in leads (see the onLeadManagementSectionButtonClick method from the LeadManagementUtilities module)). This will automatically save a page record even if the button was declared in the section code.

Show all comments

Hi Creatio academy,

We have a Creatio Instance which is running in the Cloud with version: 8.0.8.4807_SalesEnterprise_Marketing_CustomerCenter_Softkey_PostgreSQL_ENU.

 

We have developed a custom package (with the 'Compile into a separate assembly' checkbox true). 

 

As a result we can not access the Newtonsoft.Json package from UserTask.

 

The normal solution is to import the dll in our custom pacakge as a reference assembly.

Question: Wich is the correct version of the dll to import ?

 

I have the binary files of '8.0.8.4807_SalesEnterprise_Marketing_CustomerCenter_Softkey_PostgreSQL_ENU' and in the root/bin folder i can see the NewtonSoft.Json dll. Is this the correct one to import ?

 

Like 0

Like

0 comments
Show all comments