Member formula - Account Type
I have an issue with the member formula with the below condition. It checks for Account Type Revenue or Expense. However if the Account Type is Revenue or Expense, still the condition is not met. Is there any issue with the way the condition is written?
If api.Account.GetAccountType(api.pov.account.memberid).Equals("Expense") _
Or api.Account.GetAccountType(api.pov.account.memberid).Equals("Revenue") Then
Return 1
End If
