Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
FAM - Asset Transfer Error, missing ID on script created asset record.
Hi all,
Having an issue with the above mentioend action, trying to move an asset from one location to another. The asset in question is created by a script that I've built to create the fixed assets. I'm using this instead of the normal process to better handle the capture of serialized assets.
When I select any of the asset records that were created this way to move their location, I immediately get the following error page after selecting the asset.
{"type":"error.SuiteScriptError","name":"SSS_MISSING_REQD_ARGUMENT","message":"load: Missing a required argument: id","id":null,"stack":["Error"," at Object.getLoadParams (suitescript/resources/javascript/record/recordUtil.js:140:21)"," at Function.loadRecord_raw (suitescript/resources/javascript/record/recordImpl.js:93:30)"," at suitescript/resources/javascript/record/recordImpl.js:82:27"," at Object.loadRecord (suitescript/resources/javascript/record/recordImpl.js:80:24)"," at Object.<anonymous> (/SuiteBundles/Bundle 508242/src/adapter/fam_adapter_record.js:49:23)"," at Object.loadAssetValues (/SuiteBundles/Bundle 508242/src/su/fam_su_assettransfer.js:359:34)"," at Object.onRequest (/SuiteBundles/Bundle 508242/src/su/fam_su_assettransfer.js:347:18)"],"cause":{"name":"SSS_MISSING_REQD_ARGUMENT","message":"load: Missing a required argument: id"},"notifyOff":false,"userFacing":true}