Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Resolution:
How to find mapping between 1SYNC message and 1SYNC format in (TIBCO Collaborative Information Manager) CIM repository/catalog attributes
Environment:
==========
TIBCO Product name and version: TIBCO Collaborative Information Manager 7.x.x and 8.x.x
Operating System(s): All Operating Systems
Symptoms:
========
Cause:
=====
Resolution:
========
One can use mpfromcatact26to1sync62v1.xsl as a reference and find out the repository/master catalog attribute name to map the incoming attribute from 1SYNC.
This mpfromcatact26to1sync62v1.xsl is used for creating the message while sending out a message from CIM to 1SYNC.
Here is a example:
For instance you want to find the master catalog attribute in CIM for 1SYNC attribute "isOrderableUnit".
1> Find which outputmap attribute is being mapped to isOrderableUnit in mpfromcatact26to1sync62v1.xsl.
2> You will find it has ORDERING_UNIT_INDICATOR.
3> Now ORDERING_UNIT_INDICATOR is outputmap/catalog format attribute.
4> To find out Master catalog/TIBCO format attribute name mapped to ORDERING_UNIT_INDICATOR you need to view the output map from the master catalog view page.
5> On the master catalog view page you can find it as ORDERING_UNIT.
References:
=========
None