Hi Isomorphic,
I have a short question regarding SimpleType. Searching the forums I found:
http://forums.smartclient.com/showth...28247&p=111423 which says (...) that have common validation, formatting and other similar behaviors.
My case is the following. I make heavy use of FKs and have many fields like
.
Is it possible to put these information in a .type.xml file as well and reference it via
?
Or is the Simple Type system more about display and validation?
Thanks,
Blama
I have a short question regarding SimpleType. Searching the forums I found:
http://forums.smartclient.com/showth...28247&p=111423 which says (...) that have common validation, formatting and other similar behaviors.
My case is the following. I make heavy use of FKs and have many fields like
Code:
<field foreignKey="T_CAMPAIGN.ID" name="CAMPAIGN_ID" displayField="CAMPAIGN_NAME" title="Campaign" type="integer" required="true"></field>
Is it possible to put these information in a .type.xml file as well and reference it via
Code:
<field name="CAMPAIGN_ID" type="myTypeName"></field>
Or is the Simple Type system more about display and validation?
Thanks,
Blama
Comment