ICustomAttributeServiceGetEffectiveValuesForAccount Method (Guid) |
Note: This API is now obsolete.
Namespace: Dundas.BI.AccountServices
[ObsoleteAttribute("Use the overload which accepts a tenant ID.")] IDictionary<Guid, CustomAttributeValue> GetEffectiveValuesForAccount( Guid accountId )
Exception | Condition |
---|---|
ArgumentException | accountId is Empty. |
NotFoundException | The account with the specified ID was not found. |
InvalidOperationException | This method is called for an account which has custom attribute values set across multiple tenants. |
NoPrivilegeException | The caller is not a system administrator or tenant administrator for the tenant associated with the account. |
InvalidSessionException | The caller context is not associated with a valid session. |