Skip to Main Content

Intelligent Advisor

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to create an entity instance programmatically

20goto10Oct 31 2019 — edited Nov 4 2019

Does anyone know how to create an entity instance programmatically?  Based on selection on a form I need instances of and entity created, the data of which will come from an AJAX call.

I can see we can do CustomEntityCollect controls (see previous post) but this is not exactly what I want to do.  I just want to know the syntax for instance.add method, or whatever it is.

I can see drilling into the interview object that there is a method called generateEntityInstance but there is not documentation anywhere on this, or any other way to add an entity instance via code.  It must be able to be done surely?

This post has been answered by 20goto10 on Nov 2 2019
Jump to Answer
Comments
Post Details
Added on Oct 31 2019
5 comments
385 views