nathanw
01/10/2023, 6:53 PMlog.debug("record.location.field", currentRecordModule.get().getField({ fieldId: "location" }) );
//{"id":"location","label":"","type":"text","isMandatory":false,"isDisabled":false,"isPopup":false,"isDisplay":false,"isVisible":false,"isReadOnly":false}
log.debug("record.location.value", currentRecordModule.get().getValue({ fieldId: "location" }) );
// Logs nothing, blank
nathanw
01/10/2023, 6:55 PMgetField
Log shows "isDisplay": false,
since the field is visible.nathanw
01/10/2023, 6:59 PMlog.debug("record.subsidiary.value", currentRecordModule.get().getValue({ fieldId: "subsidiary" }) );
logs correctly and seems to be just fine?battk
01/10/2023, 7:06 PMnathanw
01/10/2023, 8:02 PMbattk
01/11/2023, 2:24 AMbattk
01/11/2023, 2:24 AMnathanw
01/11/2023, 3:00 PM