not possible to locate customer by its bank account
Aldevinas Katkus
3-24-17
The supplier can be found by its bank account, while the customer- not.
What is the reason for that?

Proof:

global
function LongInt CUVcRecordInIndex(record CUVc CUr,string indexname)
BEGIN
......
if ((CUr.blockedFlag!=0) or (CUr.VEType==0)) then begin
....
if (indexname=="ActBankAccount") then begin res = 0; end;
if (indexname=="ActIBAN") then begin res = 0; end;
end;
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
David Delač
Hi Aldevinas, Please post your customisations so I can help you....
11:40 20 Feb 2025
Piotr Wycichowski
The register for Order Classes is common for Sales orders and Service orders. When I set an Order Class to create an Activity - it works for Sales Order, while for Service Orders - not. Is any setting...
09:30 18 Feb 2025