I have a small requirement but I doubt if it's pos...
# suiteflow
c
I have a small requirement but I doubt if it's possible. After pressing a button in a record, it gets saved and the workflow modifies some field. After that I would like the user to be send to the home page of his account, his dashboard as to say. I can't seem to find something that points to that within the workflow activitiy "Go To Page". Is this something we can achieve or should be resolve this by using a client script?
b
you can try setting the value via script
Home's task link is 'CARD_-29'
so you can try opening the console, select the action's iframe, and use
nlapiSetFieldValue('targetpage', 'CARD_-29')
c
Ah yes, will try a script. Hoped to fix it with a workflow
b
as in use the browser console to set the workflow action field
not write a whole script
c
oh in that way
Seems to work, cheers