此 Advanced Find Fetch XML 检索具有关联服务活动的所有案例:
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
<entity name="incident">
<attribute name="title" />
<attribute name="ticketnumber" />
<attribute name="createdon" />
<attribute name="incidentid" />
<order attribute="title" descending="false" />
<link-entity name="serviceappointment" from="wl_serviceactivitiesid" to="incidentid" alias="aa">
</link-entity>
</entity>
什么是 Fetch XML 或 View 逻辑来显示所有没有关联服务活动的案例。可以有一个not之前:
<link-entity>