BaseRelatedProfileSchema schema
BaseRelatedProfileSchema is a base schema that implements dependent profiles or profiles embedded in other profiles. Implemented in the NUI package. This is a view model schema. Learn more about the schema properties in a separate article: Client schema. A parent schema of the BaseMultipleProfileSchema to create a connected entity profile that includes several profiles and switches between them freely using the lookup value selection mechanism.
Messages
View the messages of the base schema in the table below.
Name | Mode | Direction | Description |
|---|---|---|---|
ProfileEntityColumnChanges | Broadcasting | Subscription | Handles the changes to the profile entity column. |
GetProfileEntityColumnChanges | Address | Publish | Sends the queried column values. |
ProfileOpenCard | Address | Publish | Sends the query of the open configuration card. |
The Terrasoft.core.enums.MessageMode enumeration represents the message modes, and the Terrasoft.core.enums.MessageDirectionType enumeration represents the message directions. Learn more about the MessageMode enumeration in the JS class library. Learn more about the MessageDirectionType enumeration in the JS class library.