IsSecurityAsPartnerEnabled

Indicates whether metadata security using entities’ SecurityAsPartner attributes is enabled.

By default, metadata security is determined by the security classes assigned to dimension members. However, for the Entity dimension you can use the Web object model to enable and disable an alternate form of security that uses entities’ SecurityAsPartner attributes, and not their SecurityClass attributes, to determine access rights. This security is applied with the HFMwMetadata object’s EnableOrDisableUseSecurityAsPartner method; for more information, see the Oracle Hyperion Financial Management, Fusion Edition Web Developer's Guide.

Note:

To get the member ID of an Entity dimension member’s SecurityAsPartner attribute, use GetSecurityAsPartnerID.

Syntax

<HsvEntities>.IsSecurityAsPartnerEnabled pvarbEnabled

Argument

Description

pvarbEnabled

Boolean. Indicates whether SecurityAsPartner security is enabled. Returns TRUE if enabled, FALSE if disabled.