We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9b695 commit b595d37Copy full SHA for b595d37
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "sf-meta-open",
3
"description": "Navigate in salesforce from CLI",
4
- "version": "1.1.7",
+ "version": "1.1.9",
5
"dependencies": {
6
"@oclif/core": "^4",
7
"@salesforce/core": "^8",
src/metadata/Flow.ts
@@ -11,6 +11,6 @@ export class Flow extends Metadata {
11
throw new Error(`Flow not found for ${this.metadataApiName}`);
12
}
13
14
- return `lightning/setup/Flows/page?address=%2F${records[0].Id}`;
+ return `builder_platform_interaction/flowBuilder.app?flowDefId=${records[0].Id}`;
15
16
0 commit comments