Nikola Gavric
04/27/2021, 7:43 PMconst returnData = url.resolveRecord({
recordType: record.Type.CUSTOMER_PAYMENT,
id: 87900,
isEditMode: false
});
But all I get in return is the general URL to the Create Customer payment form:
https://system.netsuite.com/app/accounting/transactions/custpymt.nl?compid=********_SB3
If I use the internal ID to do a transaction search, I can find the customer payment without any problems so it does exist.. and the code above is in a Suitelet that is executed as Administrator so shouldn’t be a permission issue.. any ideas?Sandii
04/27/2021, 7:50 PMNikola Gavric
04/27/2021, 7:59 PMSandii
04/27/2021, 8:02 PMrecordId
Nikola Gavric
04/28/2021, 7:24 AM