Hi,
I have created a LONG_TEXT in Custom Data Maintenance for a Material.
In ItemUpdateRequest_sync call, I am sending Custom data LONG_TEXT & value.
Material is created but value not set for LONG_TEXT.
ItemUpdateRequest_sync:
<sch:CustomFieldList>
<sch:CustomField>
<sch:Attribute>LONG_TEXT</sch:Attribute>
<sch:Value>This is long text</sch:Value>
</sch:CustomField>
</sch:CustomFieldList>
Am i missing something?
ME version: 6.1.0.3 Counter 22
Thanks,