Hi all,

In Freedom UI (and possibly 7.x), you are unable to use the "open new record"  button from a record page of an object where the user only has read only access. To me this doesn't really make sense and I'm hopeful there is a way around it? 

For example, the user has read only access...MoreLess

Like 0

Like

2 comments

Hi Harry,

I wasn't able to reproduce the issue on the 8.0.7 version, therefore we recommend updating your application to the latest version.

Show all comments (1)

Hi,

I am trying to open a new webpage from a button onclick action. I saw this feed:

https://community.creatio.com/questions/how-open-new-webpage-button-onc…

I'm very new in Creation so I tried to replicate it on a page definition. What's wrong with the following code:

define("UsrPage_bwxynuo", /**SCHEMA_DEPS*/[]/**SCHEMA_DEPS*/...MoreLess

Like 0

Like

2 comments
Best reply

Hello,

From the code you posted, you're using the newer type of page (Freedom UI), but how you wired up the click of the button to call you...MoreLess

Show all comments (1)

Hello everyone, I'm looking for a way to integrate information about an appointment, such as the date and time, into my email template. I have set up the email to be sent automatically when an appointment is scheduled, but I'm having trouble incorporating macros. Can anyone help?

Like 0

Like

2 comments

Hello,

Please find the instructions on macros creation in this Academy article.

Show all comments (1)

Hello Everyone,



I was trying to update my Local Deployed Creatio from version8.0.4.1870 to  Version 8.0.6.3522 but after runnig the downloader file in Powershell it is showing error .

Also when i tried the same with version 7.8.0.3374 it is showing updates till 7.17 only.

I am following the update guide from Documentation . Please Advise What to do.

Like 0

Like

6 comments

smit suthar,



What is the error that you face during the update?

Show all comments (5)

Hello everybody!

I am trying to inactivate the ootb dcm case for the opportunity object, as we have created 2 dcm cases of our own. But anything that I have tried was unsuccessful. When transferring the package from testing environment to pre production environment, even though I can find our custom dcm cases, the ootb dcm is set for all records.

How can I achieve this?

Thank you.

Like 1

Like

2 comments

Hello Maria, 

Please check the below thread where the similar question have already been discussed:

https://community.creatio.com/questions/retain-active-state-dcm-differe…

Please...MoreLess

Show all comments (1)

We are trying to deploy Global Search service in kubernetes environment but globalsearch-web-indexing-service is failing in CrashLoopBackOff. Do we need repository access to set up the current version of the global search service?

If yes, how can we achieve that. Do we need separate license for it?



We are following the documentation https://academy.creatio.com/docs/8-0/user/on_site_deployment/containerized_components/global_search_shortcut/global_search

Like 0

Like

2 comments

Hi,

I asked Creatio's support and they provided access to their repository.

BR,

Robert

Show all comments (1)

It is possible to remove 2 decimal after comma?

Like 0

Like

2 comments

Hello, 

 

It's not possible to remove zeros after the decimal point without changing the type of the column in the DB. 

If...MoreLess

Show all comments (1)

Show a button if the selected entry has certain conditions ("Test.Lookup == Test 1")

Example

Card: Lead

Lookup: Stage Lead

value: one of the stages

diff: /**SCHEMA_DIFF*/[           

               {

 ...MoreLess

File attachments
Like 0

Like

1 comments

Hello,

To do this, you'll do the following: 

  1. Add a boolean attribute
  2. Bind the boolean attribute to the visible property of the button
  3. Set...MoreLess
Show all comments

Hello team,

I would like to monitor the synchronizations of email addresses opening incidents in Creatio.

I would therefore like to create a dashboard indicating for each of the email addresses declared in MailboxForIncidentRegistration the number of emails received per day.

Except that I don't know in which tables the received emails are stored, can someone help me on the subject?

Thank you in advance for your assistance.

Vincent

Like 0

Like

1 comments

Dear Vincent,

Thanks for your question. 

To display the number of cases registered by email, you may build the dashboard with a filter...MoreLess

Show all comments

We are encountering an error when attempting to set the column value on the lead entity with the following code below. The error message received and the stacktrace are listed below as well. Obviously this is a dictionary error, but I am clearly not adding any items to the column list, and have not...MoreLess

Like 0

Like

4 comments
Best reply

Check that your "Lead" object, where the record is modified has no duplicated columns (the error is returned from EntityColumnValueCollection...MoreLess

Show all comments (3)