Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Create a copy of the Bill Button on PO
Hi all,
I'm looking to copy the functionality of the Bill button on the PO, so that we can have the option to overbill in some cases. I have tried both of these options in the ResolveURL method, but not been able to get it working:
window.location.href = nlapiResolveURL('TASKLINK', 'EDIT_TRAN_VENDBILL')+'?transform=purchord&id='+ nlapiGetRecordId() + '&e=T&memdoc=0';
window.location.href = nlapiResolveURL('RECORD', 'vendorbill')+'?transform=purchord&id='+ nlapiGetRecordId() + '&e=T&memdoc=0';
It just gives the error:
Transaction type specified is incorrect.
Has anyone experienced this or managed to get it working?