Establecer como favoritoSATYAJIT SINGH ha preguntado en #Data Management5 may 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 respuestasOrdenarOrdenar por fechaOrdenar por más útilOrdenar por fechaCargar más comentarios...Deepak K Anand (Zoom Communications, Inc.)5 may 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("/","");Agregar un comentarioEscribir una respuesta...NegritaCursivaSubrayadoTachadoLista con viñetasLista numeradaAgregar vínculoBloque de códigoInsertar imagenAdjuntar archivosURL de vínculoCancelarGuardar0/9000Responder
Deepak K Anand (Zoom Communications, Inc.)5 may 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("/","");