Use entities in a form

You can include all information or selected information from an entity in a form by accessing all attributes or individual attributes.

To access the complete entity instance, do one of the following:

To access and update the individual attributes of an entity instance, configure the following entity actions in a form:

Alternatively, use the Get Attributes and Set Attributes APIs to get or set the values for each attribute of an entity instance.

Note If you configure a form with a Same Page, DB Query or .NET action, map an instance ID to the entity control to display the data at runtime.