Can you please tell me in which object (table) data about user rights for a specific record is stored?

For example, in sales there is a record "Laptop" for this record the rights are configured, you need the name of this table where the names of users for whom these rights are distributed are stored.

Like 0

Like

5 comments
Best reply

Hello Tigran,

 

As Vladimir pointed out, there is no fast way to transfer the rights to records to another instance yet.

Although, you can manage to do that with a help of the SQL scripts, here is a community post about a similar task that explains it in great detail:

https://community.creatio.com/questions/deployment-permissions

 

Additionally, I will add this request to an already existing task to prioritize it so our developers will bring such functionality in future releases.

 

Thank you.

Hi Tigran,



For example, table name for Account is SysAccountRight

Vladimir Sokolov, 

thanks for the answer .

I can't find this object in the Configurator (  

Gevorgyan Tigran writes:

Vladimir Sokolov, 

thanks for the answer .

I can't find this object in the Configurator (  

It is now shown in Configurator, but you can insert/update/delete/select with SQL queries.

We manage access rights this way sometimes

Hello Tigran,

 

As Vladimir pointed out, there is no fast way to transfer the rights to records to another instance yet.

Although, you can manage to do that with a help of the SQL scripts, here is a community post about a similar task that explains it in great detail:

https://community.creatio.com/questions/deployment-permissions

 

Additionally, I will add this request to an already existing task to prioritize it so our developers will bring such functionality in future releases.

 

Thank you.

Thanks!!!

Show all comments

Hello community,

I referred the following OData Doc https://academy.creatio.com/docs/sites/en/files/pdf/node/1398/OData_.pdf (Pages 9 through 14) to add a contact image.



I understand there are 3 steps

1. Create a record in SysImage Table

2. Add Image content (Data column of BLOB type) using PUT request

3. Set Contact tables column "PhotoId" to the Id in SysImage table created in step 1.

 

Despite multiple attempts and I am unable to see the image on the UI of contact record. The following is how I see the image







I am probably doing something wrong in step 2.

Please help understand how to send Image Data via http://localhost:98/0/odata/SysImage(da08aecf-44bf-479e-99a3-5c4ce1c817… API.



Should the image Data be base64 or Hex format? Or can I directly add it as a file through postman and send?

Like 0

Like

1 comments

Hello,

 

Thank you for your question.

Please refer to this community article that explains how to fix this exact issue:

https://community.creatio.com/questions/upload-image-sysimage-using-oda…

 

Please note that after adding the picture, be sure to religion into the application and clear your browser's cache.

 

Thank you.

Show all comments

Hi All,

 

Within a Bulk Email that we sent, I see in the sending log :   16 will not send, email is not actual.

 

Can someone define what an ACTUAL or NOT ACTUAL email is ?

Is it refering to a checkbox somewhere ?

 

Thanks.

 

Like 0

Like

1 comments

That refers to the email not being valid, possibly permanent error for an email address no longer existing. For contacts that have had a permanent failure delivering to the address, you'll see it in the UI like this: 

To make an email address valid again, you can click on the label and select "Valid" from the list:

Ryan

Show all comments

I am trying to install DevLabs Zoom Meeting connector for Creatio.

During the installation, after the step to specify the domain:

I get an error:

I attached the log.

Tell me what could be the problem?

Thanks.

File attachments
Like 0

Like

2 comments

Hello,



According to the package installation log:



2022-09-15 19:38:49,999 D:\App\1130722-demo\Terrasoft.WebApp\Terrasoft.Configuration\Pkg\UsrApp_e89ly9h\Autogenerated\Src\UsrIncidentRegistrationFromEmailProcessCustom1.UsrApp_e89ly9h.cs(4,16) ошибка CS0400: The type or namespace name 'Common' could not be found in the global namespace (are you missing an assembly reference?)

2022-09-15 19:38:49,999 D:\App\1130722-demo\Terrasoft.WebApp\Terrasoft.Configuration\Pkg\UsrApp_e89ly9h\Autogenerated\Src\UsrIncidentRegistrationFromEmailProcessCustom1.UsrApp_e89ly9h.cs(92,28) ошибка CS0246: The type or namespace name 'ILog' could not be found (are you missing a using directive or an assembly reference?)



The package was not installed due to an application compilation error.



The application does not compile due to the "UsrIncidentRegistrationFromEmailProcessCustom1" process in the "UsrApp_e89ly9h" package.

Cherednichenko Nikita,

Thanks. We have already understood, there was a compilation error. 

We need to fix all compilation errors, otherwise we cannot install any package.

Show all comments

Dear,

Is it possible to add a new MessageTemplateType into Creatio ?

I can not find any lookup for this element.

In the database i can find the records, but can i add a new record and how to ?

Thank you

Nicolas

Like 0

Like

1 comments

Dear Nicolas,

 

Thanks for reaching out.

 

To add a new Message type, please register the lookup Template type based on the object Message Template type. This way, you will be able to create a new Template type.

 

Please let us know if additional questions arise, we will gladly assist you!

 

Best regards,

Anastasiia

Show all comments

I created a harmony of data which comes from external web services. For example, I retrieved dataA for ColumnA, dataB for ColumnB, dataC for ColumnC etc. I want to INSERT this data to section object table which section page based on.



How can i bind these things?

Like 0

Like

1 comments

Hello,

 

You can create a business process in which you will fill in the required fields received from the web service.

 

Details on the academy website:

https://academy.creatio.com/docs/user/bpm_tools/process_elements_refere…

Show all comments

Hi everyone,

Does anyone know if there is a way to use the Calculated Field Widget for Dashboards, within the new Freedom UI? 

 

I note on 8.0.2 there is a way to copy elements from old UI. Is this possible? 

 

Thanks!

 

Harry

Like 0

Like

4 comments

Hello Mark,

 

Could you please describe in greater detail your task?

 

Thank you,

Artem.

Hi Artem, 



within the old UI, we have the marketplace add-on "Calculated Metrics For Creatio", which once installed, has the ability to create calculated metrics in "Dashboards". 



I would like to migrate from the old UI dashboard, to freedom dashboard. However, calculated fields is mandatory. 



Is is possible through dev to implement this DevLabs add-on with the Freedom Dashboard? 

 

https://marketplace.creatio.com/app/calculated-metrics-creatio

Mark,

 

Unfortunately, there is no way to set up existing sections in the Atlas UI.

Our developers are already working on bringing this functionality in future releases of Atlas.

As soon as they bring this feature old sections will be automatically updated.

 

Thank you,

Artem.

Hi Artem, 

 

I am referring to using the element within the new UI. Not bringing an existing section into it. 

 

Thanks

Show all comments

Hello,



I want to make a cascading dropdown. For example; user selects City, then County, then District, then Street... I want to fill the dropdowns from external web service whenever user selected previous dropdown.



How should i go about it?



Like 3

Like

3 comments

Hello Ensar,

Loos like you just need to add a filter to the column based on the other column value.

You can do it by adding attribute on the needed column.

For example:

"Transport": {
                "dataValueType": Terrasoft.DataValueType.LOOKUP,
                "lookupListConfig": {
                    "filters": [
                        function() {
                            var filterGroup = Ext.create("Terrasoft.FilterGroup");
                            filterGroup.add("WhatWeight",
                                Terrasoft.createColumnFilterWithParameter(
                                    Terrasoft.ComparisonType.GREATER,
                                    "[StTransport:Id].StMaxWeight",
                                    this.get("Weight")));
                            return filterGroup;
                        }
                    ]
                }

In this example we have column "Transport" and we wont to display values where their column "StMaxWeight" is greater that out column "Weight".

Thanks for your reply Dmytro Vovchenko,

 

Filtering is ok. At the same time, i need to get data from external web service not database. Is there a way binding lookups to external web service dynamically?

Not quite understand what are you trying to do but I think you can store the value from your web service in the schemas attribute and then work with it. To make it work you just need to somehow get the needed value from the web server in the schema code. 

Show all comments

Hello guys!

How can I make these control buttons disabled, and enabled again when there is not result in search?

Please help me. Any ideas are valueable!

Like 0

Like

4 comments

Hello Muhammadjon,

 

Please note that it is only possible to implement such logic with the means of development, as such an option is not available using regular user tools. Please feel free to look for ideas here on community or on Creatio Academy. 

 

Kind regards,

Mira

Mira Dmitruk,

Hello Mira,

 

There is no way to do that? Do you have any idea how to make this development tools?

 

 

 

Hello,

 

Unfortunately, we have no examples of such logic implemented and this is considered to be a development consultation, which technical support does not provide. You could contact your manager and specify with them if it is possible for you to receive such a consultation.

 

Kind regards,

Mira

Mira Dmitruk, Thanks You!

Show all comments

HI all,

I need your help.

I'm Trying to customize the mobile app. But each time I follow the documentation 

and need to modify the manifest module with:

e.g: 

"CustomSchemas": ["mycustommudule"],

 

I get console error (on the debugging browser) saying:

Path for schema 'mycustommudule' not found.

* i get this error for every custom module I create and try to add it to "CustomSchemas".

 

Or  adding "PagesExtensions": [mycustommudule,...]  <-- doesn't work

 

Basically i'm trying to add a button to my custom section on the mobile app & handle it's "on click" event. but i just can't make it work..

* I followed the documentation on :

https:/academy.creatio.com/docs/developer/mobile_development/customization/manifest/add_a_button  

 

with no luck...

 

Thank.

  

Like 0

Like

1 comments

HI Eran!

 

Have you tried generating source code for all schemas and compiling the app?

 

Best regards,

Max.

Show all comments