OSM - Checking incoming revision data in Transaction Condition
edited Jan 9, 2014 12:52AM in Order and Service Management (Communications Industry) (MOSC) 1 commentAnswered
Hello.
Please, can you describe how can i get data from incoming revision order to compare it to my processing order data?
The problem is that for some nodes I can do revision on some point, and for others point of no return could be already started, so i should check if i can either submit this order or not.
I can get processing order data from transaction condition by
let $taskData := fn:root(.)/GetOrder.Response
let $rootData := $taskData/oms:_root
How can i get the incoming one?
0