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, DataMappers, Integration Procedures, or OmniScripts, add the following parameters:
24
27
--only=dr
25
28
--only=ip
26
29
--only=os
27
30
--only=fc
28
31
29
-
//to migrate all versions of the components and not just the active ones:
32
+
// To migrate all versions of the components and not just the active ones:
30
33
--allversions
34
+
35
+
// To assess specific related objects:
36
+
--relatedobjects=apex // for Apex classes only
37
+
--relatedobjects=lwc // for Lightning Web Components only
38
+
--relatedobjects=apex,lwc // for both Apex and LWC
31
39
```
32
40
33
-
5. An HTML page will be open in your default browser with the results of your migration job.
41
+
5. An HTML page will be open in your default browser with the results of your migration/assessment job.
34
42
35
43
### Usage & parameters
36
44
@@ -59,9 +67,13 @@ OPTIONS
59
67
-a, --allversions migrate all versions and not
60
68
and not just the active ones.
61
69
62
-
--relatedobjects=relatedobjects Please select the type of components to
63
-
migrate: 'apex' for Apex classes, 'lwc' for Lightning Web Components, or 'apex,lwc' if you want to include both types.
70
+
--only=only specify components to migrate/assess:
71
+
dr (DataRaptors), ip (Integration Procedures),
72
+
os (OmniScripts), fc (FlexCards)
64
73
74
+
--relatedobjects=relatedobjects specify related objects to assess:
75
+
'apex' for Apex classes, 'lwc' for Lightning
76
+
Web Components, or 'apex,lwc' for both types
65
77
```
66
78
67
79
> **Note:** LWC (Lightning Web Components) migration functionality is temporarily disabled in the current version. This includes LWC migration, assessment, and report generation features. These features will be re-enabled in a future release. Apex migration functionality remains fully available. The `--relatedobjects` flag accepts all values ('apex', 'lwc', 'apex,lwc'), but LWC-related operations will not be executed.
Copy file name to clipboardExpand all lines: messages/assess.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,5 +29,5 @@
29
29
"allVersionsDescription": "Migrate all versions of a component",
30
30
"changeMessage": " %s will be changed from %s to %s",
31
31
"angularOSWarning": " Angular OmniScript will not be migrated, please convert this to LWC based Omniscript",
32
-
"apexLwc": "Please select the type of components to migrate: 'apex' for Apex classes, 'lwc' for Lightning Web Components, or 'apex,lwc' if you want to include both types."
32
+
"apexLwc": "Please select the type of components to assess: 'apex' for Apex classes, 'lwc' for Lightning Web Components, or 'apex,lwc' if you want to include both types."
0 commit comments