お気に入りSATYAJIT SINGH が「#Data Management」で質問2014年5月5日 16:47How to get sfdc id from href value using jquery?How to get sfdc id from " https://ap1.salesforce.com/0019000000Aoh2I " using jquery?3 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...Deepak K Anand (Zoom Communications, Inc.)2014年5月5日 17:11You actually don't need jQuery for that and rather you can use the location object in JavaScript like as below: var recId = location.pathname.replace("/","");コメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
Deepak K Anand (Zoom Communications, Inc.)2014年5月5日 17:11You actually don't need jQuery for that and rather you can use the location object in JavaScript like as below: var recId = location.pathname.replace("/","");