Hello,
Iam trying to get File Name of attachment which i added in Sharepointdocumentlocation but when i use name attribute iam getting location name instead of attached file name . May i know how to get filename and which attribute need to use ?
<link-entity name="sharepointdocumentlocation"from="regardingobjectid" link-type="outer"to="new_caseworkdocumentid" alias="ap" >
<attribute name="sharepointdocumentlocationid" />
<attribute name="name" />
<filter type="and" >
<condition attribute="statecode" operator="eq"value="0" />
</filter>
</link-entity>