Expanded Dimension Members
  • 1 Minute to read
  • Dark
    Light
  • PDF

Expanded Dimension Members

  • Dark
    Light
  • PDF

Article summary

Format of API String

Bool UpdateDimensionSecurityByUser(string userLogin, string dimensionName, string dimensionMemberCode,bool allowAccess, string loginName, string password, string tenantCode)

Data That Needs to be Supplied to the API

  • userLogin (user id) – in string format

  • dimensionName – in string format

  • dimensionMemberCode – in string format

  • allowAccess – In Boolean format – “False” for do not allow, “True” for allow

  • loginName, password and tenantCode – user credentials to authenticate the API connection

Sample Calls

(”benparker@planful.com”,”Account”,”Internet”,true,Financial,”planfuluser@gmail.com”,”planfulusertest”,”QATenant”) → Gives user ‘klakshmi@planful.com’ access to Dimension member ‘Internet’
(”benparker@planful.com”,”Account”,”Internet”,false,Financial,”planfuluser@gmail.com”,”planfulusertest”,”QATenant”) → Removes user ‘klakshmi@planful.com’ access to Dimension member ‘Internet’.
Valid call – Dimension security updated successfully
<Update_Dimension_Security_ByUserResult>
<Success>true</Success>
<message>Dimension Security Updated Successfully</message>
</Update_Dimension_Security_ByUserResult>
Invalid call – Invalid dimension member code
<Update_Dimension_Security_ByUserResult>
<Code>20</Code>
<Success>false</Success>
<message>Invalid dimension member code.</message>
</Update_Dimension_Security_ByUserResult>

Invalid Calls

  • userLogin which does not exist in the tenant

  • dimensionName for dimension security is not enabled in the application/dimensionName is not available in the system

  • dimensionMemberCode is not available in the tenant


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.