hey, I am new to restlets. I am just trying some s...
# beginners
t
hey, I am new to restlets. I am just trying some sample codes from netsuite help center.
function getRecord(myObject)
{ return nlapiLoadRecord(myObject.recordtype, myObject.id); }