For syncing with an external app, I created a user called SyncerConnection.

 

I use DataService to connect with Creatio and I try to get AccountCommunication.

 

401 - Unauthorized: Access is denied due to invalid credentials.



 

You do not have permission to view this directory or page using the credentials that you supplied.



  

But it works for another user.

What is needed for the user SyncerConnection to get data with DataService?

 

Like 0

Like

3 comments

Hello Yuriy,



You can try to add the role of system administrator to your user and see how it will be after that. In case if it doesn't help please mail us on support@creatio.com and give us the external access under the supervisor, credentials of your user and the example of your request. 

We couldn't get the error on our side when we tried to reproduce it with access rights on the operation for the AccountCommunication object and with the restrictions on the CanUseODataService operation (that theoretically might limit the access). In addition, maybe something went wrong with BRMCSRF cookies in Postman when the request was sent on your side, but again it's only our assumption, since we need a full description of the problem. 



Best Regards,

Tetiana

Well, I removed the sales creatio commerce edition cloud license from one user and gave it to the SyncerConnection user and it worked.

But the number of licenses is limited, is it necessary?

Hello,



Yes, that's true that the marketing active contacts license doesn't give a right to work in the system in usual mode and it is used mostly for checking the ability of sending mails from the system.

 

Here are all the rights that the license gives:



Active marketing contact licenses ("marketing creatio 1000 active contacts"). The licenses are used for creating records in the [ Email ], [ Campaigns ], and [ Events ] sections. The number of licenses must not be less than the number of active contacts who receive marketing communications (emails, campaigns, or events).



Best Regards,

Tetiana

Show all comments

If I Click on link Button in Homepage getting new homepage window,

How to ignore opening new window

For Link button Code is

{

                    "operation": "insert",

                    "propertyName": "items",

                    "parentName": "ToolsTile",

                    "name": "",

                    "values": {

                        "itemType": Terrasoft.ViewItemType.BUTTON,

                        "caption": {"bindTo": "Resources.Strings.CalculatorCaption"},

                        "click": {"bindTo": "onNavigateTocalculators"}

                    }

                },

Can you Suggest how to resolve this issue

Like 0

Like

3 comments

Dear Danyil Onoprienko,

My Question is not related to Creation of Button, It is related to LinkButton(Calculators) under SalesToolkit in HomePage,  Shown in below image.

 

Issue facing:- When click on Calculators(LinkButton), a new Homepage window is opening,  which is shown in the below image.

Please suggest me, How to ignore/Stop opening a new window Tab clicking on LinkButton(Calculators)

 

Using Link button Code is

{

                    "operation": "insert",

                    "propertyName": "items",

                    "parentName": "ToolsTile",

                    "name": "",

                    "values": {

                        "itemType": Terrasoft.ViewItemType.BUTTON,

                        "caption": {"bindTo": "Resources.Strings.CalculatorCaption"},

                        "click": {"bindTo": "onNavigateTocalculators"}

                    }

                },

 

Dear Community,

 

Is there any update on this issue.

 

Thank you in advance.

Mansoor.

Show all comments

We have a multitude of old instances of same business process with status Error. In the Process Log, I tried to select them all and then press ACTIONS(175930) → Cancel execution, but it just didn't work. I gave them some time, but the next day they were all there. Canceling them by 200-400 works, with some delays. Canceling by a couple of thousands doesn't work - a few hundreds become canceled, others remain with the status "Error". It would take too much time to cancel them in such small portions. Is there a quicker way?

Our site is in the cloud.

Like 0

Like

4 comments

Hello Yuriy. 

 

Alternatively to cancelling execution of each instance of the process manually, you can find this process in the Process library and deactivate it:

By answering "Yes" to the clarifying  questions, all the instances of the process will be cancelled:



 

Should you have any questions, please let us know. 

Best regards, 

Anastasiia

 

 

Anastasiia Zhuravel,

Thank you. I deactivated it, yet they remain with the "Error" status, and there was no dialog "...Cancel them?", unfortunately

 

Yuriy,

 

Have you tried OOB tools that cancel the process instances in Error status? It also deletes the data according the parameters you set here: 

 

You can find the description of all the settings on our Academy.

This probably will take some time but at least the system will do everything automatically.

 

Best regards,

Bogdan S.

Bogdan Spasibov,

Thank you, I tried this way. I changed the Allowed time for process instances in the "Error" state (days) setting from 0 to 1. The system started lagging, it canceled the processes with an average speed of 500 processes per hour. Users could not enter the system because of lags, and I too, only from time to time I could enter. It could take 2 weeks to wait until all the processes close, so I asked the Support to solve it. At last, as I see it, they plainly cleaned the Error instances from the Log and the slowness stopped. That's our experience.

I conclude that in our case, this method works for a low number of processes in the Error state.

Show all comments

Hi everyone

I am having a warning when i'am editing my template, the warning is 

"Email template contains tags "u" not supported in HTML5. This can lead to incorrect display of email template in some email clients. Please change the template using css styles"

but really i am not using any tag "u" .

Is there any way to debug this?

Like 1

Like

2 comments
Best reply

Dear Carlos,



This warning should not influence anything, you can still send these bulk emails but there can be some issues with displaying them in different mail providers as the tag "u" (underline) which is used in your bulk email is deprecated.

Our recommendation is to use the CSS "text-decoration-line:underline" style instead of in places where underline is needed.



In case you didn't add any HTML blocks manually, a block with this tag could be generated automatically, and if you didn't add unsubscribe link and clicked on add it after trying to save the template and receiving the notification message about it.  

In that case, simply delete the automatically added block with unsubscribe link and replace it with the one available in the block library.

 

Best Regards,

Ivanna.

Dear Carlos,



This warning should not influence anything, you can still send these bulk emails but there can be some issues with displaying them in different mail providers as the tag "u" (underline) which is used in your bulk email is deprecated.

Our recommendation is to use the CSS "text-decoration-line:underline" style instead of in places where underline is needed.



In case you didn't add any HTML blocks manually, a block with this tag could be generated automatically, and if you didn't add unsubscribe link and clicked on add it after trying to save the template and receiving the notification message about it.  

In that case, simply delete the automatically added block with unsubscribe link and replace it with the one available in the block library.

 

Best Regards,

Ivanna.

Ivanna Yatsura,

Hi Ivanna 

the html editor embedded into the email designer allows the user to use the unsupported "u" tag.

This fact disorient the end-user

 

Show all comments

For example, how many records of products can have? Or how many records of activities/projects/contacts/... can have? Thank you.

Like 0

Like

1 comments

Dear Andrew,



We do not have any limitations on that, you can have as many records as you want.



Best Regards,

Ivanna.

Show all comments

I need to make a dropdown field with option items from external system. What should I do? Thank you!

Like 0

Like

2 comments

Dear Andrew,



Unfortunately, we do not have any base tools to implement this, it can be achieved only by hard development.



Best Regards,

Ivanna.

If you use on-site, you can try to make VIEW from another database. Then create an object based on that VIEW and use this for your lookup fields

Show all comments

Hi Team,

we are trying to merge duplicate lead. The duplicate rule which has been set up, shows the duplicate and when we try to merge those records. The records id not getting merged. It still ends up displaying the two records and it doesn’t show any error message also.

Create instance being used is 7.18.2

Question : As there is no error message showing up, can we know how can we can merge the records.

Note : We did verify the system settings and Operation permission and all the permissions has been provided

 

Regards,

Mayan

File attachments
Like 0

Like

1 comments

Hello Amritha,

 

The issue was resolved in terms of a support case. Please do not hesitate to contact Technical Support if you face any issues like that.

 

Thank you!

 

Best regards,

Bogdan S.

Show all comments

Trying to run an Excel Report, for Leads, with the "include all columns" checkbox enabled.  When run, get this error:

Object reference not set to an instance of an object.

 

In the f12 console of the browser, I see this:

"The Id column is not declared in the ViewModel of the menu item"

 

Thoughts?

 

Thanks!

Like 0

Like

2 comments

Hello Chris,



This message doesn’t mean that something is broken or works in the wrong way.

It doesn’t influence the system's performance at all.



According to the information from our development team, this message appears in the Console due to the existing part of a code that was modified and currently is out of use.

It is shown to our developers as a reminder that adjustments are to be done.



Best regards,

Bogdan

Bogdan,

 

Thanks, but what about the error that prevents us from running the report:

 

Object reference not set to an instance of an object.

 

Thanks!

 

Chris

Show all comments

Hi,

Auto-populating some fields doesn't work for NON-Supervisor users. We investigated the features (Screenshot 1) and if they are enabled for All employees (Screenshot 2) and even after that, the feature "PopulateBusinessRuleAction" still is not enabled (Screenshot 3).

 

What can be the root cause?

Like 1

Like

1 comments

Hi Kavian, 



Regarding the feature state: 

It is needed to re-log in after changing the feature state for changes to take place. Have you re-loged in before checking the value the second time? 



As for the issue with the business rules, The support request you've opened (#SR-01019131) is still open and we're waiting for your input to proceed with the investigation. 



Best regards,

Yurii. 

Show all comments

<>

 

Hi All,

 

Facing this issue whenever we add a custom lookup field (could have/not have default value) in our dev instance and deploy it as package to Test instance. The section objects restricts the creation of record and thus throwing this error message as attached here. Once we re-publish the object, the data reference error is no more. But ideally when we move any package from dev to QA, this publish is literally adding few schemas to the folder which is not the correct way.

An additional observation is this occurs only when we receive "DataStreamError" while updating package from SourceTree.

So kindly suggest on how to handle this. 

 

We use SourceTree and Azure Devops Repositoy to push our code.

 

Package version - 7.18.0.1350_SalesEnterprise_Marketing_ServiceEnterprise_Linux_Softkey_PostgreSQL_ENU_NetCore.zip

Platform - DotNetCore

Database - PostGres

OS  - Windows

 

Appreciate your input.

 

Thanks

Anupama

Like 0

Like

4 comments

Hi Anupama,

 

DataStreamError can be a result of a connection loss between the app and repository and as a result not all the changes are being transferred. Can you please specify what happens if you export the package from the dev-app and import it to the target app using standard package export\import?

 

Best regards,

Oscar

Oscar Dylan,

 

Yes, even when we do standard Package import, receiving the data stream error. Basically in two scenarios we are experiencing this:

1. While updating package from SourceTree 

2. While installing a plugin

 

Anupama,

 

Please provide us with the detailed step-by-step instruction on how can we reproduce the same issue in the local app and we will check it.

 

Best regards,

Oscar

 Oscar Dylan,

 

It is reproducible in two scenarios:

  1. When we deploy and update package in a new instance/environment-
    1. we use Git and SourceTree for source control.  when we clone the repository and update the package, we get the attached error<StreamError.jpg>.
  2. While installing any marketplace plugin in existing instance
    1. installation fails and in the error log the same error message is captured

      <<uploaded the error logs in the main section>>

 

Show all comments