Configuring the batch upload
After uploading the sample XML data file configure the batch upload feature by resaving the
CreateBulkSupplierClaims
activity. The SOAP service uses the
CreateBulkSupplierClaims
activity to create a batch upload for the supplier
claim. This activity consists of multiple rules and data transforms that you must overwrite,
in the implementation layer, with your business logic.
In the navigation panel of Dev Studio, click
Click
.Click the filter for Activity Name and search for
CreateBulkSupplierClaims
.Click the rule to open it.
Save the rule into your implementation layer. For additional information about locked and unlocked rulesets, see Copying a rule or data instance.
Review the available rules and data transforms. It is recommended to align all of the listed items with the particular requirements.
Click Save.
Repeat the previous steps using the
CreateBulkWarrantyClaims
activity,CreateSupplierClaim.CreateSupplierClaims
andCreateWarrantyClaims.CreateWarrantyClaims.
Parse XML rules are not a part of the activity. They are used to generate the clipboard structure from the request XML. Extend these rules to accept the specialized data in the request XML and map it to the clipboard properties.
Previous topic Uploading the batch upload XML sample file Next topic Configuring supplier recovery