Hello Creatio team,
I have this customized detail that I would like to rename it (currently it's 'Attachments'). Section edit page doesn't let me modify the details because it's customized. When I go and open edit page and try to insert the caption it doesn't update the name. I have even tried updating the name in Localized string but no luck.
details: /**SCHEMA_DETAILS*/{ ShippingFiles: { schemaName: "FileDetailV2", entitySchemaName: "UsrOrderPortalFile", filter: { masterColumn: "Id", detailColumn: "Order" }, },
Like
1 comments
17:35 Aug 27, 2025
Hello,
In order to rename a detail through the page, it must first be registered. More details on how to register a detail:
https://academy.creatio.com/docs/developer/interface_elements/detail/ov…
You can also try searching for the name of the detail through Translation section and changing the name there.
Show all comments