Rules
Discuss Formulas and Business rules for your application
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bulk Delete Security Group

The below code will delete the Security Group using extender rule. Dim secGrp As List(Of Group) = Brapi.Security.Admin.GetGroups(si) For Each Item As Group In secGrp If Item.Name <> "Nobody" Or Item.Name <> "Administrators" Or Item.Name <> "Everyone"...

Kris by Contributor II
  • 262 Views
  • 2 replies
  • 0 kudos

Use case for function CreateSessionInfoForAnotherApp

Has anyone found a use for the brapi function CreateSessionInfoForAnotherApp? If yes, can you please explain it as I cannot seem to find any documentation on this function. This is the example I'm seeing in BR: Dim si As SessionInfo = BRApi.Security....

Cosimo by Contributor II
  • 1736 Views
  • 9 replies
  • 0 kudos
Labels