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

Hello,

 

I would like to know how to approach the task of extracting the model of field entities to a CSV  or Excel file.

The idea is to provide project managers with a simplified view of the fields available in my Creatio instance. I'm not looking for details, just the field name, code, label (translation?), data type.

 

Any sugestions on how to approach this task?

 

Thanks,

Vlad 

Like 0

Like

4 comments
Best reply

This marketplace addon will provide you with an Excel export of all obejcts in the system, along with columns, data types, display titles of objects and columns, etc. 

https://marketplace.creatio.com/app/object-structure-export-creatio

Once installed, there will be a process you can run that gives you the Excel file. 

Ryan

Hello!

 

You can check all the information about data export on Creatio Academy:
https://academy.creatio.com/docs/8.x/creatio-apps/creatio-basics/business-data/exporting-list-data-to-excel

Thank you for your reply Arsenii, but it is not the data that I am trying to export, but the model.

 

Exemple for Accounts entity:

 

field name; field code; field label; data type; default value

Name; Name; The company name; Text - 250 caracters; <empty>

Phone; Phone; Main phone number; Text - Phone number; <empty>

Web; Web; Compny Website; Text - Web link; <empty>

(...)

 

Kind regards,

Vlad

 

This marketplace addon will provide you with an Excel export of all obejcts in the system, along with columns, data types, display titles of objects and columns, etc. 

https://marketplace.creatio.com/app/object-structure-export-creatio

Once installed, there will be a process you can run that gives you the Excel file. 

Ryan

Ryan Farley,

Perfect, I'll give it a try. 

 

Thank you,

Vlad

Show all comments

Material Symbols & Icons - Google Fonts

 

Hi!

 

We are excited to announce a new feature in Clio release 6.1.0.37: the Set application icon command! This new command allows you to easily set or update the application icon for your Creatio projects directly from the command line, ensuring your application meets the Creatio Marketplace requirement.

 

Example of using:

 

clio set-app-icon -<APP_NAME> -<ICON_PATH> -<PACKAGE_FOLDER_PATH>

 

Replace <APP_NAME> with the name or code of your application, <ICON_PATH> with the actual path to your SVG icon file, and <PACKAGE_FOLDER_PATH> with the path to the folder containing your application packages.

 

P.S: Set application icon command is compatible with all Creatio versions 8.0+

 

Happy coding!

0 comments
Show all comments
Question

Hi Community,

 

When I try to compile my packet it get this error although I already create folder C:\Windows\System32\inetsrv\NuGet\Migrations follow this guide

https://community.creatio.com/questions/compilation-error-while-compiling-local-creatio-instance 

I also attached the log files for more detail. 

Could you please help me to find the solution?

Thank you in advance.

 

Regards,

Duc Nha

 

File attachments
Like 0

Like

2 comments

Hello!

 

After analyzing logs we found the following:

 

2024-09-13 00:12:54,709 [140] INFO IIS APPPOOL\D1_Studio Build CaptureOutput - The command could not be loaded, possibly because:
2024-09-13 00:12:54,709 [140] INFO IIS APPPOOL\D1_Studio Build CaptureOutput -   * You intended to execute a .NET application:
2024-09-13 00:12:54,709 [140] INFO IIS APPPOOL\D1_Studio Build CaptureOutput -       The application 'build' does not exist.
2024-09-13 00:12:54,709 [140] INFO IIS APPPOOL\D1_Studio Build CaptureOutput -   * You intended to execute a .NET SDK command:
2024-09-13 00:12:54,709 [140] INFO IIS APPPOOL\D1_Studio Build CaptureOutput -       No .NET SDKs were found.
2024-09-13 00:12:54,709 [140] INFO IIS APPPOOL\D1_Studio Build CaptureOutput - Download a .NET SDK:
2024-09-13 00:12:54,711 [140] INFO IIS APPPOOL\D1_Studio Build CaptureOutput - https://aka.ms/dotnet-download

 

As it mentioned in logs I will recommend installing https://dotnet.microsoft.com/en-us/download/dotnet/6.0

Kyrylo Atamanenko,

Thank you for your support, I already compiler successful. :) 

Show all comments

help me with this 

Like 0

Like

3 comments

What specifically are you trying to do? 

Freedom pages are client-side, the C# code is server-side - it all works the same regardless of classic or freedom ui.

Ryan

Ryan Farley,

Hello, 
sorry I'm doing it here but I couldn't send a direct message.

Could you please help me with my problem? 
Filtering dropdown data in handler | Community Creatio

I've seen a few of your helpful comments on other posts and thought you could help me too.

Thank you!

Agnieszka

Show all comments

Hi Creatio Community,

I'm currently working on a customization for the Activity page, and I need some help with dynamically showing/hiding tabs based on the activity type. Here’s what I need to achieve:

  1. Hide the "Attachment" tab when the activity type is "Task."
  2. Show the "Case Attachment" tab for tasks related to a specific case only (it should display attachments only for the selected case).
  3. For all other activity types, the "Case Attachment" tab should be hidden, and the regular "Attachment" tab should be visible.

Essentially, I want the tab visibility to switch dynamically based on the activity type and the case involved. I’d appreciate any suggestions on how to implement this, whether through JavaScript handlers, custom logic, or any other method that can meet this requirement.

Thanks in advance

Like 0

Like

0 comments
Show all comments