Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 231440

Re: Workflow "Add an organization" doesn't return vCLOUD:Organization object

$
0
0

'Cannot find default value ...' error is because of the incorrect syntax of your Javascript code.

 

Instead of

Server.Log(org);
System.Log(org);

 

it should be  (note the log() methods are with lowercase l)

Server.log(org);
System.log(org);

Viewing all articles
Browse latest Browse all 231440

Latest Images

Trending Articles



Latest Images