Codeunit 1875 Manual Setup in 20
- App
- System Application
- Obsolete
- Pending 18.0. The functions from this codeunit have been consolidated in the Guided Experience codeunit.
Versions171819202122232425262728latest
Source-
Procedures, 4
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| Insert | (Text[50], Text[250], Text[250], Integer, Guid, Enum Manual Setup Category) | public | Pending 18.0 | ||||
| Replaced by Insert in the Guided Experience codeunit. See below how to invoke the new function. | |||||||
| Open | () | public | Pending 18.0 | ||||
| Replaced by OpenManualSetup() in the Guided Experience codeunit. | |||||||
| Open | (Enum Manual Setup Category) | public | Pending 18.0 | ||||
| Replaced by OpenManualSetup(ManualSetupCategory) in the Guided Experience codeunit. | |||||||
| GetPageIDs | (var List) | public | Pending 18.0 | ||||
| The manual setups are now persisted in the Guided Experience Item table. | |||||||
Events, 1
| Kind | Name | Parameters | Obsolete | ||||
|---|---|---|---|---|---|---|---|
| Integration event | OnRegisterManualSetup | () | Pending 18.0 | ||||
| Replaced by OnRegisterManualSetup in the Guided Experience codeunit. | |||||||