A field in one of my data sources has an optionDataSource specified with pick list criteria to limit the records that appear in the drop-down. This was working until I installed the nightly build from May 20th. The additional criteria is no longer being appended to the select statement. Here is the way the field is defined in the data source.
Code:
<field name="DRSN" type="text" title="Reason" length="3" detail="true" optionDataSource="IPATTDS" valueField="ATTDDSI" displayField="ATTDDSD"> <pickListCriteria> <ATTDTPI>007</ATTDTPI> <ATTDCTI>001</ATTDCTI> </pickListCriteria> </field>
Comment