ContributionsMost RecentMost LikesSolutionsRe: How to stop a BR from updating a Certified Entity A lot of detail is lacking. How is a user changing data in the supporting scenario if they have certified? If they have certified, they should no longer be able to get at the Form to enter more sup...Re: Audit History for Forms - CubeView drill down (v8.4) However, StorageType=NotStored. Time to take a closer look at the rest of the intersection. I would guess you aren't at base level members. The screen shot you provided in your first post shows so...Re: Audit History for Forms - CubeView drill down (v8.4) Take a look at Cell Status. I think you will find this cell was calculated, translated, derived, etc, rather than actually submitted from a Form. Re: getLiteralParameterValue in a KPI formula You need to specify the Guid of a real workspace, even if it is the Default Workspace. Take a look at BRApi.Dashboards.Workspaces.GetWorkspace(). Re: Extensibility report usage If that example was used with vertical extensibility, the extended member "Patch Product" would be a problem given it is being attached to an inherited parent. This would be a problem in the summary...Re: Orphan members - validation error required I think we are beating a dead horse here. It would be more than a tad problematic to attempt to have the Metadata XML import auto-delete members it "added" for which there was an issue when optional...Re: CustomSubstVars Warning Message The line of code you show should not be generating the compile warning in an Dashboard Extender rules file. Recompile the particular logic file and pay attention to the line of code it references ha...Re: Orphan members - validation error required Have you looked at the content of a metadata XML file? There are two sections in an XML file, a Members section and a Relationships section. The two are added or processed independently of one anot...Re: Orphan members - validation error required As I noted in my prior response, constraints will generate validation errors if the transformed member does not belong to a permitted parent. That will solve your problem without a line of code need...Re: V#Trailing12MonthTotal The V#Trailing[n]MonthTotal members are typically used for P&L type accounts or BS activity. I'm not sure how many people would find it useful to know what the sum of a number of months of a BS endi...