ContributionsMost RecentMost LikesSolutionsRe: Updating Scenario Security in a Business Rule Curious if anyone found a way to access the ReadAndWrite Group? Re: Member Filter on Scenario properties Just thought I would add what I did to resolve this issue. I created a parameter, of type Member List I set the Display Items and Value Items (comma delimited) as a call to an XBFR rule: XFBR(XFBR_...Re: Member Filter on Scenario properties Thanks for the reply......would you happen to know a workaround for this limitation? Member Filter on Scenario properties I would like to apply a member filter on a scenario, which will return a list of a scenarios based on it's properties like Name, Description, WorkflowTime, WorkflowStartTime, and WorkflowEndTime...i....SolvedRe: Determine Workflow Profile Security Access in a Dashboard Extender Rule I'm having a problem getting a list of all workflow profiles, to be able to loop through and pull Access Group and Maintenance Group. Can you give me or direct me to a snippet of code that will retu...Calling DB Stored Procedure from OS with OUTPUT parameters I am trying to call a database stored procedure from an extensibility rule. The stored procedure returns an OUTPUT parameter, but I'm unsure how to reference that OUTPUT parameter, using the DBParam...SolvedRe: SELECT Like a Boss With Query Parameters Sergey I'm referring to an output parameter of the DB Stored procedure. So in the example above you are only sending parameters into the stored procedure, but stored procedures can return parame...Re: SELECT Like a Boss With Query Parameters Using the code sample from above Using dbConn As DbConnInfo = BRApi.Database.CreateApplicationDbConnInfo(si) Dim SqlQuery As String = "EXEC SP_API_CLIMATIQ_TRAVEL_FLIGHT @p_airport_1=" _ ...System Announcement Feature on Login? We have a requirement for ALL users that log in, to acknowledge a set of system messages before gaining access to the application. Other off the shelf applications have this capability built-in. If...SolvedRe: How to add assembly reference for Microsoft Outlook Object Library? I currently have set up this feature using the existing BRApi.Utlities.SendMail function......but it would be better if we could just call Outlook and use all of it's features and capabilities (i.e. ...