Hi, I am trying to add a custom field in Activity task minipage:
I tried to edit ActivityMiniPage, but it does not add the new field.
Where should I add this field?
Like
Hello,
You need to make sure that you are making changes in the view mode of the activity mini-page.
Maybe you have some custom Activity types which are not related with this Mini Page in SysModuleEdit.
Run the sript:
Select * from "SysModuleEdit" where "SysModuleEntityId" in (select "Id" from "SysModuleEntity" where "SysEntitySchemaUId" in (select "UId" from "SysSchema" where "Name" = 'Activity' and "ExtendParent" = 'false'));
And check if for your type Mini page and Mini Page Modes are defined.
For a more detailed analysis, we recommend contacting Creatio technical support.
Best regards,
Pavlo!