Hello
I downloaded the multi selection ad-on from market place:
https://marketplace.bpmonline.com/app/multiple-choice-field-module
added the object to a schema according to the instrucions supplied with the add on:
https://marketplace.bpmonline.com/sites/marketplace/files/app-guide/MultiSelectField_implementation_guide.pdf
The object works fine but I don't know how to locate it in a gruop field. it always appear on the top of the head of the page as shown here:
The code I used in the SCHEMA_DIFF is this:
{
"operation": "insert",
"name": "MultiChoiceFieldGroup",
"values": {
"itemType": 15,
"caption": {
"bindTo": "Resources.Strings.Tabf4d38f16TabLabelTabCaption"
},
"items": [],
"tools": [],
"controlConfig": {
"collapsed": false
}
},
"index": 0
},
{
"operation": "insert",
"name": "MultiChoiceFieldGroupContainer",
"values": {
"itemType": 7,
"items": []
},
"parentName": "MultiChoiceFieldGroup",
"propertyName": "items",
"index": 0
},
{
"operation": "insert",
"name": "MultichoiceModule",
"values": {
"itemType": 4
},
"parentName": "MultiChoiceFieldGroupContainer",
"propertyName": "items",
"index": 0
},
How can I control it's possition ?
Thanks in advance to anyone who will help!