ContributionsMost RecentMost LikesSolutionsRe: Deprecated GetLiteralParameterValue and SetLiteralParameterValue replacements? RobbSalzmann - to expand of Chris response related to 7.4. There are a number of BRApi functions coming surrounding workspaces that will assist with this functionality like "GetWorkspaceIDFromName"....Re: Deprecated GetLiteralParameterValue and SetLiteralParameterValue replacements? Hi Robb, Here's guidance for 7.3.1. In 7.4, more functions are coming for workspaces as the workspace features evolve. If you hover over the intellisense after Parameters. you will see a down arr...Re: I want to create a SQL Select Statement but I need to check whether the table in BI Blend exists first. this should work also! If (args.FunctionName.XFEqualsIgnoreCase("GetBiBlendTableName"))Then Dim tableName As String = SharedStringConstants.Unknown 'Get the BI Blend Table Name and throw and e...