ContributionsMost RecentMost LikesSolutionsRe: Validate User DataCell Access in BR Actually this wouldn't even work when I think about it unless exceptions for administrator groups etc are handled. What I did was just to loop through the entities and make a list of the entities in ...Re: Validate User DataCell Access in BR Thanks Marcus! Yeah this combined withXFCommandMethodTypeId.GroupsForUsers and then just validate all group against cube, scenario and entities would work but seems very convoluted for something tha...Validate User DataCell Access in BR Hi, is there a way to completely validate data cell access for a user in a BR using the api? I'm looking for something that would run the same logic as you would expect from a cube view, basically va...Re: Triggering calculations for parent-dependent cons members using member filters in DM Thanks for the help Jack! I tried this now, and apparently the parent filter expects the E#, not the P# just as a note. But regardless it's still giving me an error."The item was not found. Enti...Triggering calculations for parent-dependent cons members using member filters in DM Hi, I'm curious to find out how I can trigger a calculation for any consolidation member that requires a parent reference, such as OwnerPostAdj, through a data management step using member filters. ...Re: Manipulate or create workflow profile in BR Thanks again! Appreciate it. I will see how I go about it. Re: Manipulate or create workflow profile in BR Hi Jack and thanks for your reply! Sorry for my late response. I see that the property descriptions for a workflow info says "Gets or Sets the profile name", so that sounds promising. However just ...Re: Accessing predefined substitution variables in Business Rules Thank you Jack, that is super useful! I also managed to find what I wanted based on that object you provided in the api details. Pasting a snippet below for anyone reading. Unfortunately it didn't...Manipulate or create workflow profile in BR Hi, Is there any way to manipulate a workflow profile or create a new one using a business rule? If not, any way to extract / load xml in a BR? Can't find anything that would help me while brows...SolvedRe: Accessing predefined substitution variables in Business Rules Thanks! But with a data cell BR you wouldn't be able to return a text value right, it only returns numeric values? I was hoping to dynamically determine the text value that the cell would return bas...