Hi, the new T.I.D.E release version 1.2.3 provides the ability to commit composable applications from Creatio to git repository

If you load the git repository with composable application to the Creatio environment, it will be linked automatically

P.S: In the next releases we plan to add the ability to create new branches from Creatio and control changes which will be committed to the git

0 comments
Show all comments

Our vision for team development is powered by Clio Team. In our most recent update, we added new features to Clio's products to create a comprehensive development workflow for the Creatio platform. You can find detailed instructions on how to implement these features by following this link.

File attachments
0 comments
Show all comments

Hello colleagues,

I'm looking for a certified Creatio developer who can help us develop a Creatio addon to provide specific functionality to the Bulk/Trigger email template editor (mainly the ability to insert a photo taken from a provided URL into a field in some detail connected to the contact t...MoreLess

Like 2

Like

0 comments
Show all comments

Hi,

is there a way to change to name of the browser tab depending on which page you're in?

Example: You're in a case and want to have the case number displayed in the browser tab name for a better overview.

Like 0

Like

3 comments

Hello,

You can customize only the favicon and the company's name in the browser tab. Detailed instruction can be found in the Add corporat...MoreLess

Show all comments (2)

Hello team,

What is the purpose of IsLocked column in the the SysSchema or SysPackage tables.

How does IsLocked affect 

1- Objects

2- Bussines Processes

3- Edit Page schemas

4- Packages

I couldnt find information in the academy regarding this topic.

Thank you

Like 0

Like

1 comments

Hello Petrika,

Parameter IsLocked mainly affects if you can edit the schema or the package.  Only the author of the lock can edit...MoreLess

Show all comments

Hi community,

I was wondering if we could develop faster by speeding up the publication of a c# script task used in a business process ?

I can debug it using Visual Studio but we can't really directly build in it to go faster. It is a real pain to wait every time I run the script to see if there are...MoreLess

Like 0

Like

4 comments
Best reply

Hi Jonathan,

you can use either Clio with a Project package | Creatio Academy) or Assembly package | Creatio Academy, if you have a newer...MoreLess

Show all comments (3)

I am trying to implement validation logic in client module edit page of a section.

I want to save the column value of UsrAttributeName (a lookup) into a variable.

To do this, I am using this.get("UsrAttributeName").displayValue. But when Page is loaded it hangs and console shows the error 

message: Uncaught TypeError: Cannot read property 'displayValue' of undefined 

Like 0

Like

2 comments

Hello! 

1. To add validation use this.addColumnValidator method in setValidationConfig method.

Please, find the example in the Academ...MoreLess

Show all comments (1)

Hi

I'm following the Kubernetes tutorial in the Academy to deploy the Exchange service:

https://academy.creatio.com/documents/administration/7-16/deploying-synchronization-service-kubernetes?document=administration#CSH_3

I deployed Redis database and ExchangeListener package using Helm.

When I deployed...MoreLess

Like 0

Like

3 comments

Hello Mohamed,

Seems that your 8089 has no process that listens to this port so that's why you cannot forward the listener to this port. Try...MoreLess

Show all comments (2)

What will you do during the course? You will learn how to set up configurations on the Creatio platform, create new objects, lookups, pages, sections, details, as well as program custom and server logic. Additionally, business processes development, standard customizations, implementation of web...MoreLess

Like 0

Like

Share

0 comments
Show all comments

Hello, i am trying to integrate the form my friend have on his Wordpress website to the CMS.

Looked at the API Docs and found that Web-to-Object best suitable to what im trying to do.

Any way i dont have his credentials, i am build for him the function ready to put inside the wordpress, s...MoreLess

Like 0

Like

3 comments

Hello Ohad,



If you want to pass fields that are not present at "Lead" object, you should add them, so they will appear at "Lead" table. Yo...MoreLess

Show all comments (2)