Anyone have experience with the Go to Record action?
I am trying to redirect users to enter a Customer Payment record after entering an Invoice.
I am trying to set the customer on the payment to be the same as on the invoice, but I am having trouble with the field parameters.
This configuration is putting the url parameter
&record.entity=12345
instead of
&entity=12345
I'll probably resort to a script, but I'd prefer a workflow to reduce the technical burden of changing it later