Hello,

 

We have a script task in a BP in an on-prem environment we are trying to save. We encounter the following error message when saving the BP:

 

 

 

Using the following code in the script task:

var payload = "{ \"userId\": \"" + UserConnection.CurrentUser.ContactId + "\" }";

Terrasoft.Configuration.MsgChannelUtilities.PostMessageToAll("LeadPageV2", payload);

return true;

 

However using the same BP with the same contents in our previous environment it saves just fine, no issue with Terrasoft.Configuration. Worth noting is that the BP was exported to the second environment (where we get the error message

) using the .md-file and imported in Configuration. If that has any bearing on the situation. I checked …. Terrasoft.WebApp\Terrasoft.Configuration\bin-folder in both on prem environments and in both I find Terrasoft.Configuration.dll.

Like 0

Like

2 comments

Hello,

 

It seems that you have the following using in the process methods:

 

Terrasoft.configuration

Since I receive the same error locally when doing it:

Please change it to Terrasoft.Configuration since this is case sensetive.

Oleg Drobina,

Hello and thank you for the response. It seems to not be the issue as saving it using upper case on Configuration gives me the same error. This is regardless if I apply a Using under Methods-tab or not for Terrasoft.Configuration.

Show all comments

Hello,

 

We have made several deliveries between environments for a customer and after all of a sudden it seems, we have an error message pop up when we try to save the record of a certain custom section:  t.map is not a function It happens regardless of what is saved in the custom section record.

 

I will attach a picture showing the issue. I will also attach a pic showing the error in the console.

Like 0

Like

1 comments

Hello,

 

Please note that this issue cannot be resolved over a community post, therefore please register a case for our support team directly at support@creatio.com.

Show all comments

Hi everyone,

Can someone tell me in creatio freedom UI how to download all of my  reports that have been generated without adding it to the attachment files.

Thanks in advance.

Like 3

Like

1 comments

Hello Abhishek,



Unfortunately, the printables section in Freedom UI is not available, but our team is already working on adding the ability to generate reports. As a workaround, you can try to generate reports through the business process. We provided the following articles below. Creating a business process: https://academy.creatio.com/docs/developer/integrations_and_api/business_process_service/overview?_gl=1 I am also sending you a link to a post in our community where you can also read information that may help you: https://community.creatio.com/questions/generate-word-printable-outside…



Thank you for contacting us!

Show all comments

Hello, 

I'm using [Autonumber] field for managing record number data automatically like in the documentation   , Set up an [Autonumber] field | Creatio Academy 

Now, i need to reset the increment  to the 0  if the user clicks  on a button

How to reset the increment ? any idea !

Thank you 

Like 1

Like

1 comments

Hi,

There's no direct way to reset the auto number field. 

It's based on the Sequence object in the DB, you can run the script that will restart the sequence. For example, you could create a business process that will execute a script that will restart the sequence. 



Best regards,

Yuri

Show all comments

Hi Team,

 

We are currently working on implementing a multicurrency field into a record page within the Freedom UI framework. While exploring the available resources, we came across the document on the academy website titled "Interface Elements: Record Page Fields Overview" (URL: https://academy.creatio.com/docs/developer/interface_elements/record_page/field/overview?_gl=1*byj7lp*_gcl_au*ODMzMDc3MzAxLjE2OTMxOTY1NDY.#case-1915).

 

However, it appears that the provided document only covers information up to version 8.0, which unfortunately lacks the source code for the Freedom UI. Given this limitation, we are uncertain about the compatibility and feasibility of implementing the multicurrency field within the Freedom UI framework.

 

If anyone can kindly provide us with insights on whether it is possible to successfully implement a multicurrency field in a record page using the Freedom UI framework? If there are any updated resources or documentation available beyond version 8.0 that could assist us in achieving this implementation, we would be grateful to receive that information as well.

 

Thanks in advance!

 

Regards,

Mayan

Like 1

Like

1 comments

Hello Mayan,

 

Our R&D team has a task to implement multicurrency field in Freedom UI in 8.2 application version. Unfortunately there are no examples in the documentation or application on implementing it in the current application versions. So please wait until 8.2 where this column will be available out-of-the-box and could be used on the pages.

Show all comments

Hi everyone,

 

Have you already succeed in using Freedom UI custom validators, the academy article was not very successful to me.

 

Best regards,

Like 0

Like

6 comments

Hi Jerome,

They are working for me. One thing I did initially was add it to the control in the viewConfigDiff. You're actually supposed to add the validator to the attribute in the viewModelConfig - not to the control in the diff. Once I moved it there it worked. Your column is likely in the viewModelConfig already (if it's been added to the page). Look for it there and just add the validator to that existing attribute in the model.

Ryan

Thanks Ryan,

 

I managed to step into my validator, but there's no way to retrieve some values (since request is not defined).

 

Best regards,

Jerome BERGES,

Hmm. Not sure about that. I've only used validators where I need the control's value only (which is provided in the params passed in). I had assumed you could pass in other values in the validator params, but that doesn't seem to be the case (or at least I can't figure out how that works). Hopefully we'll see more documentation soon.

Ryan

Joaquin Eztala,

 

Currently, the R&D team is working on such task, they plan to create a solution in the next releases. You can try to workaround in this way:
On the field's change add a custom handler, set a flag in it, look at this global flag (atribute's value) in the validator.

Most likely to validate "if end date it's not before the begin date" you can use in handler await request.$context.DateTimeAttribute_nnnn

Where DateTimeAttribute_nnnn:

	"attributes": {				
	"DateTimeAttribute_nnnn": {
		"modelConfig": {
...
"validators": {
			"StartDateIsNotNotLessThanProjectStartDate": {
				"type": "dw.StartDateIsNotNotLessThanProjectStartDate",
				"params": {
					"message": "#ResourceString(StartDateIsNotNotLessThanProjectStartDateMessage)#",
				}
			},
           "StartDateIsNotNotMoreThanProjectDueDate" ...
		}

 

 

 

Anhelina,

 

A quick question if I may, how do you create a global flag in a client module and how do you look at it in a validator function.  Thanks,

 

edit: I used session storage in the end.

Gareth Osler,

By the phrase "global flag" I meant the attribute value.
This method hasn't been tested, and I can't give you a guarantee of stable work. 

We're still waiting for the out-of-the-box realization and will post the article with updates on the Academy.

Show all comments

It seems that this is limited to only display 15 values. Does anyone know a way of increasing this limit? See screen shot

Like 0

Like

3 comments

Hello Rob,

 

 

There is a restriction in the system on the number of fields displayed in the quick filter for this field (15 records). Those 15 records are displayed from the drop-down list. You can also check it if you build a quick filter by the other lookups, the system won't let you to choose from all possible variants.

At the same time, if you start typing in the search field, the needed options will occur. If you want to choose all possible variants of the lookup you can use an advanced filter that doesn't have restrictions on the number of records (you will see a pop-up window with all options to choose from). The number of records displayed by the quick filter can be changed only via development and there is no possibility to change this amount with the help of out-of-the-box tools of the instance (there is no appropriate system setting or lookup value to change). 



There is a big possibility that this logic is implemented in the core of the application so that's why it should take huge changes to be changed. We have created a functional request to the responsible team so the needed functionality can be implemented in future versions of the Creatio application.

 

Bogdan,

Thanks for the reply Bogdan. I will advise our users

This is a long term recurring issue puzzling our users and clients...

Show all comments

Hello All!

 

We would like to display Section Analytics Dashboards in the portal, but we are having trouble making them appear. I have been able to get the Dashboard button to appear in our custom section, and it opens the Dashboard view, but no dashboards appear even though I have set the permissions for external users to view the dashboards. 

 

The Main Portal page displays analytics dashboards, so what must be done to allow the Section Analytics Dashboards to display in the portal. Is there a certain file or files that must be overridden and altered to allow for the display of the dashboards, and if so, which files and methods? Any guidance would be much appreciated!

 

Thank you!

Chris

Like 7

Like

1 comments

Hello Chris,

 

 

This is an expected behavior of the system.

As for now, there is no way to add a "Dashboards" section to a portal and we have a suggestion created for our R&D team on this topic.  

It doesn't depend on the type of portal license distributed to the user and it can't be done via OOB tools. 

Currently, dashboards can be added only to the portal main page, using the "Set up portal main page" tool in the system designer.

 

Show all comments

When you have to check a lot of checkboxes in the detail (e.g. setting access rights, force update and so on) hint apperrs and hides large area with many rows.

So, I need to make extra movements to hide it.



I think, it would ne enough to show hint only over column header not over every row

Like 3

Like

1 comments

Greetings,



We have registered this wish with our R&D team for them to consider and make changes in future updates.



Thank you for helping to make the product better. 



Regards,

Orkhan

Show all comments

Hi Everyone,

 

I am getting this error while running a process that generates a report and sends an email.

 

Like 0

Like

4 comments

Is the printable template uploaded? Can you run/generate the printable normally? I believe I've seen an error like that when the printable record is missing the actual Word template file (but not sure if it's that exact error)

Ryan

Ryan Farley writes:

Is the printable template uploaded? Can you run/generate the printable normally? I believe I've seen an error like that when the printable record is missing the actual Word template file (but not sure if it's that exact error)

Ryan

I guess no. Do I have to upload a complete template as well? I just set up the columns in the reports and I haven't uploaded any template with it

Hassan Tariq,

Yes, there needs to be a template uploaded, even if it is just a blank Word doc. Without a template it will produce errors when trying to generate the printable.

However, what's the purpose of generating a printable to attach to an email with no content set up in the printable? (I assume you just haven't gotten to that part yet?)

Ryan 

Ryan Farley writes:



I have set up the rows & all information in Creatio. Didn't knew that I had to set up the report in word.

Show all comments