Dimension Security APIs
  • 1 Minute to read
  • Dark
    Light
  • PDF

Dimension Security APIs

  • Dark
    Light
  • PDF

Article summary

This API provides the ability to apply dimension security to users. The following methods can be used to set or update dimension security.

ApplyDimensionSecurity

Applies all the Dimension Security Configuration updates and refreshes the Finance cube with latest security information. (Note that this is applicable for Financial Cube only.)

Public Function ApplyDimensionSecurity(ByVal LoginName As String, ByVal Password As String, ByVal TenantCode As String) As StandardObjects.OperationResult

UpdateFactlessFactSecurityForUser

Updates all the Dimension Security setup for the specified user and refreshes the Finance cube with latest security information. (Note that this is applicable for Financial Cube only.)

Public Function UpdateFactlessFactSecurityForUser(ByVal UserLogin As String, ByVal LoginName As String, ByVal Password As String, ByVal TenantCode As String) As StandardObjects.OperationResult

The dimension member name update is available for Financial Dimension members.

StandardObjects.OperationResult

Was this article helpful?

What's Next