-
Notifications
You must be signed in to change notification settings - Fork 464
OrderAppMenu
pozil edited this page Nov 14, 2024
·
7 revisions
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.
Group Shared Code
Implements
System.Queueable
SUPPRESSWARNINGS
reorders the org wide AppMenu order so Apex Recipes is the first seen.
public void execute(QueueableContext qc)
Name | Type | Description |
---|---|---|
qc | QueueableContext | dependency injected by the system at runtime. |
void