Call the ComponentInstanceManager.createComponentInstance() method to create a component instance of the given type (a RecordStore) with the given id (a Record Store instance name).

The syntax of the method is:

ComponentInstanceManager.createComponentInstance(ComponentTypeId componentTypeId, ComponentInstanceId componentInstanceId)

The componentTypeId parameter is a ComponentTypeId that should be set to "RecordStore".

The componentInstanceId parameter is a ComponentInstanceId that is the Record Store instance name.

To create a component:


Copyright © Legal Notices