Obsolete, 25

KindNameStateTagSeen fromLast seen
objectAssisted SetupPending18.01822, gone
The functions from this codeunit have been consolidated in the Guided Experience codeunit.
procedureAdd(Guid, Integer, Text, Enum Assisted Setup Group)Pending18.01822, gone
Replaced by Insert in the Guided Experience codeunit.
procedureAdd(Guid, Integer, Text, Enum Assisted Setup Group, Text[250], Text[250])Pending18.01822, gone
Replaced by Insert in the Guided Experience codeunit.
procedureAdd(Guid, Integer, Text, Enum Assisted Setup Group, Text[250], Enum Video Category, Text[250])Pending18.01822, gone
Replaced by Insert in the Guided Experience codeunit.
procedureAdd(Guid, Integer, Text, Enum Assisted Setup Group, Text[250], Enum Video Category, Text[250], Text[1024])Pending18.01822, gone
Replaced by Insert in the Guided Experience codeunit.
procedureAddTranslation(Guid, Integer, Integer, Text)Pending16.01718, gone
ExtensionID is not required. Please use the function with the same name without this parameter.
procedureAddTranslation(Integer, Integer, Text)Pending18.01822, gone
Replaced by AddTranslation(GuidedExperienceType, ObjectType, ObjectID, LanguageID, TranslatedName) in the Guided Experience codeunit.
procedureIsComplete(Guid, Integer)Pending16.01718, gone
ExtensionID is not required. Please use the function with the same name without this parameter.
procedureIsComplete(Integer)Pending18.01822, gone
Replaced by IsAssistedSetupComplete(ObjectType, ObjectID) in the Guided Experience codeunit.
procedureExists(Guid, Integer)Pending16.01718, gone
ExtensionID is not required. Please use the function with the same name without this parameter.
procedureExists(Integer)Pending18.01822, gone
Replaced by Exists(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit.
procedureExistsAndIsNotComplete(Guid, Integer)Pending16.01718, gone
ExtensionID is not required. Please use the function with the same name without this parameter.
procedureExistsAndIsNotComplete(Integer)Pending18.01822, gone
Replaced by AssistedSetupExistsAndIsNotComplete(ObjectType, ObjectID) in the Guided Experience codeunit.
procedureComplete(Guid, Integer)Pending16.01718, gone
ExtensionID is not required. Please use the function with the same name without this parameter.
procedureComplete(Integer)Pending18.01822, gone
Replaced by CompleteAssistedSetup(ObjectType, ObjectID) in the Guided Experience codeunit.
procedureReset(Integer)Pending18.01822, gone
Replaced by ResetAssistedSetup(ObjectType, ObjectID) in the Guided Experience codeunit.
procedureRun(Guid, Integer)Pending16.01718, gone
ExtensionID is not required. Please use the function with the same name without this parameter.
procedureRun(Integer)Pending18.01822, gone
Replaced by RunAssistedSetup(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit.
procedureOpen()Pending18.01822, gone
Replaced by OpenAssistedSetup() in the Guided Experience codeunit.
procedureOpen(Enum Assisted Setup Group)Pending18.01822, gone
Replaced by OpenAssistedSetup(AssistedSetupGroup) in the Guided Experience codeunit.
procedureRemove(Integer)Pending18.01822, gone
Replaced by Remove(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit.
eventOnRegister()Pending18.01822, gone
Replaced by OnAssistedSetupRegister() in the Guided Experience codeunit.
eventOnReRunOfCompletedSetup(Guid, Integer, var Boolean)Pending18.01822, gone
Replaced by OnReRunOfCompletedAssistedSetup(ExtensionID, ObjectType, ObjectID, Handled) in the Guided Experience codeunit.
eventOnAfterRun(Guid, Integer)Pending18.01822, gone
Replaced by OnAfterRunAssistedSetup(ExtensionID, ObjectType, ObjectID) in the Guided Experience codeunit.
eventOnBeforeOpenRoleBasedSetupExperience(var Integer, var Boolean)Pending18.01822, gone
Replaced by OnBeforeOpenRoleBasedAssistedSetupExperience(ObjectType, ObjectID, Handled) in the Guided Experience codeunit.