What are the different TopicArgName in OTM application.
Hello All,
What are the different types of TopicArgName used in Topic XML. I found one of the XML of Topic used for planning Orders as below, But from where to find TopicArgName within OTM. I know
TopicAliasName refers to TOPIC_ALIAS table from OTM but what about other fields, how OTM validates it.
<GLogXMLElement>
<Topic>
<TopicAliasName>BuildBuySideShipments</TopicAliasName>
<TopicArg>
<TopicArgName>savedQuery</TopicArgName>
<TopicArgValue>NAMEOFQUERY</TopicArgValue>
</TopicArg>
</Topic>
</GLogXMLElement>
Regards,
Akshay