An InformattionSet is a dynamic data processor, it behave like an database table and we can create as much field we want. Each InformationSet definition has following two parts:
- Base Part: Base part configure common setting of InformationSet.
- Fields Part: Contain all field definition.
See following example
<InformationSet>
<base>
<!-- All Basic configuration -->
</base>
<fields>
<!-- All Field Definition -->
</fields>
</InformationSet>
Basic part of an InformationSet has setting like Global ACL, Generic Field, Maximum Entry Limit, Search model etc and Field part add necessary fields and configure it.
Report this post

