Codeunit 3725 Assisted Setup in 18

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

Procedures, 20Events, 4

Versions171819202122232425262728latest

Source-

Procedures, 20

NameParametersReturnsAccessObsolete
Add(Guid, Integer, Text, Enum Assisted Setup Group)publicPending 18.0
Replaced by Insert in the Guided Experience codeunit.
Add(Guid, Integer, Text, Enum Assisted Setup Group, Text[250], Text[250])publicPending 18.0
Replaced by Insert in the Guided Experience codeunit.
Add(Guid, Integer, Text, Enum Assisted Setup Group, Text[250], Enum Video Category, Text[250])publicPending 18.0
Replaced by Insert in the Guided Experience codeunit.
Add(Guid, Integer, Text, Enum Assisted Setup Group, Text[250], Enum Video Category, Text[250], Text[1024])publicPending 18.0
Replaced by Insert in the Guided Experience codeunit.
AddTranslation(Guid, Integer, Integer, Text)publicPending 16.0
ExtensionID is not required. Please use the function with the same name without this parameter.
AddTranslation(Integer, Integer, Text)publicPending 18.0
Replaced by AddTranslation(GuidedExperienceType, ObjectType, ObjectID, LanguageID, TranslatedName) in the Guided Experience codeunit.
IsComplete(Guid, Integer)BooleanpublicPending 16.0
ExtensionID is not required. Please use the function with the same name without this parameter.
IsComplete(Integer)BooleanpublicPending 18.0
Replaced by IsAssistedSetupComplete(ObjectType, ObjectID) in the Guided Experience codeunit.
Exists(Guid, Integer)BooleanpublicPending 16.0
ExtensionID is not required. Please use the function with the same name without this parameter.
Exists(Integer)BooleanpublicPending 18.0
Replaced by Exists(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit.
ExistsAndIsNotComplete(Guid, Integer)BooleanpublicPending 16.0
ExtensionID is not required. Please use the function with the same name without this parameter.
ExistsAndIsNotComplete(Integer)BooleanpublicPending 18.0
Replaced by AssistedSetupExistsAndIsNotComplete(ObjectType, ObjectID) in the Guided Experience codeunit.
Complete(Guid, Integer)publicPending 16.0
ExtensionID is not required. Please use the function with the same name without this parameter.
Complete(Integer)publicPending 18.0
Replaced by CompleteAssistedSetup(ObjectType, ObjectID) in the Guided Experience codeunit.
Reset(Integer)publicPending 18.0
Replaced by ResetAssistedSetup(ObjectType, ObjectID) in the Guided Experience codeunit.
Run(Guid, Integer)publicPending 16.0
ExtensionID is not required. Please use the function with the same name without this parameter.
Run(Integer)publicPending 18.0
Replaced by RunAssistedSetup(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit.
Open()publicPending 18.0
Replaced by OpenAssistedSetup() in the Guided Experience codeunit.
Open(Enum Assisted Setup Group)publicPending 18.0
Replaced by OpenAssistedSetup(AssistedSetupGroup) in the Guided Experience codeunit.
Remove(Integer)publicPending 18.0
Replaced by Remove(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit.

Events, 4

KindNameParametersObsolete
Integration eventOnRegister()Pending 18.0
Replaced by OnAssistedSetupRegister() in the Guided Experience codeunit.
Integration eventOnReRunOfCompletedSetup(Guid, Integer, var Boolean)Pending 18.0
Replaced by OnReRunOfCompletedAssistedSetup(ExtensionID, ObjectType, ObjectID, Handled) in the Guided Experience codeunit.
Integration eventOnAfterRun(Guid, Integer)Pending 18.0
Replaced by OnAfterRunAssistedSetup(ExtensionID, ObjectType, ObjectID) in the Guided Experience codeunit.
Integration eventOnBeforeOpenRoleBasedSetupExperience(var Integer, var Boolean)Pending 18.0
Replaced by OnBeforeOpenRoleBasedAssistedSetupExperience(ObjectType, ObjectID, Handled) in the Guided Experience codeunit.