I am new to Suitelet. I have created button called RMA
in sales order form and created custom transaction form called RMA-Closed
.
I want to redirect to transaction form when I click the button.
Could anyone help me how to achieve this?
I am new to Suitelet. I have created button called RMA
in sales order form and created custom transaction form called RMA-Closed
.
I want to redirect to transaction form when I click the button.
Could anyone help me how to achieve this?
You can add a client script on the button and set following navigation url:
/app/accounting/transactions/salesord.nl?cf=132
where 132
can be repalced with the form id you have created.