Batch posting invoices
djswim
Member Posts: 277
Does anyone know of any documentation on this functionality? I've looked in Finance and Trade and haven't found it... don't know where else it may be.
"OMG ALL MY DATA IS GONE"
"Show All..."
"Oh..."
"Show All..."
"Oh..."
0
Answers
-
You mean on sales Invoice. Post-Batch Post?0
-
Take a look into the sales documents if you mean "Post-Batch Post Sales Invoice".
Also you can click on the HELP Button on this report to read the online help.Do you make it right, it works too!0 -
This is solved, amazingly, the F1 Help provides a good explanation.... usually the last place I look
"OMG ALL MY DATA IS GONE"
"Show All..."
"Oh..."0 -
I usually disable that report.
If it is run with wrong filter the customer will be in a world of pain.0 -
we have it still activated. Our customers, ok not all, use their brain before. ;-)Do you make it right, it works too!0
-
@ djswim: the online help includes a big documentation about all modules. There are also examples in it....Do you make it right, it works too!0
-
ara3n wrote:I usually disable that report.
If it is run with wrong filter the customer will be in a world of pain.
I agree, though I normally just add code like if getfilters = '' then error....
The danger is that many clients never use this, and one day someone runs it to see what it does.David Singleton0 -
David Singleton wrote:The danger is that many clients never use this, and one day someone runs it to see what it does.
And why not setting permissions?
The "if getfilters = ''" solution we use also in some cases ....Do you make it right, it works too!0 -
because permission are done in 99 percent of implementation at tabledata level.
Doing this at report/form/codeunit is not practical.0 -
is it possible to do batch posting of invoicing using the job queue? (I guess anything's possible
... but is this a common request of customers?) we would like to figure this out, but are running into the roadblock that CU80 has output windows which make it unusable by the job queue. 0 -
No, it's not common to post invoices using job queue. I wouldn't recommend it to any end user.Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
you can use job queue with webservice and webservice ignores windows.LibertyMountain wrote:is it possible to do batch posting of invoicing using the job queue? (I guess anything's possible
... but is this a common request of customers?) we would like to figure this out, but are running into the roadblock that CU80 has output windows which make it unusable by the job queue.
I had to modify cu 80 for a client who does invoicing at night but nav webservice wasn't available.. They are high volume transaction customer0 -
Hi Rashed ,you can use job queue with webservice and webservice ignores windows.
I had to modify cu 80 for a client who does invoicing at night but nav webservice wasn't available.. They are high volume transaction customer
Thanks for throwing us light on the above topic, I have a similar requirement where I need to post Invoices without user intervention. I know its possible through NAS , but I am wondering how it is possible through web service using CU80 since it uses recordsets which are not supported by webservices.
Regards ,
GunaGuna0 -
You create a new Codeunit in 50 K range and you pass to it the document type and document no.
In the function you do a get sales header and call CU 800 -
Hi Rashed ,
Thanks for your response. I tried the same and it worked perfectly, pleased to know that lot of things are possible in NAV now.
Appreciate your contribution in exposing all those features to us.
GunaGuna0 -
Hi Rashed ,
Thanks for your response. I tried the same and it worked perfectly, pleased to know that lot of things are possible in NAV now.
Appreciate your contribution in exposing all those features to us.
GunaGuna0 -
you are welcome and good luck.0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

