RIDDL Specification For improving.app
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

TenantViewsHandler: Handler

ItemValue
BrieflyBrief description missing.
Definition PathImprovingApp.TenantContext.TenantViews.TenantViewsHandler
View Source LinktenantProjections.riddl(14:13)

OnMessageClause event TenantEstablished

Statements

\nset field TenantFields.tenant to "TenantEstablished.tenantId"set field TenantFields.tenantName to "TenantEstablished.info.name"set field TenantFields.tenantInfo to "TenantEstablished.info"\n

OnMessageClause event TenantContext.InfoEdited

Statements

{
  set field TenantFields.tenantName to "TenantEstablished.info.name"
  set field TenantFields.tenantInfo to "TenantEstablished.info"
}
```\n
### _OnMessageClause query TenantContext.FindTenantByName_

#### Statements
```\n"find by member equals FindTenantsByName.name""return TenantByName containing tenant and its info - or NoTenantWithName if empty"```\n
## *Used By None*

## *Uses Nothing*