Field Values tab

You may choose to add or delete fields to the XML document by configuring attributes in this tab.

Option Description
Insert Use this button to add a new field value to the XML document.
Delete Use this button to remove a field value pair from the list of field value entries.  The field will no longer be a part of the XML document.

If you want to add fields dynamically, you can apply this example in a VB script component previous to the Knowledge Package Builder in the workflow:

  • Set fieldValues = KnowledgeContent.GetFields()fieldValues.AddField "DynamicFieldName", " DynamicFieldValue"