Skip to content

Commit b595d37

Browse files
author
Raffaele Preziosi
committed
feat: navigate to the flow builder
1 parent cf9b695 commit b595d37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sf-meta-open",
33
"description": "Navigate in salesforce from CLI",
4-
"version": "1.1.7",
4+
"version": "1.1.9",
55
"dependencies": {
66
"@oclif/core": "^4",
77
"@salesforce/core": "^8",

src/metadata/Flow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export class Flow extends Metadata {
1111
throw new Error(`Flow not found for ${this.metadataApiName}`);
1212
}
1313

14-
return `lightning/setup/Flows/page?address=%2F${records[0].Id}`;
14+
return `builder_platform_interaction/flowBuilder.app?flowDefId=${records[0].Id}`;
1515
}
1616
}

0 commit comments

Comments
 (0)