You can use OSSI to change a policy table that is already in the CMP.
If the table name does not exist in the CMP, the import will fail.
A column cannot be changed or removed if it is being used in a policy or policy template. If the XML in a column is changed or removed, the import will fail.
The modify function supports these types of edits:
The following example import shows the XML command to modify for a Policy Table named Sample 1.
<?xml version="1.0" encoding="UTF-8" ?>
<XmlInterfaceRequest>
<UpdatePolicyTableData>
<Name>Sample 1</Name>
<Table>
<Header>
<Field Type="smartString255" Key="true" Field="TA">TA</Field>
</Header>
<Record Name="1330657994893">
<Field Field="TA">TA</Field>
</Record>
<Record Name="1330657994894">
<Field Field="TA">TAsssss</Field>
</Record>
</Table>
</UpdatePolicyTableData>
</XmlInterfaceRequest>