Hello @all,
How can I set the pickListCriteria-Field with a reference to the same sentence, field formattyp. Hello, how can i realize this?
I tried: $DStxCamt056Row.formattyp , but without success.
Thanks,
tmoes
i used swartGWT EE eval. 20100717
How can I set the pickListCriteria-Field with a reference to the same sentence, field formattyp. Hello, how can i realize this?
I tried: $DStxCamt056Row.formattyp , but without success.
Code:
<DataSource
schema="appl"
dbName="Mysql"
tableName="tx_camt_056"
ID="DStxCamt056"
dataSourceVersion="1"
recordName="DStxCamt056Row"
serverType="sql">
<fields>
<field hidden="true" required="false" detail="true" title="pkID" primaryKey="true" name="pkid" type="sequence"></field>
<field detail="true" title="Environment" name="environment" type="text"></field>
<field hidden="true" required="false" detail="true" title="CT oder DD" name="formattyp" length="2" type="text"></field>
<field hidden="false" required="false" detail="false" title="Cancellation Reason Code" name="utxinfcxlrsninfrsncd" length="4" type="text"
optionDataSource="reasoncodes" valueField="code" displayField="code">
<pickListCriteria>
<level>T</level>
<service>$DStxCamt056Row.formattyp</service>
</pickListCriteria>
</field>
</fields>
</DataSource>
Code:
=== 2010-07-20 19:18:58,168 [l0-4] DEBUG RPCManager - Request #1 (DSRequest) payload: {
criteria:{
camt_056:"TRUE",
type:"Cd",
level:"T",
service:"$DStxCamt056Row.formattyp"
},
tmoes
i used swartGWT EE eval. 20100717
Comment