Время создания
Filters

First United Bank and Trust has revolutionized its operations and customer service by transitioning from legacy CRM systems to Creatio's composable no-code platform.  

In our recent Success Story, Christopher Bladen, Operations Analyst at First United Bank and Trust, explains why the organization chose Creatio and how the composable no-code platform enhances operational efficiency across the board. 

 

Read the full story: https://www.creatio.com/page/first-united-bank  

 

Like 14

Like

Share

0 comments
Show all comments

Hi!

 

Maybe someone has already implemented highlighting of rows in a list according to conditions at Freedom UI?

Like 0

Like

1 comments

I don't believe it's possible with the Freedom UI list. It doesn't fire the necessary requests for each row. Only option for now, as far as I am aware, is to add color to a lookup value as in https://customerfx.com/article/adding-color-to-column-values-in-creatio…

Show all comments

Hi All, 

 

Greetings!

Attaching my source code file.

 

UsrDate -> Date 

UsrStartTime -> Time

CreatedOn -> Date/Time

 

I am getting following error in few records - 

Worklogs Integrations synchronized with errors: {"bd455ee2-8f6e-4aed-bafc-890304110ac3":"SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.","3d4508d8-bf40-48b4-ab65-d836c7c0b3da":"SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM."}

screenshot from the source code is below - 


Screenshot of the record is below - 

 

 

Is it because Start time is NULL ?

If yes how can I handle this in the code so that the records gets synchronized with NULL ?


 

Thanks.

File attachments
Like 0

Like

0 comments
Show all comments

I want to create a process whose trigger is the entry of a user through the SSO interface for initial connection and then I will build the process regarding permissions for each user. Can help with how my process trigger should be? 

 

thanks

Like 0

Like

2 comments

Hello!

 

Unfortunately, it is not possible to trigger the process after successful logging due to how new sessions are added to the system. They are not adding through Entity logic, which is why they will not trigger process triggers.

 

For example, by reading from User Session object, you can find the last authorization to the system (and other information about this session):

 

 

But such a signal will not trigger due to the behavior that I mentioned earlier:

 

Such a solution is possible only by using some custom development.

 

Kyrylo Atamanenko,

Thanks! 

can I ask you In the business process I am creating, do I use an element  (modify data) that updates the user's permissions (Organizational roles). is it possible? If possible, what object is this? 

Show all comments

I try to set up VS2022 and workspaceconsole for compilation, but something seems to be wrong. if i try to call build workspace or rebuild workspace in VS I get following error :

"Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Terrasoft.Core, Version=8.1.3.6801, Culture=neutral, PublicKeyToken=edaadfbc3b0bb879' or one of its dependencies. The system cannot find the file specified.
  at Terrasoft.Tools.WorkspaceConsole.Program.Main(String[] args)"

 

For the configuarion of it i used following settings: 

for 

command =  : C:\Academy\builds\D4_studio\Terrasoft.WebApp\DesktopBin\WorkspaceConsole\Terrasoft.Tools.WorkspaceConsole.exe

Arguments :

-operation=BuildWorkspace -workspaceName=Default -webApplicationPath="C:\Academy\builds\D4_studio\Terrasoft.WebApp" -confRuntimeParentDirectory="C:\Academy\builds\D4_studio\Terrasoft.WebApp"

 

Does anybody know what i'm doing wrong?


 

 

Like 0

Like

2 comments

Hello.

This error might occur if you don't configure the workspace console before setting it up in VS.
Please have a look on this article https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/development-tools/delivery/workspaceconsole/overview1

Hope this helps.

Hi Yevhenii,

I can build and rebuild workspaces now without getting errors.  However, something strange happens.  I have made a process in creatio,that contains a methos and a script task. I open the cs file of the process, to make changes to the method. I save the file in VS , but as soon as i run 'build workspace', my changes get undone. Is there something i'm missing or doing wrong?  how can i develop and compile creatio backend stuff in visual studio?

 

Show all comments