Ajouter aux favorisSATYAJIT SINGH a posé une question dans #Data Management5 mai 2014, 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 réponsesTriTrier par dateTrier par ordre d’utilitéTrier par dateChargement de commentaires supplémentaires...Deepak K Anand (Zoom Communications, Inc.)5 mai 2014, 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("/","");Ajouter un commentaireRédiger une réponse...GrasItaliqueSoulignerBarréListe à pucesListe numérotéeAjouter un lienBloc de codeInsérer une imageJoindre des fichiersURL du lienAnnulerEnregistrer0/9000Répondre
Deepak K Anand (Zoom Communications, Inc.)5 mai 2014, 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("/","");