VenueCapacityViewHandler: Handler
Item | Value |
---|---|
Briefly | Brief description missing. |
Definition Path | ImprovingApp.Venues.VenueContext.VenuesView.VenueCapacityViewHandler |
View Source Link | venueProjections.riddl(8:13) |
\nset field VenuesFields.venueId to "VenueEstablished.VenueId"
\n
{
error "Location cannot be established because the venueId requested does not exist already"
} else {
if "LocationEstablished.locationInfo.venueId exists in this projector" then
{
set field VenuesFields.minCapacity to "min(LocationEstablished.locationInfo.capacity, minCapacity)"
set field VenuesFields.maxCapacity to "max(LocationEstablished.locationInfo.capacity, maxCapacity)"
}
}
```\n
## *Used By None*
## *Uses Nothing*