Hey,
I have to add a new field 'TotalAssignedTask' (integer) to Contact Section. How can we add the field/column to existing contact object?
Like
Hello,
To get familiar with the basic capabilities of the product, we recommend exploring the available training courses in the system:
https://academy.creatio.com/docs/training
If you need to add a field, you can use the Freedom UI Designer (if a Freedom UI section is being used). By opening the page designer, you can add the required field. You can find more details on working with Freedom UI Designer in this article:
https://academy.creatio.com/docs/8.x/no-code-customization/customization-tools/ui-and-business-logic-customization/UI-designer/
Additionally, we recommend learning more about objects and how to work with them in the following article:
https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/development-tools/creatio-ide/configuration-elements/object
Hope this helps! 😊
Hi Pavlo,
For Adding new column to Core Object 'Contact', I have used 'Replacing Object' data item in custom package.
Now, these columns are visible on Contact Page-Designer.
Could you confirm if I have followed the correct steps?
Platform: Creatio:Energy (Freedom UI)
souresh khandelwal,
Hi,
Yes, this is the correct way. You added the columns at the object level using the replacement schema and now they are displayed at the page level that is linked to that object.