Page 1 of 1

Hiding/Showing Business Object Level Command

Posted: Fri Feb 22, 2019 7:33 am
by caseywhite
Is there a way to use #AVFRAMEWORKMANAGER.avChangeCommandState to hide a command instead of just enabling/disabling it. For example, I have an Email command but don't want the user to see it unless there are entries in the instance list. If they see it they think they can click on it.

Re: Hiding/Showing Business Object Level Command

Posted: Fri Feb 22, 2019 9:39 am
by MarkD
Unfortunately no, not dynamically.
You can only disable them.

Re: Hiding/Showing Business Object Level Command

Posted: Sat Feb 23, 2019 3:07 am
by caseywhite
Thanks.

Casey