Hi, clio release 6.0.2.33 provides function to restore database from backup file. This function helps developers recover dev environments

clio restore-db --db-name DB_NAME --db-working-folder DB_SERVER_FOLDER -f BACKUP_FILE_PATH --db-server-uri mssql://USERNAME:PASSWORD@127.0.0.1:1433

you can configure...

MoreLess

0 comments
Show all comments

Clio release 6.0.2.32 provides features to facilitate application management.

Get list of installed applications

clio get-app-list -e ENV_NAME # or clio apps -e ENV_NAME

We used ATF.Repository and Remote Data provider in Clio for easy way for data integration between Creatio and 3rd party systems.

Download...

MoreLess

0 comments
Show all comments

In the new release of Clio version 6.0.2.27+, support for working with composable applications has been expanded. We have added an option to uninstall an application.

clio uninstall-app-remote APP_NAME|APP_CODE
 
// or
 
clio uninstall-app-remote APP_NAME|APP_CODE

To simplify working wit...

MoreLess

0 comments
Show all comments

Clio explorer version 2.0.52+ provides editing feature for package file content 

*update clio api required

clio install-gate -e ENVIRONMENT_NAME

Also in this release clio 6.0.2.25+  and clio explorer 2.0.52+ provide functionality of compiling a package

clio compile-package MyPackage -e MyEnvironment

Also, you can create clio workspace in a folder with empty git repository

git clone https://git.com/repo
clio createw
1 comments

Good job! Love this feature

Show all comments

New clio release 6.0.2.16 provide new feature for exploring file content on remote server.

clio files --package CrtBase
 
descriptor.json
src\css\driver.min.css
src\js\bootstrap.js
src\js\driver.min.js
 
clio files --package CrtBase --file descriptor.json
 
{
        "bootstraps": [
                "src/js/bootstrap.js"
        ]
}

P.S: Exploring features coming soon to clio explorer with edit mode

2 comments

This is fantastic. I assume this will eventually be available to view package file contents in Clio explorer as well?

Ryan

Show all comments (1)

New release Clio 6.0.2.11 provide support backend unit tests for Creatio package:

  • Create unit test project
  • Auto add package reference
  • Support run unit tests without Creatio environment for fast CI\CD pipelines

for details see article. Feature is a part of clio workspace and supported by cli...MoreLess

2 comments

Would love to see some tutorial videos, of have a training on how to maximise the use of Creatio - you guys are doing a lot of great updates recently 🙂

Show all comments (1)

For monitoring Creatio and debugging your code, Clio and Clio explorer provide Love Logging functionality. You can search and select the logger type to specify the concrete logs producer.

P.S: The latest update of Clio 6.0.2.9 and Clio explorer 2.0.49 provides extended functionality for quick locking and unlocking packages*

* update cliogate are required

0 comments
Show all comments

Hello, Team.

We have a scenario for performing access rights in the employee section.

Consider the following scenario:

Manager role, This role allows you to view (read and edit) profiles.



Consider the following scenario: we have a Manager user who has access to his own profile.



Now I want to remove...MoreLess

Like 0

Like

1 comments

Hello,

You can change access rights for a specific record and user using the [Change access rights] process element and business processes.

Show all comments