Page 1 of 1

VLF-WIN - execute command handler

Posted: Fri Jul 15, 2016 4:45 am
by bweeks
What is the syntax to programmatically call/invoke the command handler within the VLF framework ?

Instead of selecting a row from the filter, I want to invoke the command handler when a button is pressed.

Re: VLF-WIN - execute command handler

Posted: Sun Jul 17, 2016 7:25 am
by bweeks
The syntax for a business object name (attendance), to call the command handler for command (edit) would be:

Code: Select all

Invoke Method(#avFrameworkManager.avSwitch) To(BusinessObject) Named(attendance2) Execute(Edit) Caller(#Com_Owner)

Re: VLF-WIN - execute command handler

Posted: Mon Jul 18, 2016 9:02 am
by MarkD
If that does not work for you try using trace mode to see what is happening.