- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
InvokeButt on for user created buttons
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-15-2011 01:04 PM
Has anybody had success with invoking a user created button in MAS 200 4.4?
InvokeButton command works with MAS standard buttons, but not with the ones I create.
I'm using:
retVal = oScript.InvokeButton("BT_LINK_1")
Solved! Go to Solution.
Re: InvokeButt on for user created buttons
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-15-2011 02:02 PM
I've used that feature as well as Steve uses this technique in his sample scripts.
Re: InvokeButt on for user created buttons
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-15-2011 03:17 PM
Dan,
Has it ever worked for you with user created button?
I'm trying to invoke it from master script: PostValidate of CustomerNo field in Sales Order Header.
Re: InvokeButt on for user created buttons
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-16-2011 11:53 AM
Ok,
I got it working. The user created button may not be placed on the tabs to work with InvokeButton command. It has to be placed on the MAIN panel.


