Greetings,



I have a question regarding the Product List 2 Columns Title+Image+Text+Button module in the email designer.





Is there a way to remove the border around the article pieces? Thanks in advance.



Lucas

Like 0

Like

1 comments
Best reply

Hello Lucas,

 

Yes, it's possible in clomn configurions:

 

Please find more infromation here:

https://academy.creatio.com/docs/user/marketing_tools/email_marketing/e…

Hello Lucas,

 

Yes, it's possible in clomn configurions:

 

Please find more infromation here:

https://academy.creatio.com/docs/user/marketing_tools/email_marketing/e…

Show all comments

Hello Creatio community!

 

My first post on the forum. I have a business process that populates a Ticket Number field in a custom Tickets Section. This business process sets the field value and sends a message to the section's client module which includes the below code to handle the message and refresh the section so we can see the updated ticket number.

 

			init: function() {
				this.callParent(arguments);
				this.subscriptionFunction();
			},
			subscriptionFunction: function() {
				Terrasoft.ServerChannel.on(Terrasoft.EventName.ON_MESSAGE, this.onMyProcessMessage, this);
			},
			onMyProcessMessage: function(scope, message) {
				if (!message || message.Header.Sender !== "RefreshTicketPage") {
					return;
				}
				var message2 = message.Body;
				if (!this.Ext.isEmpty(message2)) {
					this.reloadEntity();
				}
			},
			destroy: function() {
			    Terrasoft.ServerChannel.un(Terrasoft.EventName.ON_MESSAGE, this.onMyProcessMessage, this);
			    this.callParent(arguments);
			}	

 

The code works fine, but the problem is upon clicking Save it closes the section edit page and shows the list, which does correctly include the updated ticket number. I want it to refresh the field and STAY in the edit page so the user doesn't have to reopen the section from the list after saving. Does anyone know if this is possible? To refresh the section while staying in the edit view? I'm using cloud and Classic UI and have attached a screenshot of the view I would like to refresh and remain open on the screen.

File attachments
Like 0

Like

1 comments

Hi all,

 

How to copy a new business process from the development server to the production server?

 

Thank you.

Like 0

Like

1 comments

Hi David,



Processes are transferred to the same other custom changes. Please see this article about transferring changes from site to site:

https://academy.creatio.com/docs/7-17/developer/development_tools/packa…

Show all comments

Hi,

 

How can I enable Multi-Factor Authentication? 

Like 2

Like

10 comments

Hello Nicola,

 

Please pay attention that as 2FA is currently in beta testing, there is list of some limitations:



1. Integrations only work through OAuth, as the integration cannot pass the second factor.

3. Additional configuration of the mobile application is required - the mobile app utilizes the system setting MobileExtendedAuthenticationUrl.

3. Only one authentication provider is allowed (provider with built-in second factor).

4. The provider must be registered with the name "InternalUserPassword" for the proper functioning of password expiration checks.

5. Not supported for portal users.

6. There is no possibility to specify which users require a second factor. It is enabled for all users.

 

Please contact support team if you want to enable it.

David Lashar,

 

The email will be sent to the email specified in SysAdminUnit.Email

 

Hi,



is 2FA now out of beta testing finally ? Saw some 2FA parameters in Creatio 8.1.1, but unsure if this means out of beta, did not find any documentation in the academy.





 

Damien Collot,

 

This functionality have not been implemented in the system yet, but i have added your inquiry to the registered idea to increase its priority.

Hi Mira Dmitruk,

 

Is this functionality planned anytime in the upcoming releases? Could you let us know when we can expect this feature?

Shivani Lakshman,

 

Currently the ETA for the implementation of this functionality is around June of this year, however note that the roadmap might still change.

Mira Dmitruk writes:

Shivani Lakshman,

Currently the ETA for the implementation of this functionality is around June of this year, however note that the roadmap might still change.

Thanks for letting us know, this is a long awaited feature. Hopefully also available for Creatio Growth users, not just Creatio Enterprise.

Damien Collot,

 

This feature should have no such restrictions. 

Has this feature been released?

Show all comments

Hi all,

 

How to limit the list view to a certain number of records in the Freedom UI home page dashboards?

For example, is there a way for us to limit the list view to show the top 10 records based on the static conditions defined?

 

Thank you

Regards,

Geeviniy

Like 1

Like

1 comments

Greetings,

 

Unfortunately, it is not possible to do it by means of basic functionality.

We have registered an idea and forwarded it to our R&D team for further review.

Show all comments

Greetings everyone! I have started diving into the calendar located in the "Activities" section within the Marketing Module.







I was wondering if anyone has used this to implement an email marketing calendar and if so, what would be the best approach? Thanks for any guidance provided. 



Best,



Lucas 

Like 2

Like

1 comments

Hello!

 

Unfortunately, as of now, there is no possibility to do it using the OOTB functionality.

 

Thank you so much for your idea. We've registered it in our R&D team backlog for consideration and implementation in future application releases. Thank you for helping us to improve our product.

Show all comments

Hi,

I have a problem with direct editing tiles in business processes.

Let's say I need that when someone creates a business process, the relevant tiles display a description of what is in them, e.g. the content of an email, sms or other template.

Is this possible using native Creatio elements? Or does it have to be done using developer tools? Or is it not possible at all?

Like 0

Like

2 comments

Hi Jakub,

 

Currently this cannot be achieved using standard tools (and cannot tell which approach in customizations theoretically can help). The only way to add elements description is to specify them in the process description itself (make a list of all elements and a brief clarification on each of these elements). But I will ask our R&D team to add an additional column to each element to make it possible to leave comments on elements there. Thank you for this idea and helping us in making the app better!

Jakub Lewandowski,

 

Please provide some screenshots of what is discussed since at this point I am not sure if I understand what is exactly needed.

Show all comments

Hello community,

I have a use case where I need to add a column in attachments for a section in freedom UI and it should only be visible for that particular section. Can anyone help with this?

 

Thanks in advance.

 

Regards,

Yasaswini

Like 0

Like

3 comments

I think you set up biz rule for that section, make it visible for that section only cheeky

Hi Yasaswini,

 

We recommend adding the column in configuration to the object nameOfSectionFile (for example: CaseFile), then go to page designer, open settings for attachments and make sure the view is list, rather than gallery and add the column you have previously added in configuration. 

This setting will only be applied to one sections, because CaseFile object is only used in Case section.

 

Best regards,

Alina

Alina Yakovlieva,

Thank you,

But my use case is that I will have to edit that field according to the attached files in the attachments, but we can't edit the attachment's detail. Is there any possibility of editing the column that we create in the attachments?

Show all comments

Hi,



Is there somewhere the full list of featurestates for the FeaturesPage with a full description of what they do and where ? Also what is activated OOTB and what is not?



Noticed there some description in new shell / freedom ui, but some clients do not have new shell/freedom ui yet, was wondering where to find the information in the academy.



Thanks,



Damien

Like 2

Like

1 comments

Greetings,

 

Unfortunately, our academy does not have this information.

But we will register this wish, for our team, so that they will realize it in the future.

 

Regards,

Orkhan

Show all comments

Hey every body , 

I want to change the object and record permission for the feed tab that we place in the freedom UI as a communication between external and internal user .  

from any object permission we should apply the setting ? 

 

regadrs

Like 0

Like

2 comments

Hello, 



 

In order for the feed to be available for external users, you need to enable the "Allow publishing for external users" parameter in the design timeline of the edit page.

 

After that, external users will be able to create posts in the feed, and regular users will have a button, with which they can adjust who will see the comment/post.

 

 

Regards,

Orkhan

Thanks a lot.

Show all comments