Codeunit 1875 Manual Setup in 19

App
System Application
Obsolete
Pending 18.0. The functions from this codeunit have been consolidated in the Guided Experience codeunit.

Procedures, 4Events, 1

Versions171819202122232425262728latest

Source-

Procedures, 4

NameParametersReturnsAccessObsolete
Insert(Text[50], Text[250], Text[250], Integer, Guid, Enum Manual Setup Category)publicPending 18.0
Replaced by Insert in the Guided Experience codeunit. See below how to invoke the new function.
Open()publicPending 18.0
Replaced by OpenManualSetup() in the Guided Experience codeunit.
Open(Enum Manual Setup Category)publicPending 18.0
Replaced by OpenManualSetup(ManualSetupCategory) in the Guided Experience codeunit.
GetPageIDs(var List)publicPending 18.0
The manual setups are now persisted in the Guided Experience Item table.

Events, 1

KindNameParametersObsolete
Integration eventOnRegisterManualSetup()Pending 18.0
Replaced by OnRegisterManualSetup in the Guided Experience codeunit.