How to fill in the email of users in an additional request field.
Hi.
I used this instruction, it works fine, thanks.
How to edit this script so that the value of the e-mail field is returned.
That's not working.
" <API version='1.0'>"+
" <citype>"+
" <name>"+CITypeName+"</name>"+
" <criterias>"+
" <criteria>"+
" <parameter>"+
" <name compOperator='CONTAINS'>E-mail</name>"+
" <value>"+searchValue+"</value>"+
" </parameter>"+
" </criteria>"+
" </criterias>"+
" <returnFields>"+
" <name>E-mail</name>"+
" </returnFields>"+
" </citype>"+
" </API>";
Thanks.