Abe Rudy
08/09/2019, 5:08 PMif (context.type == "copy") {
record.setValue({
fieldId: "custitem_mh_note_copy_pending",
value: true
});
record.setValue({
fieldId: "custitem_mh_notes_copied_from",
value: +copiedFromId
});
}