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
Copy file name to clipboardExpand all lines: messages/appframework.list.template.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ List all available templates in the target org.
6
6
7
7
Templates are reusable configurations that define the structure and settings for creating orchestrated apps. Use this command to discover available templates in your org before creating new apps.
8
8
9
+
By default, this command only shows custom templates created in your org. Standard Salesforce-provided templates are filtered out to reduce noise. Use the --all flag to include all templates including the standard ones.
10
+
9
11
Templates are displayed in a table format showing their name, label, ID, type, and other metadata. This information helps you choose the right template for your orchestrated app development.
10
12
11
13
You must have Data Cloud and Tableau Next enabled in your org and the AppFrameworkViewApp user permission to view templates. This command works with production orgs, sandboxes, and scratch orgs.
@@ -28,6 +30,14 @@ You must have Data Cloud and Tableau Next enabled in your org and the AppFramewo
@@ -44,6 +54,14 @@ Override the API version used for API requests.
44
54
45
55
Override the API version used for orchestrator API requests. Use this flag to specify a particular API version when the default version doesn't work with your org's configuration.
46
56
57
+
# flags.all.summary
58
+
59
+
Show all templates including standard Salesforce templates.
60
+
61
+
# flags.all.description
62
+
63
+
By default, this command only shows custom templates created in your org. Use this flag to include the standard Salesforce-provided templates (those starting with 'sfdc_internal\_\_') in the results.
64
+
47
65
# templatesFound
48
66
49
67
Found %s templates:
@@ -52,6 +70,10 @@ Found %s templates:
52
70
53
71
No templates found.
54
72
73
+
# noCustomTemplatesFound
74
+
75
+
No custom templates found. Use --all to include standard Salesforce templates.
Test JSON transformation rules using the jsonxform/transformation endpoint.
4
+
5
+
# description
6
+
7
+
Preview how transformation rules will modify JSON documents before deploying templates. This command uses a sample transformation to test the jsonxform/transformation endpoint with built-in User and Org context variables.
8
+
9
+
# flags.target-org.summary
10
+
11
+
Username or alias for the target org; overrides default target org.
12
+
13
+
# flags.target-org.description
14
+
15
+
The username or alias of the target org where the jsonxform/transformation endpoint will be called. This org provides the User and Org context variables used in the transformation.
16
+
17
+
# flags.api-version.summary
18
+
19
+
Override the api version used for api requests made by this command.
20
+
21
+
# flags.api-version.description
22
+
23
+
API version to use for the transformation request. Defaults to the org's configured API version.
24
+
25
+
# flags.template-info.summary
26
+
27
+
Path to Analytics template-info.json file.
28
+
29
+
# flags.template-info.description
30
+
31
+
Path to the template-info.json file containing the base JSON document structure that will be transformed.
32
+
33
+
# flags.variables.summary
34
+
35
+
Path to Analytics variables.json file.
36
+
37
+
# flags.variables.description
38
+
39
+
Path to the variables.json file containing variable definitions used in transformations.
40
+
41
+
# flags.rules.summary
42
+
43
+
Path to Analytics rules.json file.
44
+
45
+
# flags.rules.description
46
+
47
+
Path to the rules.json file containing transformation rules and macro definitions.
48
+
49
+
# examples
50
+
51
+
- Test JSON transformation with Analytics template files:
0 commit comments