Skip to content

Commit

Permalink
fiw knowledge link
Browse files Browse the repository at this point in the history
  • Loading branch information
dufoli committed May 12, 2024
1 parent 6b8c223 commit c70632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ class AllDataSelection extends React.PureComponent {
return this.getCustomMetadataLink(durableId);
} else if (isCustomSetting) {
return "https://" + this.props.sfHost + "/lightning/setup/CustomSettings/page?address=%2F" + durableId + "?setupid=CustomSettings";
} else if (sobjectName.endsWith("__c")) {
} else if (sobjectName.endsWith("__c") || sobjectName.endsWith("__kav")) {
return "https://" + this.props.sfHost + "/lightning/setup/ObjectManager/" + durableId + "/Details/view";
} else {
return "https://" + this.props.sfHost + "/lightning/setup/ObjectManager/" + sobjectName + "/Details/view";
Expand Down

0 comments on commit c70632e

Please sign in to comment.