group | String The group of extended fields to create. Valid values are: Corporate Creates all extended fields in the Corporate group. Contact Creates all extended fields in the Contact group. Delivery Creates all extended fields in the Delivery group. Address Creates all extended fields in the Address group. ID Creates all extended fields in the ID group. the name of another group - Specify the name of other groups that you previously created using the
wm.tn.dictionary:addFieldGroup service. This service creates all extended fields for the group you specify. (null) Creates all extended fields for all groups (if you do not specify group). |
fields | Document List A list of extended fields. The fields have no values. For the structure of each IS document type (IData object) in the fields IS document list, see
wm.tn.rec:Field. For Java developers, this is an instance of a com.wm.app.tn.profile.ExtendedProfileField. |