OtherProperties
Element Name | Possible Values | Repetition | Source Repository/ Relationship Attribute Name | Description | Datatype |
---|---|---|---|---|---|
STATUS
|
UNFINISHED /COMPLETED |
1 | This element is mandatory. | Simple | |
CURRENTBATCH
|
1 | Current number of records that are processed to publish.
This element is mandatory. |
Simple | ||
isOfferMapFile
|
This element is mandatory. The default value is
|
Simple | |||
CATALOGUSE
|
ALL ,
Technical ,
Commercial |
1 | PRODUCT /Recorduse |
CatalogUse is an attribute of
PRODUCT repository whose value you can choose at the time of publishing.
This element is mandatory. |
Simple |
TENANTID
|
Enterprise Name |
This element is mandatory. |
Simple |
Example
<?xml version="1.0" encoding="UTF-8"?> <jms1:ActivityOutput xmlns:jms1="http://www.tibco.com/namespaces/tnt/plugins/jms"> <OtherProperties> <STATUS>UNFINISHED</STATUS> <CURRENTBATCH>1</CURRENTBATCH> <TOTALBATCH>76</TOTALBATCH> <isOfferMapFile>false</isOfferMapFile> <CATALOGUSE>All</CATALOGUSE> <TENANTID>Orange</TENANTID> </OtherProperties> . . . </jms1:ActivityOutput>