Been a while since I've been on here. Curious if a...
# suiteflow
j
Been a while since I've been on here. Curious if anyone can assist with something I feel should be pretty simple (but, you know, NetSuite): I have a workflow creating a record when a button is pressed, but how do I have the user automatically go to that record upon creation? I know there is the "Go To Record" action, but how do I tell it to go to the record that was literally just created by the same workflow?
r
Can you store the id of the createrd record in a workflow field then use that in the Go To Record
a
^ This - haven't done it myself recently but I know there's a way to do it, I think
👍 1
l
You can create a custom field or workflow field. Here is an article (just in case you are creating the record via Workflow Action script) https://leacc.com.ph/2019/10/28/netsuite-workflow-action-script-create-and-redirect-to-a-record/