found the proper way: ```var urlToBill = url.resol...
# suitescript
f
found the proper way:
Copy code
var urlToBill = url.resolveRecord({
                    recordType: 'vendorbill',
                    recordId: bill.getValue({name: 'transid'})
                });