How to release a certain set of batches from Release AP Batches in Automatic manner without using the Dynamics SL.
Is Any default .NET Code will support this , like call 0341000.exe file .
Kindly advise.
*This post is locked for comments
How to release a certain set of batches from Release AP Batches in Automatic manner without using the Dynamics SL.
Is Any default .NET Code will support this , like call 0341000.exe file .
Kindly advise.
*This post is locked for comments
Thanks for your advice.Your help is very much appreciated.
If the batche's data is already setup, I'd go with a Transaction Import approach.
First, setup an import control file named release.ctl such as this:
Batch,cbatnbrb,cbatchandling
Then, each time you need to release a set, generate a data file such as:
Batch,000101,R Batch,000102,R Batch,000103,R
For the sample, we'll name the data file set100.txt
With that, the following call will open each of the batches and release them. With this approach, you must be logged to whichever company the batches belong, though
0301000.exe TITM=3 TD=set100.txt TC=release.ctl TO=release.log
There's some other options that may come handy. Further automation can be achieved with the Application Server.
You could probably use SendKeys, but I wouldn't recommend it.
msdn.microsoft.com/.../system.windows.forms.sendkeys%28v=vs.110%29.aspx;MSPPError=-2147217396
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,407
Most Valuable Professional
nmaenpaa
101,156