I am trying to create my own Make A Copy button us...
# suiteflow
p
I am trying to create my own Make A Copy button using the guide provided in SA 46369 but am running into a road block. In the guide it says:
Create another state (State 2)
Create a new action "<Name of the created Workflow Action Script>"
Set the following:
Trigger On: Entry
Store Result In : Copied Record Id (workflow)
Where I am stuck is the Store Result part. I do not see my workflow field in the drop down. Any idea what I am doing wrong?
n
Look to the field type of your field in which you want to store the Transaction ID. I would start by making your field a List/Record - Transaction field.
p
did exactly that but still no dice.
n
Is your custom fieldset for “Store Value” True, Display Type Normal. Can you use that field in UI to store a transaction id?
p
Yes. Store Value is true and display type is normal. I cannot select the field when going to the Parameter section of my custom script action. I do see it though when I use the Go To Record action and have to set the record id.
n
Can you use that field in UI to store a copied transaction id?
p
Found the issue ( I believe). The guide in the SA does not mention to add the parameter when the action script is created. Once I did that I was able to select the workflow field in the Parameter section of the action.