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 1

Like

1 comments

I was able to achieve this using only DOM. To do this - two buttons were created: clicking the first button will trigger the usr.HideButtonRequest request, clicking the second button will trigger the usr.ShowAttachmentsRequest. Here is the code of schema handlers:

handlers: /**SCHEMA_HANDLERS*/[
          {
            request: "usr.HideButtonRequest",
            handler: async (request, next) => {
              let savedAttachmentsElement = document.querySelectorAll('[data-item-marker="Attachments"]')[0];
              request.$context.AttachmentToggleItem = savedAttachmentsElement;
              request.$context.AttachmentToggleItemParentNode = savedAttachmentsElement.parentNode;
              savedAttachmentsElement.parentNode.removeChild(savedAttachmentsElement);
              return next?.handle(request);
            }
          },
          {
            request: "usr.ShowAttachmentsRequest",
            handler: async (request, next) => {
              let attachmentToggleContainer = request.$context.AttachmentToggleItemParentNode;
              let attachmentsToogleItem = request.$context.AttachmentToggleItem;
              attachmentToggleContainer.appendChild(attachmentsToogleItem);
              return next?.handle(request);
            }
          },
        ]/**SCHEMA_HANDLERS*/,

And also two attributes were added to the viewModelConfig property of the schema (in case you don't have it in the schema - create it):

viewModelConfig: {
          attributes: {
            "AttachmentToggleItem": {},
            "AttachmentToggleItemParentNode": {}
          }
        },

As a result the "Attachments" toggle item is removed when the first button is clicked and then displayed when the second button is clicked. What is left to be done is add and test this approach with handlers like HandleViewModelAttributeChangeRequest.

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

Hi Team,

I am trying to send a user notification at the end of my business process, but I would prefer it not to appear as a hyperlink. I've attached a screenshot showing how it currently looks, along with my business process configuration where I set up the user notification element. I've reviewed an article on setting up notifications in a business process, but I'm looking for a workaround to disable the hyperlink.

Send a user notification in notification center from process | Community Creatio

 

 

 

Thanks.

 

Like 0

Like

1 comments

Hello,

 

Overall, it is the basic functionality of the site that the link should work as a hyperlink.

Currently, if you remove the Object column, the notification doesn't come through at all.

One option, which we do not recommend using, is to select a value for which there is no schema to drill into. However, this is not an ideal method.

 

For example, if you select Schema there:

 

It looks exactly the same, but nothing happens when you click on it.

Show all comments

Hello Creatio community,

 

I am using Creatio Studio Product (V.8.1.2.3941) and license "bpmonline self-service portal on-site subscription". 
I want to create a new section and page for a new object that I developed. This object will be available in Portal workplace. I created the portal screen using classic UI but it doesn't appear in the workplace setup for "External users". The only screen that Portal users can view is "Knowledge Base" screen which came with Creatio's product.

I read the Creatio documentation in "https://academy.creatio.com/docs/sites/academy_en/files/pdf/node/2088/C…" and it says that: "If you use the self-service portal, you can modify the existing portal sections but cannot add new sections.". How can I make my screen for my new created object available for portal users?

Like 0

Like

1 comments

Hello,

 

Unfortunately, according to the basic logic of our application, you cannot see any custom sections on the portal within the limitations of self-service portal license.
You can find more details in this article.

Show all comments

Hello

 

I been trying to block the record so the users can't make changes or erase the record at some point of the process to do that I am changing the access rigths of a record using the element Change Right in the DCM.

 

But I the record can still be modified and erase ( the user that I use to make the test is not a System Administrator) can you help me to know what Im doing wrong? 

 

Also it is posible that the owner of the record can't modified the information or i can't take away this right? 

 

Thank you.

Like 0

Like

1 comments

Hello!

 

My apologies I am not sure about your setting due to a lack of knowledge of your language. But basically here is an example of how you can set elements to remove rights from the case for All employees role:

 

Basically you are not able to remove rights from the Owner of the record, so this could be the reason.

 

Show all comments

Hello, I'm wondering if there is a way to import sharepoint comments directly into the feed in creatio? I could not find any articles or other questions on this. We'd like to move data from sharepoint over to creatio and to have users use the feed similar to how they used sharepoint comments. It's important that we can move over this data.

 

Thank you,

 

Eric

Like 0

Like

1 comments

Hello,

Unfortunately, the functionality you're requesting is not available at this moment. 
However, we have submitted a request to the responsible development team. They will assess the possibility of implementing this feature in future releases.
 

We value your feedback and ideas as they help us improve Creatio.

Best regards,
Antonii.

Show all comments

Does anyone knows how to work with excel reports with the new business process element? Even though an Excel report is created, he doesn't appear on the business process element "Generate Excel Report".

 

Like 1

Like

2 comments
Best reply

It only allows "Custom Reports", not Section Report or Edit Page Reports. Also, for Custom Reports, there is a new checkbox on the report page that allows it to be used in processes. You need to check that, then it will show up in the process element to select.

Ryan

It only allows "Custom Reports", not Section Report or Edit Page Reports. Also, for Custom Reports, there is a new checkbox on the report page that allows it to be used in processes. You need to check that, then it will show up in the process element to select.

Ryan

Ryan Farley,

Thks. Ryan. 

Show all comments
Question

Hi have set up creatio with https using iis. I followed creatio academy's general deployment procedure and also the https documentation creatio provides. Sometimes the creatio site works just fine, i can browse to it and use it, but hours later it will suddenly stop working. When i go to the site I get this error. there are no errors in the console, event viewer or any logs that i cant see.it just randomly cant be reached sometimes.

Like 0

Like

1 comments

Hello,

Please make sure you have no problems with your internet and that it is not weak. Which actions cause this error to appear?

Show all comments

Hello Creatio Community,

I have found a tool from marketplace named : Excel Report Builder 
Link :https://marketplace.creatio.com/app/excel-reports-builder-creatio

Can anyone  inform me how much records in a report generation can be printed? Is there any limitation, 10K , 20k? 

Thanks

Like 0

Like

1 comments

Hello.

The maximum number of records that can be exported at once is 20,000. If you need to export more than 20,000 records, you must split and export the data separately. We also recommend performing these exports during the site's technical window, as exporting large volumes during business hours may slow down the site.

Best regards,
Antonii

Show all comments