Hi all,

I want to remove the drag drop feature in the attachment detail for a particular section in Freedom UI.

Could you please help me with this?



Like 2

Like

2 comments
Best reply

To remove this feature in a particular section, add '"droppable": false' code in the values part of the FileList viewConfigDiff element in that section formpage.



Show all comments (1)

Hello,

Is it possible to add an attachment to an email within a campaign?

I know it's possible to do it within a business process, but I want to utilize the marketing campaign features.

Have any of you accomplished this in Creatio?

Thanks.

Like 0

Like

2 comments
Best reply

Hello,

Bulk/trigger emails are not supposed to have files attached to them since the email provider can reject sending this email. The onl...MoreLess

Show all comments (1)

Hi,



Currently in Classic UI we can add files or links in the attachements, Anybody knows where to insert the link for attachements in Freedom UI ?



Kind regards,



Damien

Like 2

Like

2 comments

Hello,

You can use this documentation:



Work with attachments | Creatio Academy



Regards,

Orkhan

Show all comments (1)

Hi Community!

I need to display existing documents from other sections together with the directly attached documents in FreedomUI 8.1.

The attachments are stored in the table "SysFile", which has a column called "TypeId". That lookup has the values "File" (default), "Link" and "Link to object".

...MoreLess

Like 2

Like

1 comments

Hi Robert!

Unfortunately, displaying the various sections' attachments together in one attachment component is impossible. However, you ca...MoreLess

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

Show all comments (2)

Hi everyone,

How can we override the onClick functionality of the attachment link? Or is there any way to disable the link?



Thanks & regards,

Ramya

Like 0

Like

3 comments

Hello Ramya,

We thought on overriding the logic of the crt.DownloadEntityFileRequest request, but the handler doesn't trigger upon clicking...MoreLess

Show all comments (2)

Has anyone managed to return the count of attachment records from a record. Having trouble validating whether a record has any attachments or not.

Like 0

Like

1 comments

Hello,

You can use the EntitySchemaQuery to get the number of attachments:

onEntityInitialized: function() {
				this.callParent(arguments...

MoreLess

Show all comments

Hi everyone,

Is there a way to obtain the ID of the selected file in attachments in a Freedom UI section? Looking for an equivalent of activeRow / this.get("SelectedRows") for Freedom UI.

Regards,

Ramya

Like 1

Like

3 comments
Best reply

Yes. This is something I would need as well. I've not tried this, but maybe it's possible to add to the rowToolbarItems for the attachments...MoreLess

Show all comments (2)

I need To restrict the user from uploading files other than PDF in the specific section alone. I'm aware of secure file upload feature to achieve this functionality but still this won't fulfill what I'm aiming to achieve i.e., restriction should be applicable only for specific section with custom disclaimer message

Like 1

Like

1 comments

Hello Kavya, 



Indeed the oob functionality includes possibility to restrict uploading files in a specific format into the system, however...MoreLess

Show all comments

Hello Community,

Our client has a case where he needs to upload a file secured with a password to the attachment details. He tried to upload that file file but with no success. Is there a way to keep that file in its encrypted format and be able to upload it?

Thank you,

Like 0

Like

2 comments

...

Show all comments (1)