You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How Do We Use ABCS API in Oracle visual builder cloud service (Visual Application and NOT Classic).

edited Sep 10, 2018 10:28AM in Visual Builder 1 comment

Summary

ABCS API in Oracle visual builder cloud service (Visual Application and NOT Classic)

Content

Hello,

How do we use ABCS API in Oracle visual builder cloud service (VISUAL APPLICATIONS).

We explored the details in this link which works fine with Classic but NOT with Visual applications.

https://cloudcustomerconnect.oracle.com/posts/d49fd5779c

Below Mentioned Code is not Working.

define([ '/api/js/Entities'], function( Abcs) {
  'use strict';

  var PageModule = function PageModule() {};

  /**
   *
   * @param {String} arg1
   * @param {String} arg2
   * @return {String}
   */
  PageModule.prototype.myfun = function (name, passwd) {
    console.log("Hi"+name+passwd);
    var employee = Abcs.Entities().findById('Employee');
    var operation = Abcs.Operations().create({

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!