How To Query Account Attributes By Using BMQL
Summary:
We would like to retrieve in Configuration side the information available for an account. How we can do it using BMQL code? It exist a sort of select like the following?
bmqlResults = bmql("SELECT * from _account");
Content (please ensure you mask any confidential information):
We would like to retrieve in Configuration side the information available for an account. How we can do it using BMQL code? It exist a sort of select like the following?
bmqlResults = bmql("SELECT * from _account");
Version (include the version you are using, if applicable):
25B Patch 2
Code Snippet (add any code snippets that support your topic, if applicable):