ContributionsMost RecentMost LikesSolutionsRe: Entity Security using extender rule Dim ExGrpDict As New Dictionary(Of Guid,String) For Each ExGrp As ExclusionGroup In BRApi.Security.Admin.GetExclusionGroups(si) ExGrpDict.Add(ExGrp.UniqueID,ExGrp.Name) Next If ExGrpDi...Re: Entity Security using extender rule Hey JackLacava Krishna , I am using an Exclusion group on my Entity Read Group 1. However, when I try to pull the member, it is giving me an object reference error. It works fine if the entity S...Re: Need physical path to file I have one question here. Can't we store the dll in the file store and reference them in the BR? Re: Help with GetUsersInWorkflowGroup function Sergey , Brapi.Security.Admin.GetGroupInfoEx(si,Brapi.Workflow.Metadata.GetProfile(Si,"ProfileName").AccessGroupUniqueID).GroupInfo.Group.Name ' can use attribute Index for other groups ...Mask Data base Table or Columns in a table Is there any way we can mask the People Planning register data in XFW_PLP_Register Table? The table contains sensitive information like employee salary which cna be accessed by an Non HR Admin. Wh...Re: SIC Password and API keys are stored in a plain text file Hey mithun_laha , Did u set up WinSCP to connect to the SFTP server on the client environment where the SFTP server can be accessed remotely on the OS Cloud App? you might have created a Direct...Re: Copy OnwerPost Adj Data The property was set to False ( Calculate OwnerPostAdj if No Data), Worked when it was set to true Re: Copy OnwerPost Adj Data Yes I tried but the code does not copy data at OwnerPostAdj here. api.Data.Calculate("F#EndBalJE:O#AdjInput = RemoveZeros(F#EndBal:O#AdjInput:T#PovPrior1)","A#BS.Base") Copy OnwerPost Adj Data I am trying to copy the data from the Adjustment data. api.Data.Calculate("F#EndBalJE:O#AdjInput = RemoveZeros(F#EndBal:O#AdjInput:T#PovPrior1)","A#BS.Base") As per My rule the data will be copied...SolvedRe: Custom FX Translation Not working for Rate type Periodic For the cube I have used Closing rate at Direct rule type. Scenario follows the cube Fx setting. And I am using standard using Business Rules in the cube translation algorithm setting.