Hi Experts,
I am using Role Tailor Client.Whenever i want to post any Journal entry RTC throws an codeunit error.................
Object of type codeunit with id 829 couldnot be found.
Page Edit-Payment Journal-PAY. JRNL Default Journal must be closed.
Regards,
Rinki
0
Comments
Thanks but i am using Canadian Cronus database.
Rinki
Could not load the selected type library.
Rinki
Did you try compiling all objects?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
try to compile the page and check out where the error comes out...if you can't find it, export the page as text and try to find '829'
edit: what's the name of codeunit 829? what does it do?
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
it is W1 range codeunit only...
I feel they have some problem in merging new HF's..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Does this help?
You probably miss this automation:
in function CompleteTransLogEntry
Var Name DataType Subtype Length
Nee TransactionResult Automation 'Microsoft Dynamics NAV wrapper for Dynamics Online Proxy'.ITransactionResult
I think the original poster did not install nav 2009 r2 correctly and the component "TransactionResult" in that codeunit returns an error. (the automation is 'Microsoft Dynamics NAV wrapper for Dynamics Online Proxy'.ITransactionResult).
solution: reinstall nav properly, mine works fine
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog