Sunday, April 28, 2024

VBCS - provisioning visual builder instance

There is two ways we can provision visual builder istance. 

One: create an OIC integration instance and enable visual builder 

Two: subscribe visual builder instance without having oic integration instance.


Here we will see how to do with the integration instance:

Login to OCI instance >> navigator >> developer services >> integration under application integration >> choose component >> create integration instance >>open the created instance and enable visual builder and >> click service console 






No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...