Email
MS Exchange
Sales_Creatio_enterprise_edition
7.18

Hello,

I added a new mailbox to our our Creatio on-prem instance and want to download emails from customized folders.  I've selected this option but no folders are displaying. What could be causing this?

Thank you!

Like 1

Like

2 comments

Hi Francine Braese,



Do those folders have access to be shown at CRM end?

Also, did you try to check the inbox for the mail synchronization confirmation?



BR,

BHoobalan Palanivelu.

Hello,
 

Most likely, the mailbox synchronization is unsuccessful, you can open the browser console on the Network tab, then open the mailbox settings, in "Network" you should see the GetMailboxFolders request that reads existing mailboxes from the mail server.
 

Check if this request completes successfully, if there are any problems, you will see the reason why the mailbox is not displayed in the "response" tab of the request.
 

You can also make sure that the synchronization is correct on the mailbox diagnostics page.
 

If the problem persists, please contact our support team at support@creatio.com.
 

Best regards,
Pavlo!

Show all comments
calculated_metrics
Sales_Creatio_enterprise_edition
8.0

Hi I keep getting an error trying to download Calculated Metrics For Creatio into Dev. My version is 8.05.2424. It says it works on version 7 and up. Is anyone else having this issue? 

Like 0

Like

4 comments

Hello Heather,



Could you please share the installation log?

2022-11-21 18:27:20,377 Loading file: MultiChoice.zip 100%

2022-11-21 18:27:20,861 Packages validation started

2022-11-21 18:27:25,407 Packages have been validated

2022-11-21 18:27:25,642 Configuration backup started.

2022-11-21 18:27:25,657 Loading packages from archive

2022-11-21 18:27:25,673 Package "MultiChoice" loaded

2022-11-21 18:27:25,689 Configuration backup successfully created.

2022-11-21 18:27:25,986 Application install from file started. Application name: MultiChoice. Code: MultiChoice.

2022-11-21 18:27:25,986 Preparing packages for installation

2022-11-21 18:27:26,048 Loading packages from archive

2022-11-21 18:27:26,064 Package "MultiChoice" loaded

2022-11-21 18:27:26,079 Skipped - Loading packages from database (new application)

2022-11-21 18:27:26,079 Composing packages

2022-11-21 18:27:26,626 Schema "MultiChoiceCombobox" saved in package "MultiChoice"

2022-11-21 18:27:26,751 Schema "MultiChoiceMixin" saved in package "MultiChoice"

2022-11-21 18:27:26,751 Package "MultiChoice" saved

2022-11-21 18:27:26,923 Added - resources in package "MultiChoice"

2022-11-21 18:27:26,954 Added - dependencies of package "MultiChoice"

2022-11-21 18:27:27,017 Added - schema caption localizations in package "MultiChoice"

2022-11-21 18:27:27,017 Package hierarchy actualization is started

2022-11-21 18:27:27,548 Package hierarchy actualization is completed. Affected records: 21

2022-11-21 18:27:27,548 Package hierarchy updated

2022-11-21 18:27:27,564 Updating tables structure in database

2022-11-21 18:27:27,579 Updating modified schemas

2022-11-21 18:27:27,689 Installing data

2022-11-21 18:27:28,345 Schema source code "MultiChoiceCombobox" from package MultiChoice generated

2022-11-21 18:27:28,407 Schema source code "MultiChoiceMixin" from package MultiChoice generated

2022-11-21 18:27:28,423 Updated modified schemas

2022-11-21 18:27:28,439 Updating modified schemas

2022-11-21 18:27:28,454 Updated modified schemas

2022-11-21 18:27:28,470 Configuration build started

2022-11-21 18:27:28,517 Current schemas info loaded

2022-11-21 18:27:28,689 New schemas info loaded

2022-11-21 18:27:28,720 Configuration state loaded

2022-11-21 18:27:28,720 Configuration server content generation started

2022-11-21 18:27:28,720 Configuration server content generated

2022-11-21 18:27:28,798 Schema JS module descriptors updated

2022-11-21 18:27:28,798 Schema JS module items loaded

2022-11-21 18:27:28,829 Schema JS module paths generated

2022-11-21 18:27:28,829 Schema JS module paths updated

2022-11-21 18:27:28,845 Schema content bootstrap updated

2022-11-21 18:27:29,048 Meta info file updated

2022-11-21 18:27:29,235 File content generation started

2022-11-21 18:27:29,298 File content descriptors obtained

2022-11-21 18:27:29,314 File content descriptors generated

2022-11-21 18:27:29,329 File content bootstraps generated

2022-11-21 18:27:29,329 Configuration build finished

2022-11-21 18:27:29,735 Application installed successfully

 

Heather,



As we can see in the logs 'Application installed successfully'.



So the error occurred only on the UI.

So what should I do next to address the UI?

Show all comments
data import
password
portal users
system users
Sales_Creatio_enterprise_edition
8.0

Hello!



1) How is it possible to perform password import from Excel? When I add a column 'Password' to the Excel file import doesn't start.

I would like to import users, set some default password (the same for everyone or equal to username). Is it possible to do with Import, Process or SQL script?

 

2) How is it possible to send invitation email to all portal users imported from Excel? Can any Business process do that?

 

I cannot imagine how to make this manualy for hundreds users



Thank you.

Vladimir

Like 0

Like

4 comments
Best reply

As for importing the passwords, yes, it is possible. However the column cannot be named "Password". If you name the column in the Excel file "Passwd" or something other than Password, you can import the passwords. Also useful to check the box for reset password so they're prompted to change it from the default on first login.

You'll also need to import to Users in Roles to add them to All employees role as well, last I checked that doesn't happen automatically from an import of users. 

I have a write up of importing users from Excel here: https://customerfx.com/article/importing-users-into-creatio-formerly-bp…

As for an email of some kind, I don't recall if you can use a signal in a process for a record added to SysAdminUnit, however, you could do it from a signal from a record added in Contact where a SysAdminUnit record exists (with a Type=4) and trigger a process from that (since importing the user will also create the contact). I believe that would work, although I've not tried it.

Ryan

As for importing the passwords, yes, it is possible. However the column cannot be named "Password". If you name the column in the Excel file "Passwd" or something other than Password, you can import the passwords. Also useful to check the box for reset password so they're prompted to change it from the default on first login.

You'll also need to import to Users in Roles to add them to All employees role as well, last I checked that doesn't happen automatically from an import of users. 

I have a write up of importing users from Excel here: https://customerfx.com/article/importing-users-into-creatio-formerly-bp…

As for an email of some kind, I don't recall if you can use a signal in a process for a record added to SysAdminUnit, however, you could do it from a signal from a record added in Contact where a SysAdminUnit record exists (with a Type=4) and trigger a process from that (since importing the user will also create the contact). I believe that would work, although I've not tried it.

Ryan

However, the one thing you can't do from an import of users, is set their license. You'll have to do that manually after the import. 

It's not so bad though, in the System Users section you can select all the imported users and then select "Grant license" from the Actions menu. You can also do it in the License Manager (add multiple users to a license at once)

Ryan

Ryan Farley,

Thank you for such a detailed description! That helps a lot!



Kind regards,

Vladimir

I also add 'Administrator for organization on the portal' in “User in roles” for portal organization administrators

Show all comments
Sales_Creatio_enterprise_edition
8.0

We have multiple business units that have different pipeline stages. I can see how to create stages within the existing pipeline, but I can't see how to create separate pipelines with their own unique stages. Is that possible? 

Like 2

Like

1 comments

Hello,

 

You can create separate pipelines with unique stages by means of the "Sales pipeline by cases" add-on: https://marketplace.creatio.com/app/sales-pipeline-cases-creatio

 

Best regards,

Yuliya

Show all comments
Sales_Creatio_enterprise_edition
8.0

Hi all, 



I'm wondering if anyone can help in how the system could give me a report (I'm currently attempting with the Excel Reports app). 

 

Example:

 

I am looking to run a list of Companies with the columns as "Name" and "Total Contacts".



I want the "Total Contacts" to only include Contacts created in the last week. 



I thought the logical way would be to use a section report for Companies. Then user Advanced filter to drilldown into Contacts table and filter by my criteria. 



What that does is only show the companies who have had contacts created within the last week, but when I run the report, the value for "Total Contacts" = Total contacts of all time. 

 

Any help greatly appreciated here. 

Thank you! 

Like 0

Like

0 comments
Show all comments
Sales_Creatio_enterprise_edition
8.0

Hi, community,

 

I'm trying to find a way to show a section folder tree by default when the user enters a section.

For instance, when users go to the [Accounts] or [Contacts] section, they'll see the folder tree by default on the section page, just like when users go to the [Process library] section or [Lookup] section, they see the Folder Tree for those sections displayed by default.

 

Thanks

Like 0

Like

2 comments

Hello,

 

The tree will open by default if user once opened it in the section and left it opened when leaving the section (since this state of the folders is written in the SysProfileData table and selected by the system when user enters the section).

 

So the user should once open the folder tree and not close it.

Oleg Drobina,

 

To solve the problem, I wrote SQL Script to update the SysProfileData table record where the user's settings were stored when the user entered the section.

I temporarily solved that issue.



Thank you!

Show all comments
cookie
API
Sales_Creatio_enterprise_edition
8.0

Hey all, 

 

Does anyone know how long a cookie auth token is valid for, and is it best practice to call and create another one for each call to the API? 

 

Also, is there anyway to request an Auth Token without having to use an email and password? It doesn't seem so safe to share this information with 3rd party systems (in my case, Make.com). 

 

Thanks!

Like 0

Like

1 comments

Hello,

 

The validity of Cookie Auth depends on the user session.

This information can be found in the "User session timeout" system setting.

Show all comments
AdvancedFilters
Buttons
Sales_Creatio_enterprise_edition
8.0

Hello community,

 

We have an advanced dynamic folder created in a custom section. 

If a user wants to see this folder, he needs to click "Filters/Folders" >"View Folders"> and choose the dynamic folder.



Is it possible to add a custom button that will apply the dynamic folder filter when it is clicked? Basically, we want to apply the dynamic folder filter in 1 click instead of 3

Like 0

Like

4 comments
Best reply

Hello,

 

You need to call the showFolderTree method in the click event of your button:

...
{
                "operation": "insert",
                "parentName": "ActionButtonsContainer",
                "propertyName": "items",
                "name": "ShowFoldersButton",
                "values": {
                    "itemType": Terrasoft.ViewItemType.BUTTON,
                    "caption": { bindTo: "Resources.Strings.ShowFoldersButtonCaption" },
                    "click": { bindTo: "showFolderTree" },
                    "layout": {

As a result clicking on the button will simulate the same click event on the "Show folder" button.

hi Shivani Lakshman,



Yes, it is possible.



This is the table that stores the filter conditions "CustomSectionName" + "Folder". On the button click event, the dynamically created folder name has to be sent to this table and the section grid has to be loaded accordingly.



Instead of re-doing the task that has been implemented via OOTB "FilterModule", it is suggested to utilize the No-Code tools in this case, considering X number of dynamic folders. If it is for one folder, then please utilize the ESQ (for the customsectionFolder table).



In another way, a default filter can be set to a section. So when a section is loaded, it applies the filter and loads the records.





BR,

Bhoobalan Palanivelu.

Bhoobalan Palanivelu,

 

Thank you for the response. I do not want a default filter applied or add additional filters by using getFilters methos. I want the following on the UI when a button is clicked.



Is there a reference to get the below on the UI?

Hello,

 

You need to call the showFolderTree method in the click event of your button:

...
{
                "operation": "insert",
                "parentName": "ActionButtonsContainer",
                "propertyName": "items",
                "name": "ShowFoldersButton",
                "values": {
                    "itemType": Terrasoft.ViewItemType.BUTTON,
                    "caption": { bindTo: "Resources.Strings.ShowFoldersButtonCaption" },
                    "click": { bindTo: "showFolderTree" },
                    "layout": {

As a result clicking on the button will simulate the same click event on the "Show folder" button.

Oleg Drobina,

 

Thanks Oleg, You are a life saver!

Show all comments

Hello community,

 

    How can i change the color of a "Finish deadline" (Code:"UsrDueDate") column on some condition in section list page. As mentioned in the below picture.

 

 

I am able to change the color of entired row.

I reffered to this link "https://academy.creatio.com/documents/technic-sdk/7-13/how-highlight-re…" to change the color of entire row but i need only a particular column.

 

Thanks in advance.

Regards,

Manideep



 

Like 0

Like

1 comments
Best reply

Hello Manideep,

 

item.columns.ColumnName (ColumnName should be replaced with the needed column) object has no "customStyle" property so it won't be possible using the approach from the article you've shared.t

 

Additionally the issue is that we could theoretically try using custom CSS, but the issue here is that the grid columns have autogenerated IDs so it will be a complex task to get the element needed in the document to set a custom style. Please use the the approach with marking the whole grid record with some color instead.

Hello Manideep,

 

item.columns.ColumnName (ColumnName should be replaced with the needed column) object has no "customStyle" property so it won't be possible using the approach from the article you've shared.t

 

Additionally the issue is that we could theoretically try using custom CSS, but the issue here is that the grid columns have autogenerated IDs so it will be a complex task to get the element needed in the document to set a custom style. Please use the the approach with marking the whole grid record with some color instead.

Show all comments
package
Package Installation Error
Sales_Creatio_enterprise_edition
8.0

Hello community,

 

We tried to update an existing package and we are facing the error System.ArgumentException: Application with name "" already exists.



How do we overcome this error?

Like 0

Like

1 comments

Hello,

 

The reason could be that the 'IsChanged' attribute of the scheme in the needed package is set to 'true' when it should be 'false'.

Show all comments