- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Get Batch Info via Customizer Script
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-25-2011 08:42 AM
I am trying to write a customizer script to get batch information from the Voucher register/post screen. Batch number, ID, Key or similar is fine. Ultimately, I am trying to use that to compare the current user trying to post the batch to the user that created the vouchers in the batch. Any ideas?
I know there is syntax like Session.AppDatabase or Session.CompanyID that I can use to get the database, companyid, userID, etc. Is there something similar to get the batch info?
ISM - Director, MAS 500
jeb@goism.com
Solved! Go to Solution.
Re: Get Batch Info via Customizer Script
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-12-2011 01:40 PM
Hi Jeb,
I think you may take the batch number from the form titlebar like this:
dim batchid
batchid = form.caption
then using the batchid just query the tables for any specific value
I hope this helps
Hugo
Re: Get Batch Info via Customizer Script
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-12-2011 01:50 PM
Thanks. A partner of mine had already given me this and it works.
ISM - Director, MAS 500
jeb@goism.com


