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

How to hide Attachment tab in task type activity while showing my own case attachment tab or in general how can i programmatically hide a toggle tab in freedom ui .

I want to hide the attachment toggle tab and show case attachment which is created by be , also want to programmatically trigger their visibility , please refer below image for reference 

 

Like 0

Like

0 comments
Show all comments

Hi,

I am setting up Single Sign On configuration in Creatio version 8.1.2.3942 (.NET 6.0.33) and I'm getting error while the connection is secure and certification is valid. 

 

However when I try to setup it on local instance, it works perfectly fine.

Also, I cannot add or modify a new SSO custom OPEN ID as shown is picture below:

Like 0

Like

0 comments
Show all comments

Hi team,

I'm attempting to set a Text datatype attribute in my client module and enable doAutoSave for it, but it's not functioning as expected. Could you suggest a solution for this?
 


Regards,
Mahalaxmi Ganesan

 

Like 0

Like

1 comments

Hello,

 

We found an example from a community member in previous posts: You'll need to add a change request handler to track when the value changes. See Responding to an Event When a Field is Changed on a Creatio Freedom UI Page for details.

Then, you'll need to execute a crt.SaveRecordRequest to save the record. See Saving a Page Before Some Action on a Creatio Freedom UI Page for instructions.

Show all comments

Good day, I have a question regarding the tabs in Classic UI. I want to make them disabled, or locked or unclickable in my edit page. If you know how to implement it please could you show it in the following code snippet:

                "operation": "insert",
                "name": "AgbPrimaryDataTab",
                "values": {
                    "caption": {
                        "bindTo": "Resources.Strings.AgbPrimaryDataTabCaption"
                    },
                    "items": [],
                    "order": 0
                },
                "parentName": "Tabs",
                "propertyName": "tabs",
                "index": 2
 
Like 0

Like

1 comments

Hello Behruzbek, 

If you don't want some users to see the existing tabs, use the following article to hide tabs by code based on different conditions.

Also, it's possible to add business rules for some users. Please note that adding the role to the business rule is impossible for now.

Best regards, 

Anhelina!

Show all comments

Hello , 

 

I have been struggling with permissions lately , I have a Freedom UI Details page that shows sections depending on the user role or the user contact specific information .

When I try to create a Business rule I only find User contact But can't Access User Contact informations . 

Any suggestions please ?

Like 0

Like

1 comments

Could you please provide us with more details. For example, which permissions do you have on Contacts object.

Show all comments