MitPower01
11 months agoNew Contributor II
Looking for sample Excel Add-in function XFGetMemberInfo for Account
I tried using this function to pull the account description but keep getting an error. I'm sure because I am using the wrong fields. I looked for samples but can't find any.
XFGetMemberInfo
This function retrieves the description in the system. Each Parameter needs to be defined.
XFGetMemberInfo(MemberInfoType, DimTypeName, MemberName, NameorDesc, NameandDesc)
XFGetMemberInfo only has 3 arguments. If you wanted the description for an account called "Revenue", you would use this syntax.
=XFGetMemberInfo("Description","Account","Revenue")