Hi all, 



In the latest updates to Creatio, you can set a datasource for the timeline component, other than the record page. 



However, if you do this, the feed component is still set to the record, which means if someone posts on this, it does not appear on the timeline. I'm not sure if this has been overlooked at development. 



I'm hoping it's possible to do this in the code but have come stuck. 



I have changed the entitySchemaName to "UsrBookings" which has correctly changed the schema. However, I can't seem to change the column which needs to be PDS.UsrBooking 

 

			{
				"operation": "insert",
				"name": "FeedComposer_aweotp0",
				"values": {
					"type": "crt.FeedComposer",
					"classes": [
						"view-element"
					],
					"sortedByColumn": "CreatedOn",
					"data": {
						"uId": "fad7ff3c-73da-a7aa-b7be-48fa49cd0d0d",
						"schemaType": "Feed",
						"sortedByColumn": "CreatedOn",
						"typeName": "crt.FeedComposer",
						"caption": "Feed"
					},
					"primaryColumnValue": "$Id",
					"cardState": "$CardState",
					"feedType": "Record",
					"dataSourceName": "PDS",
					"entitySchemaName": "UsrBookings"
				},
				"parentName": "MessageComposerSelector_uxr8sil",
				"propertyName": "items",
				"index": 1
			},



Any help greatly appreciated!

Like 0

Like

1 comments

Hello,

 

This will be changed in the Freedom UI designer. Thank you for reporting this issue!

 

As for the workaround: the code of the composer should be changed in the following manner (PDS_UsrAccount_x75v5wo should be replaced with the attribute of the column for which the feed should be displayed and new messages saved, "entitySchemaName": "Account" - entity of the section where feed messages should be saved)

"feedType": "Record",
					"primaryColumnValue": "$PDS_UsrAccount_x75v5wo | crt.ToObjectProp : 'value'",
					"cardState": "$CardState",
					"entitySchemaName": "Account",
					"dataSourceName": "PDS"
Show all comments

Dear colleagues,

 

I need to bind my section folder, but at this time it appears no available in Freedom, I saw in documentation https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platfor… and Folders are not available to bind

 

I'm using Creatio 8.1.1

 

Somebody knows some workaround to this?

 

Thanks in advance

Best regards

Julio Falcón

Like 1

Like

1 comments
Best reply

Hello!



Folders are stored in a separated table for each section, [object name]+Folder.

For example, for the contact section, it's ContactFolder.

For sections that were created exclusively in the Freedom UI, folders are stored in FolderTree.

 

Hello!



Folders are stored in a separated table for each section, [object name]+Folder.

For example, for the contact section, it's ContactFolder.

For sections that were created exclusively in the Freedom UI, folders are stored in FolderTree.

 

Show all comments

I'm using the StartNewWithUserConnection function to start a large process in multiple threads. In fact, it turns out that only 5 threads can be launched at the same time, the rest wait for the previous ones to complete and only then are executed. I couldn't find it in the settings or documentation.

Is there a way to increase the number of concurrent threads?

Like 0

Like

2 comments

Hello!



This is configured in \Terrasoft.WebApp\ActorSystem.hocon. In the section /TaskExecutorActor, there is a parameter nr-of-instances = 5.

 

However, these changes can lead to a heavy load on the database or consume the CPU of the web server and result in poor overall system performance.

For example, if you have a dedicated server with, let's say, 32 cores on the web server, it's probably conditionally safe (assuming the database server is also powerful enough) to set it to 32 or even up to %number of cores% * 2.

Thank you, Alona, it helps!

Show all comments

I have an application that is going through rapid development iterations.  It would be nice to not have to rebuild the app from scratch every time.  A self-documenting application also appeals to me.

Some feedback on my experience of generating an app and why I say this is still a long way off:

  • Form page lists were not created (i.e., details).
  • Section names and column names have to be specified as valid identifiers (not so much natural language).
  • It’s not possible to set the prefix for an identifier for an app.
  • A progress bar was created for one section that I hadn’t asked for.
  • An email feed that I hadn’t asked for was included on one form.
  • Activities section was included which I didn’t particularly want.
  • Maximum of 500 chars for the text description, which is way too small.
  • All text fields seem to be 250 chars, would be nice to define this when describing the app.
Like 2

Like

1 comments

Hello!

 

We genuinely appreciate the time you've taken to share your insights with us. Your feedback is invaluable as it helps us understand your needs better and allows us to continuously improve our services.

To further investigate the issue you've encountered and address it more comprehensively, we kindly request you to contact our support team via email at support@creatio.com 

 

Thank you for choosing Creatio!

 

Best regards,

Kate

Show all comments

Hi comunity,

 

I've an issue when I work in filedesign mode and git repository.

When I update my local dev environment using "update from file system" I received several error when I run a "compile all" action.

The errors are similar to this:

Type 'xxxUserTask' already defines a member called 'CancelExecuting' with the same parameter types

 

The issue raises because in the Terrasoft.Configuration.Dev.csproj there are more class which contains the same member:

  1. \Autogenerated\xxxUserTask.yyyBase.cs
  2. \Autogenerated\xxxUserTaskSchema.yyyBase.cs

I tried deleting the file nr. 1 from csproj, the build from Visual studio works fine, but if I run the "Compile all" the deleted file appears and the build fails.

Can you suggest me how to solve this problem correctly?

Like 0

Like

1 comments

I found the error.

If I don't set correctly the maintainer on system settings, the "update from file system" action does not work correctly.

Show all comments

Hello team,

 

We have enabled Azure AD SSO for our customer. One issue we face is that every time the customer hits the login page, they are required to click on the "Login with Single Sign On" link. Is it possible to auto redirect to SSO (assuming that users are signed in)?



Could you also please let us know if there are any config related changes we need to enable to auto login via SSO?

Like 2

Like

3 comments

We're also facing this same requirement for our client and haven't seen an option for this - would be great to hear if it's possible and if not if it could be added to Creatio.

Harvey Adcock, Shivani,



It is possible. Do you use cloud or on-premise?



BR,

Bhoobalan Palanivelu.

Hi Bhoobalan, it is possible on cloud instances by contacting Creatio to enable it. The implementation isn’t great unless all your users (including dev/admins) use SSO though, as the auto-redirect will be cached meaning you cannot log in using Creatio username and password without using a fresh incognito window every time - it’s quite frustrating. They need to add a link that can always be used to log in via non-SSO means. 

Show all comments
// Read entity.
EntitySchemaManager manager = UserConnection.EntitySchemaManager;
var entity = manager.FindItemByName("Account");
// Tables that reference the entity.
var entityCollection = manager.GetSchemaOppositeReferences(entity.UId, EntitySchemaColumnUsageType.General, UserConnection, false);
string result = string.Join(", ", entityCollection.Select(i => i.SchemaName));
 
/*
VwAccountRelationship, VwAccountDuplicate, VwRelationship, VwAccountRelationship, VwAccountModuleHistory, VwAnniversary, CompetitorProduct, AccountCommunication, Relationship, Call, VwAccountDuplicate, CTISearchResult, Contact, AccountAlternativeName, AccountEnrichedData, AccountInFolder, VwModuleHistory, AccountFile, Relationship, ContactCareer, QuickDialUserSettings, EmailFolderColumnValuesSetting, VwRelationship, Employee, AccountAnniversary, AccountInTag, AccountDuplicate, VwSspAdminUnit, AccountOrganizationChart, AccountAddress, AccountBillingInfo, VwSspAdminUnit, VwSSPSysAdminUnit, EnrchFoundAccount, EmployeeCareer, AccountDuplicate, Account, VwContactRelationship, Activity
*/

I can read the tables that reference an entity with an opposite references call on the entity.

How would I i) find out what the details (classic UI) and the list components (Freedom UI) of a section are?  and, ii) know what object the grid object was referencing?

Like 0

Like

2 comments

Hello,

 

i) From the server-side - there is no way to get this information since this is the information on the client side (on the page) and connections are done only on the page. For example you cannot retrieve Contract object in case you have a list of Contracts on the account form page with the connection like the following:

ii) Once again - this is a client-side information that is not available from the server-side code. This information cannot be retrieved from the server-side methods.

Oleg Drobina,

Thanks for looking at this.

 

I have been asked for a data dictionary, which I can do with the API provided in the .NET classes reference.  I have been asked also for user interface documentation, which is where I could do to know what the fields, tabs, etc. of a section edit page are.  This information is going to have to be entered manually for now.

 

Module information I think has to be in Creatio tables, but I don't know what the rubric is for querying Creatio tables with SQL, let alone which tables.  An API would be better.

Show all comments

Hi all

 

Somebody know where can I change or restart autonumbering, i need to define a process to eache year restart the numbers

 

I'm asking regarding the new Creatio feature to AutoNumber any entity (8.1)

 

Thanks in advance

Like 1

Like

3 comments

Hello, somebody can help me with this question please?

Hello,

 

Currently, no interface allows users to configure this manually, so the following steps need to be taken:



Identify the UId of the auto-numbered column.



For the identified column, use the script below to set a new starting number. In the examples provided, '4a40180c-61bf-de86-2f08-b05852a5ea6d' represents the UId of the auto-numbered column, and '1' is the next value from which the auto-numbering will proceed.



Script for MSSQL:

 

ALTER SEQUENCE [4a40180c-61bf-de86-2f08-b05852a5ea6d]
RESTART WITH 1;



Script for PostgreSQL:

SELECT setval('4a40180c-61bf-de86-2f08-b05852a5ea6d', 1, false);



If you need further information or assistance, please reply to this message and we will be happy to help you.

 

Thanks, I need to reset them yearly in a process, how can automatically fit it?

Show all comments

I have an organizational role name "Sales Reps" that has my account added in its Users area.

I also have a workplace named "Sales Reps" with the desired app under Sections and "Sales Reps" added under User groups.

 

When I log in to my account, I do not see any apps. There is also no dropdown menu at the top to change workplaces (see attached image). When I am logged in as Supervisor, I see apps as expected. 

 

What other steps do I need to take to grant my user access to an app? 

 

File attachments
Like 0

Like

2 comments

Hello,

 

Please use this documentation, which will help you:



https://academy.creatio.com/docs/8.x/setup-and-administration/administr…



Regards, 

Orkhan

Orkhan,

Thank you for the reply. Deleting the user and readding them fixed the problem. 

Show all comments

Hi all, 



Is anyone else experiencing bugs in the quick filters on 8.1.1 ?



When using the "Following days" or "Previous days" method, it does not pick up any records, even though they exist. 

 

 

Like 0

Like

2 comments

Hi!

 

We do not currently have such a massive problem. 

 

In this case, we ask you to contact our support team at support@creatio.com to resolve the issue. 



Best regards,

Anton

Hi Anton, 



Unfortunately I think this is a bug with 8.1.1 because I have just tested on a demo account and receive the same issue....

 

Show all comments