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.
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) ?
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
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.
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
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.
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 "+...