CRM On Demand - Administration (MOSC)

MOSC Banner

Using JavaScript to Create a Record

edited May 1, 2014 11:09AM in CRM On Demand - Administration (MOSC) 2 commentsAnswered ✓

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())

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center