customize CPUseGlobalAppDashboard<AppConfigurationRoom> {
useglobal = false;
hideappconfiguration = false;
}
customize CPUseGlobalAppDashboard<ScrumCenter> {
useglobal = true;
hideappconfiguration = true;
}
boolean
FSCTEAMROOM@1.1001:CPUseGlobalAppDashboard(
key ObjectClass
objclass,
out retval direct boolean
useglobal,
out direct boolean
hideappconfiguration)
Name |
Description |
objclass |
the object class of the app configuration room for which an app dashboard should be created
|
useglobal |
the return value defines if one global or separate app dashboards should be created
|
hideappconfiguration |
the app configuration room is not shared to the desk of the app administrator
when he receives the license; by default, the app configuration room is shared to the desk
|
Additional Information