Using JavaScript to Create a Record
Hello,
We are trying to use JavaScript to create records. As a test, we are using Oracles new JavaScript sample code to create a new Account record. The Script works, but we need to modify the script to pass in values from the existing record into the new record. Below is the below script we've tested. The Script is supposed to get the existing record's Account Name and pass the Account Name into the new record's Description field, but the getValue portion does not seem to work. Any ideas?
Thanks!
oraclecrmod.onReady(function(){
if(oraclecrmod.ctx.isObject("Account") && oraclecrmod.ctx.isDetailPage())