You are here:
BoFactory
BoFactory is a class of the Framework API.
Required Editions
| Available in: Lightning Experience in Professional, Unlimited, and Enterprise Editions that have Consumer Goods Cloud enabled. |
- createListAsync(objectClass, jsonParams)
This method creates asynchronously a list of instances of the given business object by using the given parameters. - createListItems(objectClass, jsonParams)
Creates a list of object items by using the given parameters. - createObjectAsync(objectClass, jsonParams)
This method creates asynchronously an instance of the given business object using the given parameters. - Instantiate(objectClass, data)
Creates an instance of the given business object. - instantiateList(objectClass, listData)
Create an ObjectList instance of the given class type and data. - loadListAsync(objectClass, jsonParams)
Load a list of given business objects asynchronously by using the given parameters. - loadObjectAsync(objectClass, pkey)
Load a given business object by its PKey. - loadObjectByParamsAsync(objectClass, jsonParams)
Load a given business object by the given parameters.
Did this article solve your issue?
Let us know so we can improve!

