Hiro
12/12/2019, 6:36 PMvar postingPeriod_field = form.addField({
id: 'custpage_postingperiod',
type: serverWidget.FieldType.SELECT,
label: 'Posting Period',
container: 'custpage_fieldgroup_invoice',
source: 'accountingperiod'
});Sandii
12/12/2019, 6:56 PMFY 2018: Q1 2018: part? There is not a simple way to do that I do not believe. You could run a search on accounting periods, loop over the results, REGEX them, then add them as select options to the field. It would no longer source from there, obviously, and its a bit much for something that adds no functionality.Hiro
12/12/2019, 6:58 PM