Hello,
I'm using this data source
and I want to set the optionDataSource of the combo box but I can't find where. Can you please show me? thank you
I'm using this data source
Code:
<DataSource ID="share.report.users.list"
lookupStyle="new"
serverType="generic"
dropExtraFields="true">
<fields>
<field name="userName"
type="string"
canEdit="true"
editorType="comboBox"
optionDataSource="autocomplete.users.list"
addUnknownValues="false"/>
<field name="permissionLevel"
type="enum"
canEdit="true"
editorType="PermissionLevelCanvasItem"/>
</fields>
<serverObject className="com.msp.eui.smartclient.datasource.dmihandler.impl.ShareReportDataSourceDMIHandler"/>
</DataSource>
Comment