CPConvertRoomSourceProperties
customization point.
The customization point is evaluated during the ConvertRoomAsync
use case.
customize CPConvertRoomTargetProperty<DAMShelf> {
targetattribute = damschildren;
}
AttributeObjectDef
FSCTEAMROOM@1.1001:CPConvertRoomTargetProperty(
key ObjectClass
targetclass,
out retval direct AttributeObjectDef
targetattribute,
out direct boolean
initializeapproom)
Name |
Description |
targetclass |
applies to objects of the defined object class to which the object should be converted
|
targetattribute |
defines the object list (
AttributeObjectDef ) that should be the target list |
initializeapproom |
if the object is converted to an
AppRoom or ExternalArea ,
the application mapped for InitializeNewAppRoom will be executed after conversion to perform additional settings |
Additional Information