the value of radio buttons (on handleSubmit of con...
# suitescript
e
the value of radio buttons (on handleSubmit of context.request.parameters), will be the source, right?
a
Show code
e
form.addField({                         id: 'custpage_service_option',                         type: serverWidget.FieldType.RADIO,                         label:
${jobService.name} (${jobService.vendorName})
,                         source: jobService.code,
context.request.parameters['custpage_service_option'] == jobService.code
is that correct?
a
@eliyahu moskowitz Doesn't sound correct. Source is usually used for when the type is Record, so it knows which record list to source it from
However, I am not too familiar with using radio buttons in Netsuite, so I could be wrong
e
it did work though... hey azi! its you!
@Azi
a
Then I guess I was wrong
👋
e
😁