CustomAttributeService.getEffectiveValuesForAccount Method

Gets the effective values for the account.
 

Parameters

id

Type: string
The ID of the account.
tenantId

Type: string
The ID of the tenant to use when computing the effective values, or null to indicate that no tenant should be considered. If not specified, the tenant corresponding to the caller's session will be used.

Return Value


Type: jQuery.Promise
Value: Array
Element Value: CustomAttribute
A promise object that is resolved when the call is complete. If successful, an array of dundas.account.CustomAttribute objects are returned.