You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// To migrate/assess specific components: FlexCards, Data Mappers, Integration Procedures, OmniScripts, or Omni Global Auto Numbers, add the following parameters:
49
-
--only=dm // Data Mappers
50
-
--only=ip // Integration Procedures
51
-
--only=os // OmniScripts
52
-
--only=fc // FlexCards
48
+
// To migrate/assess specific components: Flexcards, Data Mappers, Integration Procedures, Omniscripts, Omni Global Auto Numbers or Custom Labels, add the following parameters:
49
+
--only=dm // Data Mappers
50
+
--only=ip // Integration Procedures
51
+
--only=os // Omniscripts
52
+
--only=fc // Flexcards
53
53
--only=autonumber // Omni Global Auto Numbers
54
+
--only=cl // Custom Labels
54
55
55
56
// To migrate all versions of the components and not just the active ones:
56
57
--allversions
57
58
58
-
// To assess specific related objects:
59
-
--relatedobjects=apex // for Apex classes only
59
+
// To assess specific set of related objects:
60
+
--relatedobjects=apex // for Apex classes only
61
+
--relatedobjects=lwc // for Lightning Web Components only
62
+
--relatedobjects=expsites // for Experience Sites only
63
+
--relatedobjects=flexipage // for FlexiPages only
64
+
--relatedobjects=apex,lwc,expsites,flexipage // for all related objects
0 commit comments