Dear,

Is it possible to have two dashboard-type sections ?

Thank you !

Nicolas

Like 0

Like

4 comments

Dear Nicolas, 



Unfortunately, there are no OOB tools to create a new section like this. 

It can be done only be means of advance...MoreLess

Show all comments (3)

Hello Team,

  I want to do Creatio Analyst (Basic ) Certification. For that, I need guidance and Material like how to prepare for that and what I need to follow in order to crack the certification Exam.

Thanks in Advance...

Like

Like 0

Like

1 comments

Dear Naveen,



Unfortunately, we do not have any specific guidance or materials on how to prepare for the exam.

You can check community post...MoreLess

Show all comments

I need to set the background colour of a cell depending on its value.

I tried with a macro but the printable file becomes a "docm" file and Creatio only accepts "docx" files so it seems we cannot use macros in the printable files: is there some ways to embed and use MS-Word macros in Creatio printables?

Is it possible to bind formatting of a cell to a value coming from Creatio (for example the background colour of the cell could be a field coming from Creatio) ?

Like 1

Like

1 comments

Dear Massimiliano,

Thank you for your question!

We have double-checked this information with our developers and received an answer that currently...MoreLess

Show all comments

Hi Team,

I want do Creatio Analyst (Basic ) Certification. How should i prepare for this, any body can guide  to me. 

Many Thanks.

Like 0

Like

1 comments

for basic certification you take it from the site directly and prepare for the module that you want to take the certification in it, understand...MoreLess

Show all comments

Hello,

  I want to do Creatio Analyst (Basic ) Certification. For that, I need guidance like how to prepare for that and what I need to follow in order to crack the certification Exam.

Thanks in Advance...

Like 0

Like

2 comments

for basic certification you take it from the site directly and prepare for the module that you want to take the certification in it, understand...MoreLess

Show all comments (1)

Hi community,

I've a problem with PATCH method on Region Entity.

I receive a generic error when I try to update a record.

What am I doing wrong ?

Here the postman request.

1) Read the region record to update

2) The error captured on postman when I tried to update the same record founded before

Like 0

Like

4 comments

Hi Stefano,

There can be a problem with the Region object in configuration or another object and that's why an UPDATE fails. You need to:

1)...MoreLess

Show all comments (3)

Hi, 

I added a Check Menu Item on the Actions menu to one of my sections and it works fine, but I have not been able to set the Checked default value base of an attribute set on the init function.

 

This is what I have:

actionMenuItems.addItem(this.getButtonMenuItem({

    ...MoreLess

Like 0

Like

2 comments

Hello Jose, 

Please check my last answer on this post: 

https://community.creatio.com/questions/how-make-radio-button-mandatory…

Here...MoreLess

Show all comments (1)



Hello Community! There is any way to get the cached syssettings in Mobile?

Equivalent to Terrasoft.SysSettings.cachedSettings in Web

Like 0

Like

3 comments

Dear Federico,



You can check Terrasoft.SysSettings in which you can see all stored information from the manifest

 

Best Regards,

Ivanna Yatsura.

Show all comments (2)

Hi community

is it possible to change the background color of a single cell on a detail conditionally ?

Like 0

Like

3 comments

Hello Stefano, 



Feel free to refer to this answer on out community: 

https://community.creatio.com/questions/how-add-custom-style-control-pa…



You'll...MoreLess

Show all comments (2)

Hello Community!

I need to read the roles of the user logged in the mobile app. I try with a query sql but I don't have any result (query is working from the sql console). There is any other better option for that?

var sqlText =
			"select u.contactid, u.name, rol.name from  sysUserInRole ur  " +
			...

MoreLess

Like 0

Like

6 comments

Hello Federico,

And have you tried using ESQ select query using the Terrasoft.CurrentUserInfo.contactId as a value for the ESQ filter...MoreLess

Show all comments (5)