Skip to content

OrderAppMenu

pozil edited this page Oct 4, 2023 · 5 revisions

OrderAppMenu

A queueable class to prioritize this sample app in the org wide App Menu. This is done as a Queuable, because calling setOrgSortOrder causes an exeception if your setup script is also creating non-metadata records, for instance accounts.

Implemented types

System.Queueable

Group Shared Code

Methods

public void execute(QueueableContext qc)

SUPPRESSWARNINGS

reorders the org wide AppMenu order so Apex Recipes is the first seen.

Parameters

Param Description
qc dependency injected by the system at runtime.

Clone this wiki locally