Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新しいポップアップ ウィンドウで開くのではなく、親ページ自体で既存のアカウント レコードを開く方法。
お願いします。
CRM SDKは、レコードIDを指定してレコードのURLを取得する方法を示しています。
window.locationJScriptを使用すると、次のように(ここを参照)を介して現在のページの場所を設定できます。
window.location
window.location = myNewUrl;