Forum Discussion
Marco
2 years agoContributor II
Hi JackLacava,
How can I delete the account through the condition? I don’t know how to do it in the BR.
JackLacava
OneStream Employee
2 years agoThe API call is BRApi.Finance.MemberAdmin.RemoveMember, you will find it in the api tree. If you don't know how to look for intersection values or how to create the necessary PK objects to pass, I'd suggest checking out the Financial Calculations Handbook book, or coming to a Rules class.
I might sound patronizing, but I would also suggest you implement this as a Custom Calculate function, and take good backups before you start executing it. Having it as part of a regular Calculate would be very risky. What you are trying to achieve has the potential to be very destructive, I really would not recommend it.
Related Content
- 2 years ago