Hello. Is it possible to set a field value after t...
# suitescript
a
Hello. Is it possible to set a field value after the Standard NetSuite PRINT button has been clicked?
c
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
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.
That would be fantastic. I really appreciate it.
c
message has been deleted
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
@Aria Ghahari
a
This is fantastic. I actually understand the code. Thank you so much @Clint