ComponentInstanceManager.createComponentInstance()メソッドをコールして、指定されたID (レコード・ストア・インスタンス名)を持つ指定されたタイプ(RecordStore)のコンポーネント・インスタンスを作成します。
ComponentInstanceManager.createComponentInstance(ComponentTypeId componentTypeId, ComponentInstanceId componentInstanceId)
componentTypeIdパラメータは、"RecordStore"に設定する必要があるComponentTypeIdです。
componentInstanceIdパラメータは、レコード・ストア・インスタンス名であるComponentInstanceIdです。
コンポーネントを作成するには: