can i pass values from suitelet form to a subtab,b...
# suitescript
h
can i pass values from suitelet form to a subtab,both have same fields label but different id's i have tried following code. nlapiSetFieldValue('custbodyname_queryform',request.getParameter('custpage_name')); nlapiSetFieldValue('custbody_email_queryform',request.getParameter('custpage_email')); nlapiSetFieldValue('custbodyphone_number',request.getParameter('custpage_phone')); nlapiSetFieldValue('custbody_address_queryform',request.getParameter('custpage_address')); nlapiSetFieldValue('custbody_question_queryform',request.getParameter('custpage_question'));
b
need to show more code / explain what you are doing better
nlapiSetFieldValue is not available in a suitelet
h
then to set field value which API is available in suitelet?
b
h
ok i will check
thanks