Advanced Customization > Business Logic Customization > Packages Customization > Package Type-Based Properties > Considerations for Replication Package Types
  
Considerations for Replication Package Types
Some properties and specific property values are not allowed for replication packages types.
Examples:
ExcludedSeedTypes does not make sense for ReplicationPackages as replication packages have no seed but gets all objects in selected containers. If you try to set ExcludedSeedTypes in typebased property for ReplicationPackage or its subtype, you get the error: “Invalid property: ExcludedSeedTypes found in property set: Default, for type: WCTYPE|com.ptc.windchill.wp.rep.ReplicationPackage”
ReplicationPackage is only used for import, so DeliveryFormat cannot have the value Non_Importable_Types. If you try to set that in typeload, you get the error: Invalid property value: DeliveryFormat = Non_Importable_Types for type: WCTYPE|com.ptc.windchill.wp.rep.ReplicationPackage
Invalid Properties
The following are invalid properties for ReplicationPackage and it's subTypes :
RetainCollectionResults
EnableContentControl
CollectorId
ExcludedSeedTypes
ExcludedMemberContentRoles
ExportOnlyContentFileNaming
Invalid Values
The following are invalid values for ReplicationPackage and it's subTypes :
“Interactive” is invalid value for ManifestOption and OOTB default value is “None”. “None” & “Static” are only valid values for ManifestOption.
<IncludedManifestOptions>
           <ManifestOption default="true">None</ManifestOption>
</IncludedManifestOptions>
Non_Importable_Types “ is invalid values for DeliveryFormat and OOTB default values is “Windchill_Importable_Types”.
<IncludedDeliveryFormatOptions>
           <DeliveryFormat default="true">
Windchill_Importable_Types
</DeliveryFormat>
</IncludedDeliveryFormatOptions>
“Incremental manifest” is invalid value for DeliveryOption and an OOTB default value is “Incremental”.  “Full” & “Incremental” are only valid values.
<IncludedDeliveryOptions>
           <DeliveryOption>Incremental</DeliveryOption>
</IncludedDeliveryOptions>
Default Values
The OOTB default values for ReplicationPackage and it's subType is:
<WPTypeProperties typeId="com.ptc.windchill.wp.rep.ReplicationPackage">
<IncludedContentRoles>
<!-- example:
<ContentRoleKey>MyCustomContentRole</ContentRoleKey>
-->
</IncludedContentRoles>
        <IncludedDeliveryFormatOptions>
           <DeliveryFormat default="true">
Windchill_Importable_Types
</DeliveryFormat>
        </IncludedDeliveryFormatOptions>
        <IncludedManifestOptions>
           <ManifestOption default="true">None</ManifestOption>
        </IncludedManifestOptions>
        <ManifestFileName>
           <!-- Manifest file name does not support the XML file extension.         -->
           manifest.txt
        </ManifestFileName>
        <IncludedDeliveryOptions>
           <DeliveryOption>Incremental</DeliveryOption>
        </IncludedDeliveryOptions>
        <StaticManifestClassOverride>com.ptc.netmarkets.wp.ixb.StaticManifest
</StaticManifestClassOverride>
        <DomainOverride/>
        <ExportAuditLevelFullMemberInfo>false
</ExportAuditLevelFullMemberInfo>
        <ImportAuditLevelFullMemberInfo>false
</ImportAuditLevelFullMemberInfo>
        <ShowPackageContentsTableAsTree>true
</ShowPackageContentsTableAsTree>
<DisableAccessControlOnLinkExport>false</DisableAccessControlOnLinkExport>
</WPTypeProperties>