Forum Discussion
DK_OS
5 days agoNew Contributor
Instead of using the API, can i able to pull these details directly from backend data base. i am wondering since this is a cloud based applciation. does it possible?
MarcusH
5 days agoValued Contributor
You can access the backend database with cloud applications through the Business Rules. The security groups are held in the Framework database in the table SecGroup which has 4 columns:
[UniqueID] [uniqueidentifier] NOT NULL
[Name] [nvarchar](100) NOT NULL
[Description] [nvarchar](200) NOT NULL
[XmlData] [nvarchar](max) NOT NULL
Related Content
- 3 years ago