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

Hello community

in the past I created a a custom freedom section using the "Page ListTemplateV2" I would like to upgrade it to version V3.

I tried to change the parent page, but the system tells me "the AddButton already exists.."

What do you suggest me?

Like 0

Like

0 comments
Show all comments
Case_Assignment_Based_on_BU
Sales_Creatio
8.0

Subject: Case Assignment Based on SBU

Hi Team,

I have a requirement in the Cases section where the assignees should be determined based on BU.

For example, if a Case is associated with an BU like ABC, then only the users mapped to that specific BU should be available or assigned to the Case. The idea is to ensure that assignment visibility and ownership are restricted and aligned with the respective SBU structure.

Has anyone implemented a similar use case or can suggest the best approach (Business Rules, or any configuration)?

Any guidance would be appreciated.

Thanks in advance!

Like 0

Like

0 comments
Show all comments
Survey
Surveys
fieldsales

Hello

Field surveys for Creatio component in Marketplace developed by DevLabs is available only in Classic UI: when will it be available for Freedom UI?

Thanks

Like 0

Like

0 comments
Show all comments
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