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.
VLF-WIN - execute command handler
Re: VLF-WIN - execute command handler
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
If that does not work for you try using trace mode to see what is happening.