Find values of all Customers selected

Moderator: crythias

Locked
GMunjal
Znuny advanced
Posts: 108
Joined: 23 Oct 2013, 09:17
Znuny Version: 3.3.0 beta 2
Real Name: Gaurav Munjal
Company: Nagarro

Find values of all Customers selected

Post by GMunjal »

Hi,

On NewPhone/Email ticket, is it possible to find all the customers selected. i.e agent can able to selected more than 1 customers, so jquery or javascript to find all the values. Please find image attached.

Thanks
You do not have the required permissions to view the files attached to this post.
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Find values of all Customers selected

Post by reneeb »

JQuery

Code: Select all

$('#input[name^="CustomerKey_"]').each( function() { alert( $(this).val() ) } );
(untested)
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Locked