7px
08/11/2022, 2:47 AMbattk
08/11/2022, 3:22 AMbattk
08/11/2022, 3:22 AM7px
08/11/2022, 3:42 AMpageInit
(or beforeLoad
) from the Bill button. It's a Netsuite-default button, so is there any way to hook onto its execution?
for clarification, this is the Bill button I'm referring to, in case there might be a misunderstanding.7px
08/11/2022, 3:43 AMrecord.transform
, but I'd like to relegate that task to Netsuite's default as much as possible since I just really need one field to carry over.battk
08/11/2022, 4:00 AMbattk
08/11/2022, 4:01 AM7px
08/11/2022, 6:49 AMwindows.location.href
on pageInit
seems to have done the trick.
thanks again @battk