Dear Experts,
I am doing bank payment entry with a single line entry taking :
Account type : vendor
account no : vend/001
debit amount,
bal. acount type : bank account
bal. account no :bank0001.
The posting is fine .when i see the print preview of posted voucher.at the top it shows me "General Journal Voucher" INSTEAD OF "Bank Payment voucher".I checked the code its :
SourceDesc := '';
IF "Source Code" <> '' THEN BEGIN
SourceCode.GET("Source Code");
SourceDesc := SourceCode.Description;
END;
i ALSO thought that it may be dimension issue but its not.in the bank ledger entry if i change the source code as "BANKPAYMNT" instead of GENJNL than also there is no effect on preview.please guide .its nav 2009 R2..
Thanks...
0
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
REPORT ID : 16567 POSTED VOUCHER.
Its a Customized Object so we didnt know what did you write under it.
Can you check the code in Preview and paste here..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thanks a lot mohana...