Hello, I need to do a lookup on an invoice line when an invoice is initially created. I am trying pageinit but it does not pickup the line value. What scripting entry point can I use? I need the project value on the line so I can set some values on the invoice
b
battk
01/28/2022, 1:27 AM
what does your code look like
p
Phillip
01/28/2022, 2:03 AM
message has been deleted
b
battk
01/28/2022, 2:13 AM
that looks okay
battk
01/28/2022, 2:14 AM
id probably use getSublistValue instead to avoid messing with the current line
battk
01/28/2022, 2:14 AM
but otherwise you may want to try using setTimeout to get the values later