title: "Article (Screen in Default)" category: reference tags: [mobile, go, go-plus, screen, default] source: ultimo_gomanager.xml date: 2026-04-17 status: published

Article (Screen in Default)

Category: Screen Application: Default Has standard: Ja Entity (uit XML): Article

Raw XMLbewerken

<Screen EntityType="Article">
	<ContextList>
		<Context>ArticleContext.Standard</Context>
		<Context>ArticleContext.IT</Context>
		<Context>ArticleContext.Inventory</Context>
	</ContextList>
	<Section Id="Headers">
		<Header Title="${Article.Description}" Text="${Article.Id}" Image="${Article.ImageFile?}" />
	</Section>
	<Section Id="Basic">
		<Entity Value="${Article.ArticleGroup}" />
		<Entity Value="${Article.Manufacturer}" />
	</Section>
	<Section Id="Stock">
		<Text Title="#label(STOCK)" Text="${Article.Stock}" />
	</Section>
	<Section Id="Text">
		<Text Title="#label(ARTICLESPEC)" Text="${Article.Text}" Icon="ultimoweb-copy-2" ConvertHtmlToPlainText="True" />
	</Section>
</Screen>

Brondatabewerken