Announcements
Does anyone know if it is possible to post a Cashbook batch using Dexterity? I would prefer to not use with Batches window and running the Post button
*This post is locked for comments
Running Post Button itself coded using Dexterity. Do you mean using eConnect?
Like I said, I do not want to use the Post Button. I would like to use Dex code to post the batch but not use the Batches window
You can post the batch without opening the window in dexterity. Drag the post button code with using Script Debugger and call the posting procedure/function to post the batch.
Hope this helps!!!
Not sure I understand what you mean by drag?
In test environment, open batch window and choose any batch id then go to the menu debug->log script to save the script debugger file. After selected this click post button to post the batch then again go to menu debug->log script to release the log.
Now open the save script debugger file to find the posting procedure/function used for posting.
Note: If you don't have debug menu in GP, add the ScriptDebugger=TRUE in dex.in file(Data folder under GP installation location).
Have you tried this in this situation? I have and it does not seem to have a function or procedure, it seems like the code is written directly in the change event of the button, that is why I asked this question.
Already I have done project for posting the cash receipt batch without opening the batch window. For this case, I have found a function which is use to post the batch with help of Script Debugger and posted. It was worked for me. That's why I have mentioned this for you.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Dan Liebl 2