ericbirdsall
05/24/2022, 4:46 PMSandii
05/24/2022, 5:12 PMSandii
05/24/2022, 5:14 PMurl.resolveRecord({
recordType: orderType,
recordId: null,
isEditMode: true,
params: {
someParameterName: someValue
}
});
you can use something like this for your URL that you are redirecting to from the suiteletericbirdsall
05/24/2022, 5:18 PM[{itemId: 12345, quantity: 1},{itemId: 5555, quantity: 5}]
Can I JSON.stringify that and pass it in as a param then JSON.parse it in the pageInit to get it back to an object?Sandii
05/24/2022, 5:19 PMericbirdsall
05/24/2022, 5:19 PMcreece
05/24/2022, 7:01 PMSandii
05/24/2022, 7:03 PM