Forum Discussion
Steven
11 months agoContributor II
Use BRApi.Finance.Metadata.GetMember.
If this is Nothing, then Bypass
Else
Return MemberName
YahyaOS
11 months agoNew Contributor II
Thank you, Steven, for your help.
Could you please provide more details( an example if possible)?, as I am new to OneStream, should I implement this in a complex expression in my Transformation Rule (TR) or in a Business Rule?
Best regards,
Yahya
- Steven11 months agoContributor II
Something like this:
Dim UD3 As String = args.GetSource("UD3#")Dim UD3Final As String = String.EmptyDim mem As Member = BRApi.Finance.Metadata.GetMember(si, dimTypeId.UD3, UD3)If mem is Nothing ThenUD3Final = "(BYPass)"End Ifreturn UD3
Related Content
- 29 days ago
- 2 years ago
- 2 years ago
- 2 years ago
- 2 years ago