Bug in the Account Movements (FIN05407) report
Emanuele Croci
Hi,my customer has Account like "S6000", "S6030".
So, the account field must be considered as a string to numeric...
But, in the Account Movements (FIN05407), for example, you Coresuite uses this condition
GetData("B1_Data.AccountHeader.AccountHeaderAccountDetails.Account")>0
in the VISIBLE property of some objects.
For not-numeric account (for example "S6000") this condition generates an exception,
and the report is empty.
I think ... you should use a condition like this:
Cstr(GetData("B1_Data.AccountHeader.AccountHeaderAccountDetails.Account")) <> String.Empty
Regards
Emanuele
0
Please sign in to leave a comment.
Comments
0 comments