Hello.
Is it possible to set a field value after the Standard NetSuite PRINT button has been clicked?
c
Clint
04/21/2020, 2:56 PM
Hey @Aria Ghahari, I did this not too long ago, since it’s before record load, you have to load the record and save the record for it to get accomplished. I’ll take a look at my code but there were a couple of requirements
a
Aria Ghahari
04/21/2020, 2:57 PM
Hi @Clint. YES! That is the exact problem with the workflow. It is on Before Record Load so when you click Print, nothing happens as the original record never submits.
Aria Ghahari
04/21/2020, 2:57 PM
That would be fantastic. I really appreciate it.
c
Clint
04/21/2020, 3:03 PM
message has been deleted
Clint
04/21/2020, 3:04 PM
I was capturing a time stamp for when the button was clicked, this is what worked.
I did have to refresh the page after the print button was clicked for the value to show up on my custom field
Clint
04/21/2020, 3:17 PM
@Aria Ghahari
a
Aria Ghahari
04/21/2020, 3:19 PM
This is fantastic. I actually understand the code.
Thank you so much @Clint