Forum Discussion
Steven
8 months agoContributor II
Use BRApi.Finance.Metadata.GetMember.
If this is Nothing, then Bypass
Else
Return MemberName
- YahyaOS8 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
- Steven8 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
- 11 months ago
- 11 months ago
- 11 months ago
- 10 months ago