I've built the parent-child relationship to Business Processes, and now it's OK to have the Business Process Hierarchy visualized, content is OK for now, but I'd like to know whether there's possibility to allow me customized the sorting order of those Top level business processes, e.g., I'd like to put that "Market Busienss Process" group to the most right position.
I see there's "Process ID" fiedl in business process slot, but assigning that value has no effect for the sorting order sequence.
Comparing with another view - Business Reference Model - see attached 2nd picture, within Business Capability slot, that view's code utilizes the "Busienss Capability Index" value for the sequence customization.
Code: Select all
<xsl:sort select="$topLevelBusCapabilities[name = current()/own_slot_value[slot_reference = 'buscap_to_parent_child_buscap']/value]/own_slot_value[slot_reference = 'business_capability_index']/value" data-type="number"/>
Thanks,
Xiaoqi