Not sure if this is a script question or not...Cus...
# suitescript
p
Not sure if this is a script question or not...Customer Payments via URL Parameters: I need to create a Customer Payment from an Estimate, so created an HTML button with URL Parameters. The issue I have is that the AMOUNT on the payment is cleared when the ENTITY is validated. Here is the URL, it stats to populate the PAYMENT AMOUNT correctly, but as soon as the ENTITY is loaded, the amount is cleared: https://xxxx.netsuite.com/app/accounting/transactions/custpymt.nl?entity=123123&record.payment=299.99 If I use this URL, with just the Amount it works, but we need the ENTITY and some other fields too. https://xxxx.netsuite.com/app/accounting/transactions/custpymt.nl?record.payment=299.99 Workflow isn't an option as Customer Payment is not listed as a 'Create record'. Any thoughts on this one? Thanks!
b
you can try the usual of disabling all scripts and workflows deployed on customer payments to see if a customization is causing your issue
otherwise the normal approach is to use a client script