2014-12-01 3 views
0

나는 다음과 같은 쿼리 RetrieveMultiple 호출을하고 있어요에 opionset 값을 얻을 수 있습니다 : 그것은 잘 작동하고 있지만 결과에 내가 어떻게 206420010. 같은 ID를 할 수는군요 있도록 optionset로 lt_changetype 정의어떻게 RetrieveMultiple

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false"> 
    <entity name="lt_myentity"> 
    <attribute name="lt_id" /> 
    <attribute name="lt_changetype" /> 
    </entity> 
</fetch> 

나는 가치를 얻는다.

RetrieveAttributeRequest에 대해 알고 있지만 두 번째 호출 및 일치없이이 작업을 수행 할 수도 있습니다.

+0

숫자 *는 * 속성 값입니다. 레이블은 데이터와 아무 관련이 없으며 번역을 통해 관리되고 다른 곳에 저장됩니다 (non-global 옵션이 'Entity' 유형의'FormattedValues ​​'멤버에 포함되어야합니다). – Alex

답변

2

당신은 당신은 FetchXML에서 데이터 가져 오기 후 재산권 FormattedValues을 사용할 수OptionSetValue를 얻으려면. 친절하게 확인하십시오 FormattedValues

+0

감사합니다. . –