Page 1 of 1

customizable VLF-ONE Instance List Toolbar (RESOLVED)

Posted: Sat Oct 12, 2019 8:05 am
by dhunt
Is there a way to only show business object commands in the tool bar with Withinstancereferencekey("")? What can go in it? also what is the purpose of Ignoreenablement and can the avlistmanager in this instance ever be not null?

Code: Select all

If (#AVLISTMANAGER.CurrentInstance *IsNot *null)
#AVLISTMANAGER.CurrentInstance.avBusinessObjectReference.zInt_ShowCommandHandlerChoiceMenu Usebusypanel(#ASSOCIATEDVF_UM010O) Withinstancereferencekey("") Ignoreenablement(false)
Else
#ASSOCIATEDVF_FR003O.zInt_ShowCommandHandlerChoiceMenu Usebusypanel(#ASSOCIATEDVF_UM010O) Withinstancereferencekey("") Ignoreenablement(true)
Endif
pic1.jpg
pic1.jpg (44.74 KiB) Viewed 10735 times
Also I am having issues with peer options. the Peer items have commands enabled but the option that shows does not. Is that an issue?
pic3.jpg
pic3.jpg (13.38 KiB) Viewed 10735 times
This makes the 3 dots not work.
pic4.jpg
pic4.jpg (27 KiB) Viewed 10735 times

Re: customizable VLF-ONE Instance List Toolbar

Posted: Tue Oct 15, 2019 7:15 am
by dhunt
What also determines if its enabled or not? All of the options from the first picture are in the command enabled section in the framework but only some are business object commands.

Re: customizable VLF-ONE Instance List Toolbar

Posted: Fri Oct 18, 2019 2:14 pm
by MarkD
See new code sample sent to Patrick Fleming to pass on to you.