Discussion

Hi everyone, we have released a new version of T.I.D.E. and added the ability to load from local files copied to Creatio to synchronize changes with the environment after discarding. Now, T.I.D.E. covers all synchronization scenarios between the Environment, Local copies, and the Git server.

 

You can install or update T.I.D.E. to the latest version with the following command

 

// For new Creatio instance
 
clio tide -u  -l  -p 
 
//If you have registered Clio environment
 
clio tide -e 

 

Also, Clio was updated to version 8.0.1.21 and received the ability to call Creatio web services in the following way

 

clio call-service --service-path [SERVICE ROUTE] -e ENV_NAME --destination C:\response.json --input C:\request-data.json

 

Example:

 

clio call-service --service-path ServiceModel/ApplicationInfoService.svc/GetApplicationInfo -e dev --destination C:\json.json

 

It can help simplify operations with custom web services in different scenarios.

0 comments
Show all comments

🚀 T.I.D.E. Release 1.2.7 is here! 

Now, you can view and discard file changes in your applications before committing them to the Git repository directly from Creatio. Just select files and push the Discard to revert local changes before your commit to repository 🛠️✨

🔄 Clio Update: We’ve updated Clio to version 8.0.1.19, improving OAuth support in the sys-setting command. 🔧🔑

 

You can install or update T.I.D.E. to the latest version with the following command

 

// For new Creatio instance
 
clio tide -u <Creatio> -l <Login> -p <Password>
 
//If you have registered Clio environment
 
clio tide -e <ENVIRONMENT>

 

💡 Coming Soon: Stay tuned! We are already planning integration with Creatio.ai! 🚀🎉

 

0 comments
Show all comments

Hi, Clio team released T.I.D.E. version 1.2.6. In this version, we provide the ability to show the difference between Local and Git copies of composable application.

To update or install T.I.D.E.  use the following command

clio tide -e <MY_ENVIRONMENT_NAME>

 

P.S: In the future release we plan to add an ability to discard changes in the Creatio before committing to the repository

2 comments

Hi clio team, 

Im unable to install this version. When I attempt to install I get an error "Dependent package "AtfDiffComponent" not found"

Ryan

Ryan Farley,

Hello, we will check and fix it, thanks for the report.

Show all comments
Discussion

🚀 Hello, everyone!

✨ We’re excited to share some great news: working with Creatio Composable Application repositories just got even easier! In the T.I.D.E. 1.2.5 release, we’ve introduced:
✅ The ability to register git servers
✅ Support for automatic repository scanning for GitLab servers

Now it’s even simpler for NO CODE developers to join the development team! 🙌

💻 How to install or update T.I.D.E. to version 1.2.5?
Just run the following command:

clio tide -e <ENV_NAME>

 

📋 What’s next?
Here’s what’s coming:
➡ Support for automatic scanning on GitHub servers
➡ We’re open to your ideas—if you’d like to see support for other types of servers, feel free to email us! 📩

Let’s make the development process simpler and more enjoyable together! 💡💻

2 comments

Hi,

 

great tool, thanks!

 

Can you please also add support for Azure DevOps?

 

Thanks,

Robert

Robert Pordes,

Hi, we plan to support other server types in the feature.

Show all comments
Discussion

Hello everyone! 🌟 

The Clio team is excited to announce that the new version of T.I.D.E 1.2.4 and Clio 8.0.1.15 now allow using T.I.D.E without the need for a separate server configuration. 🚀 This means that starting from this version, all features available for integration with Git are accessible for cloud versions of Creatio. ☁️✨

 

To install or update T.I.D.E. on your environment use the following command

 

clio tide -e YOUR_ENVIRONMENT_NAME

 

p.s. our goal is to provide complete abilities to no-code developers to work with git

 

#git #tide #clio #nocode

2 comments

This is fantastic. Kudos and a huge thank you to the Clio team!

Ryan Farley,

Thanks a lot!

Show all comments
Discussion

WordPress error log

 

Clio version 8.0.1.4 allows redirecting logs of any command to a file. To do it, use the following form

 

clio <COMMAMD> <COMMAND PARAMETERS> --log d:\log\my-log-file.txt

 

It creates an easy way to organize data for auditing the actions and changes and their parameters

0 comments
Show all comments

 

Clio version 8.0.1.2 provides support for a long time compiling all configuration during CI/CD pipelines via command

 

clio compile-configuration --all -e MyEnv

 

For cases when you want to run additional compilation of your configuration after installing a package, you can use the following command

 

clio install MyPackage.zip --force-compilation -e MyEnv

 

P.S This approach can be useful for ensuring resilient CI\CD pipelines 

0 comments
Show all comments

Hi team,

We want to add a button in communication panel through which cases section should open in the side pane ( opens on clicking of buttons in communication panel) through with cases can be created quickly without closing the current section page opened in the tab.

 

We have created button in communication panel but we are finding references to open the page in side pane.

if anyone of you can help on this ,I will really appreciate it.

 

Thanks in Advance

Like 0

Like

7 comments
Best reply

Kashish Shakeel,

For Classic, it's doable, but definitely not as easy (there is not a no code approach for classic shell, only for Freedom shell). If you're using classic shell, best approach is to look at the code for the other panels and duplicate for your needs.

Ryan 

Hello Kashish,

Thank you for your question. First of all, are you using the Shell of Freedom UI in the section from which you are opening the side panel? Secondly, while I believe that creating a case from the side panel is possible, I'm not sure if your logic can be fully implemented. Also, would it be easier to create the case using a modal page in your section?

I'll be happy to assist you and will be waiting for your response.

The Academy refers to those as sidebars and they can be created with no code (more or less) in Creatio 8.1.3 and higher. See https://academy.creatio.com/docs/8.x/no-code-customization/customization-tools/ui-and-business-logic-customization/set-up-a-sidebar

Ryan

Yevhenii Grytsiuk,

 

Thankyou you your reply currently we are using the classic UI,we are not using Shell of Freedom UI in the section.

 

The requirement is to create  a quick access option for creating cases without needing to jump on another page and also in a way that  the information from the current open page can be visible properly as it is going to help in case creation.
 

The best that we thought of was using side panel for case creation while the user can see all information in the current open page.Is there any way you can help me achieve that?

 

 

Yevhenii Grytsiuk,

 

Ryan Farley,

 

Thank you for your reply, we are looking for some information on the same topic in the classic UI.

 

Is there any reference for classic UI? f yes can you please share that information with me?

Kashish Shakeel,

Answering question for Ryan - I am almost certain that, unfortunately not. That's why I was asking if you are using shell or freedom ui. However it is still possible to create a modal/minipage regardless.

Kashish Shakeel,

For Classic, it's doable, but definitely not as easy (there is not a no code approach for classic shell, only for Freedom shell). If you're using classic shell, best approach is to look at the code for the other panels and duplicate for your needs.

Ryan 

Ryan Farley,

 

Hi,

thankyou for your reply we will try to implement customized code.

 

Show all comments

Material Symbols & Icons - Google Fonts

 

Hi!

 

We are excited to announce a new feature in Clio release 6.1.0.37: the Set application icon command! This new command allows you to easily set or update the application icon for your Creatio projects directly from the command line, ensuring your application meets the Creatio Marketplace requirement.

 

Example of using:

 

clio set-app-icon -<APP_NAME> -<ICON_PATH> -<PACKAGE_FOLDER_PATH>

 

Replace <APP_NAME> with the name or code of your application, <ICON_PATH> with the actual path to your SVG icon file, and <PACKAGE_FOLDER_PATH> with the path to the folder containing your application packages.

 

P.S: Set application icon command is compatible with all Creatio versions 8.0+

 

Happy coding!

0 comments
Show all comments

Hi,

 

Is it possible to set a title for a column in a DataGrid dynamically via client code?

 

I tried the following steps:

  1. Add an attribute to viewModelConfigDiff called "InspectorsSundayCaption".

 

            viewModelConfigDiff: /**SCHEMA_VIEW_MODEL_CONFIG_DIFF*/[
            {
                "operation": "merge",
                "path": [
                    "attributes"
                ],
                "values": {
                   "InspectorsSundayCaption":{
                   },

            ......}

 

  2. Bind the attribute to the caption property of column

                       {
                            "id": "aaa335c2-8291-0f65-e930-e39ca7e333a7",
                            "code": "DataGrid_244wb6vDS_UsrwpPoliceCarsSunday",
                            "path": "UsrwpPoliceCarsSunday",
                            "caption":"$InspectorsSundayCaption2",
                            "dataValueType": 4
                        },

 

  3. Set the attribute in the HandleViewModelInitRequest handler with the specific value.

 

    {
                request: "crt.HandleViewModelInitRequest",
                  handler: async (request, next) => {

                           .....

                           request.$context.InspectorsSundayCaption = "Sunday inspectors " + sundayDateStr;

                           await next?.handle(request);

}

 

This way work to me in normal column caption, But it doesn't work in a DataGrid column

 

Is there any limitation/step I'm missing?

 

Thanks in advance for your assistance!
Rachel
 

 

Like 0

Like

2 comments

Hi,
Does anyone have an idea?

Hello Rachel Markovski,

I have contacted our R&D team in order to help find a solution for your problem. The answer is unfortunate - currently there is no mechanism to dynamically change column caption in the datagrid component. 

Hope this helps.

Show all comments