Oracle BRM: PDC commands to export pricing and configurations
BRM Patch set 8 onwards there is a configuration available for the tax codes.
PDC stands for Pricing and Design Center. This is used to configure the price plans required for the end customers.
You can export the data into XML format and perform validations or deployments as required.
Following are the commands which you can use to export the data from PDC.
- /ImportExportPricing -export all -metadata
- ./ImportExportPricing -export all -pricing
- ./ImportExportPricing -export all -pricing PACKAGE_LIST
- ./ImportExportPricing -export all -config BALANCE_ELEMENT
- ./ImportExportPricing -export voicemail -config TAX_CODE -n "voicemail" -expRefs
- ./ImportExportPricing -export all -config
- ./ImportExportUtility -export -config TAX_CODE
- ./ImportExportUtility -import -config Taxcode.xml -ow
echo $PDC_PASSWORD |./ImportExportPricing -export <name> -metadata EVENT_ATTRIBUTE_SPEC -inclFailedObjs
echo $PDC_PASSWORD |./ImportExportPricing -export EventDelayedSessionConnectMetroEthernet -metadata EVENT_ATTRIBUTE_SPEC -n EventDelayedSessionConnectMetroEthernet
echo $PDC_PASSWORD |./ImportExportPricing -export EventDelayedSessionConnectIpvpn -metadata EVENT_ATTRIBUTE_SPEC -n EventDelayedSessionConnectIpvpn
echo "$PDC_PASSWORD" | ./ImportExportPricing -export EventDelayedSessionConnectIpvpn.xml -metadata EVENT_ATTRIBUTE_SPEC -n "EventDelayedSessionConnectIpvpn" –expRefs
Comments
Post a Comment