EKL - BL Schematic Get Composite Name

Introduction

Usage : Containees are displayed in app Tree under the Container object node

Datasetup Resource Set : 

  • Diagram Resource

Datasetup Resource : Schematic_GetCompositeName

Rule Example 1

Description

The rule is  checking the  value of Containee Description and groupe them under the container with same name

Pre-Requesite : Set the Manage Composite Attribute BL to have automatic propagation of Contairner Name in Containee description

Rule

/* ThisObject : LogicalOccurence */
// containees are display in app Tree under the container . rules check value of Containee Description and groupe them under the container wit hsame name
// request to set the Manage Composite Attribute BL to have automatic propagation of Contairner Name in Containee description


Let instance(RFLVPMLogicalInstance)
Set instance=ThisObject.Instance

Let result(String)
Set result=instance.GetAttributeString("V_description")

Parameters.SetAttributeString("CompositeName",result)