Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Beispiel Daten Ansicht
<dataView name="CustomCompanyView" basedOn="Company" filter="Name == 'abc'">
<propertyLink link="Name" />
<include relation="People" name="People" filter="Firstname == 'abc'">
<calculatedProperty valueExpression="'{Firstname} - {Lastname}'" type="Text" name="Fullname" />
<propertyLink link="Firstname" />
<propertyLink link="Lastname" />
</include>
</dataView>