JessicaL
03/11/2022, 2:59 PMlet appDiscount;
if (customerLookUp.custentity_apsw_builder_app_discount.value) {
appDiscount = customerLookUp.custentity_apsw_builder_app_discount[0].value;
}
But it seems clunky just because I'll have to do it on a bunch of fields. Anyone know of an easier way?dbarnett
03/11/2022, 3:01 PMJessicaL
03/11/2022, 3:05 PM