標準コントローラーとしてCompetitorSearch.page使用するvisualforceページがあります。CompSearchDummy__c
<apex:page StandardController="CompSearchDummy__c" extensions="CompetitorSearch">
のページにカスタム ボタンを追加すると、ページの移動先CompSearchDummyにCompetitorSearch.pageが表示されます。
しかし、Talent使用するページがありTalent__c sObject、カスタム ボタンを追加して宛先を設定しようとしたときに、設定しCompetitorSearch.pageなかったため、オプションとして表示されません。Talent__cstandard controller
CompetitorSearch.page リンクを Talent ページに追加することはできますか?