Aug 15, 2010 #1 johnhugh Technical User Joined Mar 24, 2010 Messages 702 Location SG Hello, Can I prevent users raising POs to change item descriptions in Accpac 5.5?
Aug 16, 2010 #2 Jay Converse Programmer Joined Jun 17, 2007 Messages 3,277 Location US Sure, by modding the UI. Or more simply, join POPORL to ICITEM on the PO and Receipt forms, and print the standard description. Upvote 0 Downvote
Sure, by modding the UI. Or more simply, join POPORL to ICITEM on the PO and Receipt forms, and print the standard description.
Aug 16, 2010 Thread starter #3 johnhugh Technical User Joined Mar 24, 2010 Messages 702 Location SG Thanks for your reply tuba. This sound like I'd need the Accpac SDK for this? Upvote 0 Downvote
Aug 16, 2010 #4 Jay Converse Programmer Joined Jun 17, 2007 Messages 3,277 Location US Nope, I would use VB6, add a form, drop the AccpacPO1210.OCX on the form, and work with the POPORL view to override the descriptions. Upvote 0 Downvote
Nope, I would use VB6, add a form, drop the AccpacPO1210.OCX on the form, and work with the POPORL view to override the descriptions.
Aug 16, 2010 Thread starter #5 johnhugh Technical User Joined Mar 24, 2010 Messages 702 Location SG ah....learn something new every day. Thanks, I'll try my luck. Upvote 0 Downvote