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

Is there a way to change the color of the login page button?

Like 0

Like

0 comments
Show all comments
Mobile_Creatio
Freedom_UI
8.0

Hi!

I am playing around Mobile Freedom in 8.3.2 and tried adding a crt.RunBusinessProcessRequest for a button but did not work. Is there no way of doing that?

I found this in the article > 2nd paragraph > last sentence and base my test on it: Both main Creatio app and Creatio Mobile have the same request handlers.

Here's my sample code:
**Mobile run on Online Mode.

		{
			"operation": "insert",
			"name": "Button_5yi1e6m",
			"values": {
				"type": "crt.Button",
				"caption": "#ResourceString(Button_5yi1e6m_caption)#",
				"color": "warn",
				"disabled": false,
				"size": "large",
				"iconPosition": "only-text",
				"visible": true,
				"clicked": {
					"request": "crt.RunBusinessProcessRequest",
					"params": {
						"processName": "UsrProcessName",
						"processRunType": "ForTheSelectedPage",
						"saveAtProcessStart": true,
						"showNotification": true,
						"recordIdProcessParameterName": "ppRecordId"
					}
				},
				"clickMode": "default"
			},
			"parentName": "FlexContainer_mx2730x",
			"propertyName": "items",
			"index": 1
		},	
Like 0

Like

0 comments
Show all comments
Discussion
academy
#CreatioAcademy

Hello everyone, 

I would like to suggest adding a "Feedback" button directly on Academy pages. 

As a simple example of the kind of issue this would help surface: The Academy article "Add a campaign" (Creatio 8.3+) contains hyperlinks redirecting to Academy Articles intended for Creatio Version 7.18, as well as completely different articles being referenced for "Campaign Diagram" within the body (-> Campaign element reference, 7.18) and the bottom section (-> Set up campaign diagram, 8.3) of the Article.

Currently, the only way known to me to report issues or suggestions is to leave the Academy page and send a separate email to Creatio Support manually - a step that likely discourages many users from contributing.

An in-page feedback option would lower that barrier significantly and make it much easier for users to flag such issues, ultimately benefiting both the community and the Academy team.

Best,
David

2 comments

Yes that would be great. I believe it used to exist, it would indeed be a great helpful feature to reinstate.

Hello 

 

This button is present in Academy, for example taking your link : 

https://academy.creatio.com/docs/8.x/creatio-apps/products/marketing-to…

 

Thank you for reaching out! 

Show all comments
#CreatioAcademy
Training
Marketing_Creatio
campaigns
Email

Hey everyone,

We're excited to announce a new addition to our regular training lineup - Creatio Marketing Functionality Training, kicking off on April 7th!

This course covers all Marketing features up to version 8.3.3 and runs in a hybrid format: self-paced video modules combined with live Q&A sessions from April 7–10.

Whether you're looking to sharpen your own skills or upskill your team, this is a great opportunity to get hands-on with Creatio's marketing capabilities.

Enrol here: Creatio Marketing Functionality Training

Like 1

Like

Share

2 comments

Hi Alex, 

super helpful, I think a lot of people will benefit from this!

However the link provided in your post doesn't seem to work for me - is this here the right course? https://academy.creatio.com/creatio-marketing-functionality-training 

Best,  
David

 

David Örnek,

thanks, you're correct! I've fixed the link.

Show all comments
multivaluefield
multiselect
FreedomUI
Studio_Creatio
8.0

I need to create a multi value field based on lookup.

The only solution I found is https://customerfx.com/tool/multi-select-text-field/
But it seems to work only with classic UI.

Is there a solution with Freedom UI ?

Like 0

Like

1 comments
Best reply

Hi Olivier,

If I understand your requirement correctly, this should be straightforward. You just need to create a object which can store the two lookup values you want to connect.

Example: To save multiple Industries for an Account, create an object called "Industries in Account" (inheriting from BaseEntity) with two lookup columns: "Account" and "Industry".

Then, set up the Multiselect Lookup component on your Account edit page via the No-Code Designer:

• Lookup: "Industry"
• Multiselect Value Storage: "Industries in Account"
• Apply filter by page data: Account.Id = IndustriesInAccount.Account

Optionally, you can add a static filter to pre-filter the available Industry values, or set the "Required" attribute to ensure at least one Industry must always selected before saving.

Let me know if you have any questions.

Best,
David

Hi Olivier,

If I understand your requirement correctly, this should be straightforward. You just need to create a object which can store the two lookup values you want to connect.

Example: To save multiple Industries for an Account, create an object called "Industries in Account" (inheriting from BaseEntity) with two lookup columns: "Account" and "Industry".

Then, set up the Multiselect Lookup component on your Account edit page via the No-Code Designer:

• Lookup: "Industry"
• Multiselect Value Storage: "Industries in Account"
• Apply filter by page data: Account.Id = IndustriesInAccount.Account

Optionally, you can add a static filter to pre-filter the available Industry values, or set the "Required" attribute to ensure at least one Industry must always selected before saving.

Let me know if you have any questions.

Best,
David

Show all comments