customizable VLF-ONE Instance List Toolbar (RESOLVED)
Posted: Sat Oct 12, 2019 8:05 am
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?
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?
This makes the 3 dots not work.
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