raghav
11/29/2023, 1:34 PMMike Robbins
11/29/2023, 2:15 PMform.addField({
id: 'custpage_test',
label: 'Shipping Method',
type: ui.FieldType.SELECT,
source: '-192'
});
To find the value for these internal lists, I go to the create custom field page and set up a List/Record > Shipping Method field type, then look at the value in the List/Record field. In this case, I'm using the Advanced Field Help plugin, but it shows that Shipping Method has a value of '-192'.raghav
11/29/2023, 2:44 PM