The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
NicolasArgente
3 years agoValued Contributor
How to delete all relationships of a TOP dimension member? (or orphans all members below a TOP mb)
Hi there,
I have a dimension with 10 000 members under a TOP member. I can delete all of the relationships below TOP running : BRApi.Finance.MemberAdmin.RemoveRelationships However, it is extr...
ckattookaran
3 years agoValued Contributor
Try using XmlLoadWcf.StartLoadXml, you need to provide either supply the XML content as a string or if it is zipfile then provide the bytes of the zip, then the type of ApplicationXmlFileType.
NicolasArgente
3 years agoValued Contributor
Perfect. Thanks