2.19.12 Role.PromoteLookup

The Role.PromoteLookup element specifies that the client application promotes the target lookup entity in the UI to be a peer of the containing lookup entity. In other words, wherever the containing entity is displayed as a lookup, the client application also displays the target entity as a lookup.

The Role.PromoteLookup element is optional. If this element is present, its value MUST be a Boolean. A value of true specifies that the client application promotes the target lookup entity. If the Role.PromoteLookup element is not present, its value is interpreted as false.

If either the role's containing entity or the target entity are not lookup entities, the Role.PromoteLookup element MUST NOT be specified, or if this element is present, the value of the Role.PromoteLookup element MUST be false.

The following is the parent element of the Role.PromoteLookup element.

Parent elements

Role

The following is the XML Schema definition of the Role.PromoteLookup element.          

 <xsd:element name="PromoteLookup" type="xsd:boolean" minOccurs="0" />