Hi,
We are using SAP Business One 2007 A (8.00.148) SP: 00 PL: 00 to test our application.
We need to Accees the CurrentAccount Balance of a Customer in our application.
So we used the following code
<b>Dim oBP As SAPbobsCOM.BusinessPartners
If oBP.getBykey(scardcode)
txtAvlCrLmt.Text = oBP.CurrentAccountBalance
End if</b>
When we try to use this code, we are getting an alert "
<b>You do not have a permision to view this fields data</b> "
Is there any permission need to set to access the currentAccount Balance of a customer .
The same code worked in SAP2005 B1 Patch 32.
We need help on this matter .
Thanks In Advance
Madhu