GDSN Impact on Rulebase

Modifying Business Process Rules

In the Rule List screen, click the repository name to modify the rule. Use this screen to modify the existing conditions, actions, and defaults used in workflow processing. If a backend system is part of the rule template, only Datapools associated with that backend system are displayed.

SyncOperationAttribute

This function is used to find the operation date. The function gets the latest sync date for the given Operation (only ADD is supported) from a Datapool or Trading Partner.

Syntax

<var>OPERATION_DATE</var>
<op func="SyncOperationAttribute">
<const type="string">ADD</const>
<const type="string">1Sync</const> 
<!--const type="string">Trading Partner Name</const-->
</op>

For this function, three parameters can be specified.

The second parameter is the marketplace or datapool name. This is optional; if not specified, the rulebase evaluates it.

The third parameter is the trading partner name and is optional. If not specified, it looks for all trading partners; if specified, it looks for the operation for the given trading partner.