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

Vendor (Screen in Default)

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

Raw XMLbewerken

<Screen EntityType="Vendor">
	<ContextList>
		<Context>VendorContext.Standard</Context>
	</ContextList>
	<Section Id="Headers">
		<Header Title="${Vendor.Description}" Text="${Vendor.Id}" />
	</Section>
	<Section Id="Text">
		<Text Title="#label(TEXT)" Text="${Vendor.Text}" ConvertHtmlToPlainText="True" />
	</Section>
	<Section Id="Type">
		<Entity Value="${Vendor.VendorType}" />
	</Section>
	<Section Id="Location">
		<Address Title="#label(ADDRESS)" Text="${Vendor.AddressLine1}#if(${Vendor.AddressLine2} != Empty) ${Vendor.AddressLine2}#end#if(${Vendor.ZipCode} != Empty) ${Vendor.ZipCode}#end#if(${Vendor.City} != Empty) ${Vendor.City}#end#if(${Vendor.ProvinceStateRegion} != Empty) ${Vendor.ProvinceStateRegion}#end#if(${Vendor.Country.Description?} != Empty) ${Vendor.Country.Description}#end" Icon="ultimoweb-location">
			<Condition><![CDATA[${Vendor.AddressLine1} != Empty]]></Condition>
		</Address>
		<PhoneNumber Title="#label(TELEPHONE)" Text="${Vendor.Phone}" Icon="ultimoweb-phone-3">
			<Condition><![CDATA[${Vendor.Phone} != Empty]]></Condition>
		</PhoneNumber>
		<PhoneNumber Title="#label(FAILUREPHONE)" Text="${Vendor.FailurePhone}" Icon="ultimoweb-phone-3">
			<Condition><![CDATA[${Vendor.FailurePhone} != Empty]]></Condition>
		</PhoneNumber>
		<Email Title="#label(E-MAIL)" Text="${Vendor.EmailAddress}" Icon="ultimoweb-envelop-3">
			<Condition><![CDATA[${Vendor.EmailAddress} != Empty]]></Condition>
		</Email>
		<Url Title="#label(WEBSITE)" Text="${Vendor.Website}" Icon="ultimoweb-globe">
			<Condition><![CDATA[${Vendor.Website} != Empty]]></Condition>
		</Url>
	</Section>
	<Section Id="Contract">
		<List DataSet="Default_VendorServiceContract" Text="#contextdescription_plural_capital(Servcontract 1)" ShowCount="True" Icon="ultimoweb-certificate">
			<Condition><![CDATA[#applicationelementenabled('16792a9e-1e5e-4f22-ba73-6222ae0ebdd1')
								|| #applicationelementenabled('617bd75d-ea9e-4d65-b08f-9b38ff9fb989')
								|| #applicationelementenabled('913fb058-02cd-4460-8c08-d404f9fda90c')
								|| #applicationelementenabled('9732301d-4a03-42f5-afb2-ef4ca78b1ccb')
								|| #applicationelementenabled('8f2d0561-7d01-47f3-ad24-d21610275577')]]></Condition>
			<Properties>
				<Property Name="VendorId" Value="${Vendor.Id}" />
			</Properties>
		</List>
		<List DataSet="VendorObjectContacts" Text="#contextdescription_plural_capital(Employee 4)" ShowCount="True" Icon="ultimoweb-users-2">
			<Properties>
				<Property Name="VendorId" Value="${Vendor.Id}" />
			</Properties>
		</List>
	</Section>
</Screen>

Brondatabewerken