ContributionsMost RecentMost LikesSolutionsRe: Journal Name Creation on Event Handler You could probably do that by turning on the submit/approve process on the WF, use the event handler (FinalizeSubmitJournal) to check the journal name and send an email to either the approver if it p...Re: Workflow Lock / Unlock Dashboard I must be missing something... the UI allows you to lock/unlock specific members by right clicking the member and selecting Lock/Unlock. Re: NetSuite to OneStream Integration Hi, I think your best bet is to log a ticket in ServiceNow and it will get routed to our Data Integration team. They can answer questions you may have given your architecture and specific requirement...Re: Cube View formatting You can create a dashboard with a text editor component that gives you full rich text editing capabilities. Re: XFGetMemberProperty These are the settings for the fields in the XFGetMemberProperty formula that work for what you're trying to return. DimTypeName: Dimension type (e.g. Entity) MemberNameOrScript: Member name (e.g...Re: How to get cell context? If you're trying to return different accounts based on the scenario in the same row, you can do it using a dynamic calc. This uses account types, but it's the same premise. https://community.onest...Re: Enhancing User Management in Security Groups The only way to allow a group of users to manage security groups is to change the Manage System Security Groups to that group of users. Re: Monthly vs Yearly Cube View Data If there's no requirement to store the result, you could write a dynamic calc that uses the month number as the numerator and the YTD number of the most recently submitted month as the denominator. Re: Average 12 months Account formulas Are you able to use V#Trailing12MonthAvg? Re: Entity - In Use Feature If it's an entity that contains data but you don't want it to consolidate nor allow users to mistakenly load data to it, you can change the In Use to False. What type of impacts are of concern?