Hi .
I want to post based on my print condition .
for example if the print status is cancel ,or failed ,user cannot able to post .how can i do in nav 2013
Thanks in Advance.
*This post is locked for comments
Hi .
I want to post based on my print condition .
for example if the print status is cancel ,or failed ,user cannot able to post .how can i do in nav 2013
Thanks in Advance.
*This post is locked for comments
If you look at the way the printed invoice counter is implemented, its done on a OnPostDataItem section on the report - So that is your design pattern. Start your logic there. If you want to separate your logic, you can set a bool "allow posting" in the report and the somewhere after the COMMIT you call your posting code.
A bigger problem is, that printing has become a very asynchronous operation, so detecting a "failed" print is almost implossible from the printing application.
Hi,
After the check is printed, you may COMMIT the transaction and check for the field value "Check Printed". If it's True, you may fire the code to Post.
What if your Posting routine fails due to validation errors?
i have customised a cheque format .my client requirment is that he want first print a cheque than it will automatically post otherwise not
What did you try and what is not working?
Please try to implement and let us know if you have any issues..
Dear Sir ,
My requirement is when i will print my cheque than only it can post .
but when print is failed due to some reason than it cannot be posted .how could i do it ?
Assuming Print status is a customized field, you need to do customizations for this.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156