Hi All,

 

Because of GDPR regulation i'm looking solution to deny user export sensitive data.

 

I know that there is a Operation permission  for export "CanExportGrid", but is only applied on section level (not specific columns level).

 

Second thought is Object permissions which has column level permission but i can't separated permission to readable on page than deny export such column.

 

Is there any easiest way to achieve this by configuration rather than eg. customisation of DataUtilities module ?

 

Regards,

Marcin Kott

Like 1

Like

1 comments
Best reply

Dear Marcin,

 

Unfortunately, there are no other ways to limit data export. We already had multiple similar requests  from other customers and our R&D team has in plans to implement more flexible data export administration.

Therefore it will be available in future application versions.

As for now your business task can only be implemented with the help of development.

 

Regards,

Dean

Dear Marcin,

 

Unfortunately, there are no other ways to limit data export. We already had multiple similar requests  from other customers and our R&D team has in plans to implement more flexible data export administration.

Therefore it will be available in future application versions.

As for now your business task can only be implemented with the help of development.

 

Regards,

Dean

Show all comments

Creatio CRM has the feature of exporting data by filtering some records. Then we can export the data using the export to excel option.

However, for customers(end user) it may be confusing to apply multiple filters.

 

In this case lets suppose I only want to apply filter to only 2 fields.

So I want to create a process which will ask user to input values for those 2 filters. After that process will automatically generate a excel file which have all the records filtered according to the 2 filters input values.

 

Is this possible to do so?

I tried to create process but how to export data I can not figure out.

 

Like 0

Like

4 comments

Hello Ramnath,

 

It is better to use a standard scenario of specifying the filter and exporting records using the "Export to excel" action in the section. If you could create a script-task that could trigger the "ReportService" service and "GetExportToExcelKey" method inside this service based on the filtering parameters than this process could be executed. But we have no examples of this logic implementations so you need to look through the "GetExportToExcelKey" method and test it on your side.

 

Best regards,

Oscar

Hey Oscar,

 

I have very less development experience on Creatio Platform so I can't think I can develop scripts right now.

 

Rather I came up with another solution - Dynamic folder with access rights. So user will have access to the dynamic folder where they can filter record according to two fields. But I am unsure if giving them edit access may result in modifying the filter parameters. 

 

For example I want to find all the records that were created in between a period - I can create a dynamic folder with two fields -

(Created on > date_1 and Created on <date_2)

 

But having access to edit dynamic folder, the customer can also modify Created on parameter to modified on. 

RAMNATH SHARMA,

 

They cannot modify the Created On value of the record (since we are discussing the Created On column for records not for the folder itself (by the way they cannot modify Created On for folders as well)).

 

Yes, the client can modify the parameter itself (replace Created On with Modified On), but the client needs to understand that he/she shouldn't do it. By the way the client can create such a filter on their own (the possibility of advanced filters was developed for such proposes). Why there should be a process that should do this? It is easier to do it manually than via a process.

 

Also you can remove edit access rights for all users in the system using the "Change access rights" process element. As a result the client will see the folder, but won't be able to modify it.

 

Best regards,

Oscar

Oscar,

I thought of making the the process of exporting data easily with one click. That's why I wanted to see if it's possible with process.

Show all comments

HI team,

 

Is there any tool or documentation around backing up Section and Details Data from a particular instance and Migrating it to Another Instance with Same Package.

Let us know.

 

 

Like 0

Like

1 comments

Dear Ashwath,

It is possible to bind data to a package. Then when you transferring the package to another instance, data will be moved too.  Please find more information about binding data to the package in the article by the link below:

https://academy.creatio.com/documents/technic-sdk/7-15/binding-data-packages

Please note that data binding can be used only on small volumes of data (less than 500 records). If you need to transfer large amount of data, it is better to use another data transfer approach. Please consider using excel import for it. Please find additional information about excel data import in the article by the link below:

https://academy.creatio.com/documents/base/7-15/excel-data-import

Best regards,

Norton

Show all comments

I would like to know how I can export and import the data I created in the Organization roles and fuctional roles. Thanks!

File attachments
Like 0

Like

4 comments

Dear Marcelo, 

Unfortunately, there is no possibility to export or import data created in the Organization and Functional roles. We recommend setting the roles manually. 

Best regards, 

Olga. 

Thanks for the feedback. To migrate from one environment to another (Example DEV to PROD), has to be done manually? Thanks

Dear Marcelo, 

Yes, the best practice is to do it manually. 

Kind regards, 

Olga. 

Thanks Olga!

Show all comments

We would like to export records from all our tables periodically into CSV format. Is there a way to do it using BPM online. I saw there was a way to export the list to excel from UI that only exports the columns that are displayed etc. 

 

Thanks

Dilip

Like 0

Like

2 comments

This Excel reports package in the marketplace can likely do what you're after. 

https://marketplace.bpmonline.com/app/excel-reports-builder-bpmonline

Ryan

Dear Dilip,

You can use the marketplace application, which was offered by Ryan. On the other hand, you can create a business process for your needs. 

However, please take into account, that business process approach will require development skills.

Reports in the system are created via ReportService. In the Script Task element of your business process please call the ReportService method to create a report and pass it the needed arguments like section, user connection. More information on the existing methods and their realization you can find in the ReportService schema in Configuration.

The business process itself you can start by timer, or trigger externally.

Regards,

Anastasia

Show all comments

Hello!

How are you?

I hope your help me!

Is there any way to export all or part of the database from a Cloud enviroment, including tables that contain files?

Regards,

Ezequiel 

Like 0

Like

1 comments

Ezequiel you can send the request to support and they send you a backup of the database. Is not posible access to the database in cloud sites.

Show all comments