0
SparkleXML에서 FetchXML에 문제가 있습니다. FetchXML의 조건 절에 GUID 필터를 추가하려면 SOAP 요청에서 빈 문자열 값을 얻습니다.SOAP 요청 후 SparkleXRM 비어있는 GUID 만들기
<fetch version='1.0' output-format='xml-platform' mapping='logical' returntotalrecordcount='true' no-lock='true' distinct='false'>
<entity name='ic_orderline'>
<attribute name='ic_orderlineid' />
<attribute name='ic_quantity' />
<attribute name='ic_product' />
<filter type='and'>
<condition attribute='ic_order' operator='eq' value=''/>
</filter>
</entity>
</fetch>";
Fetch은 SOAP 요청에서 위와 같아 보입니다. 누구나 그런 문제가 있었나요?