Accessing extra datasets

Accessing the extra dataset for an object is just like accessing its dataset explicitly, except ".obj" is added to the identifier:

{datasetname.obj}

For example, suppose there is a service order with two PODs:

  • productVerb="create", productName="voice"

  • productVerb="modify", productName="data"

You can access attributes of these two PODs and the enclosing SOD using expressions such as:

<{sod.obj}customerId>
<{sod.obj}originator>
<{create.voice.obj}status>
<{create.voice.obj}orderId>
<{modify.data.obj}isTechnical>
<{modify.data.obj}slice>