Sets the current entity.
[Visual Basic]
Public Sub SetCurrentEntity( _
ByVal entityName As String _
)
This method will traverse to a particular screen in the host application.
Reasons for failure include:
Exception Type | Condition |
---|---|
HostIntegratorModelDefException | Thrown if the entity name is not found in the model |
HostIntegratorTerminalException | Thrown if the navigation fails |
HostIntegratorConnectorException | Thrown if client is not connected |
HostIntegratorException | Thrown if the connection is for metadata only |
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace