Hi all,
In Creatio 7, is there a way to nest a detail within a field group?

Like
1 comments
12:24 Apr 25, 2023
Nevermind, I've found a solution by changing the parent name to the field group name.
"operation": "insert",
"name": "My Detail",
"values": {
"itemType": 2,
"markerValue": "added-detail"
},
"parentName": "My Field Group",
"propertyName": "items",
"index": 1
Show all comments