X4 Produktdokumentation

"Logout" Action

The Logout action is created with the <LogoutAction> element und logs users out of the Web App. The Web App page is reloaded.  

For the Logout action, the standard attributes for Actions can be defined.

Example

XML
<DetailComponent>
	<FlowLayout>
		<TextBox value="#TEST"/>
		<Button>
			<LogoutAction process="logout.wrf"/>
		</Button>
	</FlowLayout>
</DetailComponent>