Hi all, 

we have Next steps elements in Freedom UI. But "+" creates Task by default. How can we add one more thing like create a case or send message? Is it possible in freedom UI?



Thanks in advance.

Like 0

Like

2 comments
Best reply

Hello, 

You can add items to the menu from the + (add) button to add things such as "Create a case" etc. However, the case won't show in the Next step list. 

To add items to the list, you can do this with no code in the page designer (click the + button and add a new item to it)

Ryan

Hello,

Unfortunately, it is not yet possible to add the option of adding Emails, Calls, and Messages records via clicking on Next Step. Alternatively, you can try to perform such an action through customization in the Freedom UI designer. Add menu items to the + Next Step button and customize the opening of pages for different types of activities.

However, we have forwarded your idea to the responsible R&D team to add this functionality in future releases.

 Thank you for helping us to improve our product!

Hello, 

You can add items to the menu from the + (add) button to add things such as "Create a case" etc. However, the case won't show in the Next step list. 

To add items to the list, you can do this with no code in the page designer (click the + button and add a new item to it)

Ryan

Show all comments

Thanks

 

 

Like 1

Like

5 comments

Ivan Savenko,

Dear Ivan,

 

I mean APP Icons, When I'm on App Hub and want to add a new app and assign it an icon, I can just access predefined icons. 

 

I need to know, if like in CLassic UI, I can upload my own.

Thanks

Ivan Savenko,

Dear Iva, Hello Colleagues, some idea how to do what I'm asking? is it possible?

Julio.Falcon_Nodos,

I believe you can add the image bytes into the SysModule record, however, I don't know of any easy way to do this without creating something to load the bytes into the table. The no code tools only allow for selecting from the list of choices.

Ryan

Ryan Farley,

Thanks Ryan,

 

In Classic UI this were a daily task (In Section Wizard), I expect in some near future it could be available on App Wizard also to Freedom APPS

 

Regards,

Julio

Show all comments

I wish to add an image/icon to every record in a detail. To do so, my understanding is that you'll have to add a container to every record in a detail that receives the image from the imagelink column according to the documentation:

Add an image field to a record page | Creatio Academy

 

How do I go about doing this?

Thanks in advance.

 

Regards,

Abilash.S

 

Like 0

Like

1 comments

Hello,

 

This is only possible if you add this image container to the edit page of the section or the detail and then choose the tile view in the detail itself. In this case the image can be displayed in the detail grid.

Show all comments

Hi Team,

 

I am looking for a feasibility in implementing this functionality of adding icons in Edit page of a section object and sort the records having icon.

 

Ideally my requirement is in 2 part

1. An icon to be placed next to a Boolean field in edit page

2. To which all fields the boolean is checked, the records in the section page should be ordered first with those records and then the remaining records.

 

Kindly suggest if it is feasible. Hoping for a positive reply

 

Thank you!

Like 0

Like

5 comments

Hello, Anupama!

 

Here is the guide how you can possibly add the field with an image:

 

https://academy.creatio.com/docs/developer/interface_elements/record_pa…

 

Regarding your second question - that can be done just by UI, if you set up the logic, and show the column on the page - you can just click on this column and all the data will be ordered by it. Like this: 

 

If I ckick my "TestBoolean" field, it becomes ordered by this field with value 'Yes'. 

 

Best Regards, 

 

Bogdan L.

Thanks Bogdan Lesyk for the links. 

 

With the first part, I have a question with the image container suggestion.

 

1. I want a static image which gets displayed when ever the check box is checked. With the image container, would I be able to disable the methods - beforePhotoFileSelected(), onPhotoChange() and onPhotoUploaded()  as it is not required to open the file upload part and event for photochange.

2. I want the image in the ProfileContainer with max 24*24 dimension. How much feasible is that?

 

Second part of the question, which I should have framed it with more details. So ideally the checkbox field which has image associated should also be displayed in the section similar to how it is displayed in Account and it should by default sort with records that has the checkbox checked (with the image icon displayed) to displayed in top results with unchecked records in bottom results.

 

Appreciate your valuable input.

 

Thanks

 

Anupama,

 

Actually, we don't have practical examples of such implementation and I'm not sure it's possible to do. 

 

Another workaround here could be adding the picture as I mentioned in the previous answer, then you can set up a Business rule, e.g if your Boolean field is checked, then you can show this field with an image on the page.

 

https://academy.creatio.com/docs/developer/front-end_development/creati…

 

Hopefully, it helps! 

 

Best Regards, 

 

Bogdan L. 

Bogdan Lesyk,

 

 

I have followed the steps that was shared in Community Post

Add Manager Mood from Opportunities to Accounts | Community Creatio

 

Have created and registered the LookupEdit Page to the db. In my requirement, was able to place the image in the lookup edit page but while setting column, I don't find that field. I have tried generating all schemas after the implementation and compiled the package. 

I would need to add the lookup to LeadPageV2 in Profile Container but the lookup should display the image instead of the Name field value/ Kindly suggest! Thanks

Link to the files are included here

Contents:

1. UsrPriorityLookupEditPageV2.j

2. UsrPriorityLookupSectionV2.js

3. LeadPageV2.js

Appreciate your valuable comments. 

 

Thanks

Anupama

Anupama,

 

Let's perform the discussion in terms of this thread - https://community.creatio.com/questions/add-manager-mood-opportunities-….

 

Best regards,

Oscar

Show all comments