この 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>