<@U2FG280E9> We wanted to do something similar wit...
# suitescript
a
@Felipe Chang We wanted to do something similar with redirecting Support Cases to a new Sales Order. You might have some luck by just not passing any ID.
Copy code
redirect.toRecord({
	id: null,
	type: "salesorder",
	isEditMode: true,
	parameters: {}
});