mg2017
07/23/2021, 1:16 PMaddress_book_field.addSelectOption({
value: address_internal_id,
text: address
});
My logs show me all the values in address_internal_id & address so not clear why it thinks there is a null value. The address_book_field is generated dynamically at the start
const address_list = context.form.addField({
id: 'custpage_cus_address',
type: serverWidget.FieldType.SELECT,
label: 'Customer Address'
});
CD
07/23/2021, 1:22 PMaddress_book_field
is nullmg2017
07/23/2021, 1:48 PMbattk
07/23/2021, 3:17 PM