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!
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}