BR Error Version 8.5 from Version 7.4
Hello OS Community -
We are in process of testing 8.5 version upgrade and running into below error on one of the BR, looking for solution any help is appreciated.
Error at line 963: Overload resolution failed because no accessible 'GetMemberInfo' is most specific for these arguments:
'Public Overloads Function GetMemberInfo(si As SessionInfo, dimTypeId As Integer, memberName As String, [includeProperties As Boolean = False], [dimDisplayOptions As DimDisplayOptions = Nothing], [memberDisplayOptions As MemberDisplayOptions = Nothing]) As MemberInfo': Not most specific.
'Public Overloads Function GetMemberInfo(si As SessionInfo, dimTypeId As Integer, dimNameOrEmpty As String, includeInheritedDims As Boolean, memberName As String, [includeProperties As Boolean = False], [dimDisplayOptions As DimDisplayOptions = Nothing], [memberDisplayOptions As MemberDisplayOptions = Nothing]) As MemberInfo': Not most specific.
The last two fields: DimDisplayOptions and memberDisplayOptions, you can leave those blank as they are optional. Meaning try this: BRApi.Finance.Members.GetMemberInfo(si, DimTypeID.Account, checkAcct, True).