I'm sure this is simple, but I could use someone to point me in the right direction. I noticed on certain columns there is a little green arrow in the top right corner and if you click on it you can have a text box with an explanation about what the column is. Is this something I can configure on other columns? How would I do that?
Like
a little bit of development https://academy.creatio.com/documents/technic-sdk/7-15/adding-pop-hints
Vladimir Sokolov,
Do you know if this is possible to add to a detail instead of a column? I tried to add it to the edit page schema using the bold code below, however nothing happened.
{
"operation": "insert",
"name": "VvtSchema7Detail478ac3c9",
"values": {
"itemType": 2,
"markerValue": "added-detail"
},
"tip": {
"content": {
"bindTo": "Resources.Strings.DatabaseTipContent"
},
"displayMode": "wide"
},
"parentName": "Tab51291de8TabLabel",
"propertyName": "items",
"index": 4
}