xml - alfresco Custom Data List Form nested set -
i making custom form in alfresco has lot of fields storing general information on employees reference managers. according alfresco documentation here , here nested sets or groups allowed cryptic message when try create new item in data list area , modal doesn't come up. data list forms not support parent parameter?
this done share-config-custom.xml file in web-extension directory:
<appearance> <set id="general" appearance="title" label="general information" /> <set id="educated" appearance="title" label="education" /> <set id="skilled" appearance="title" label="skillls/talent/area of expertise" /> <set id="triple" appearance="" parent="educated" label="none" /> the documentation says nothing not working data lists. i'm using alfresco version 4.2
"set" logical grouping of properties in user interface not change in model. it's need define set properties want club add id of set attribute
<set id="dublin-core" appearance="bordered-panel" label="dublin core" /> <field id="cm:publisher" set="dublin-core" /> as given in wiki example "dublin-core" set defined properties related aspect. not see properties included in configuration. must cause of error. custom data list item have defined in model should have "cm:datalistitem" parent. check out more details.
Comments
Post a Comment