cancel
Showing results for 
Search instead for 
Did you mean: 

Material Custom data not set.

former_member202208
Active Participant
0 Kudos

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,



Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi

Please, use request ItemUpdateCustomDataRequest_sync under WSDL

http://server:50000/manufacturing-erpservices/ErpItemCustomDataService?wsdl

It works fine for me in ME 6.1.4.12

Also, I highly recommend updating ME to the newest available version.

Regards,

Alex.

former_member202208
Active Participant
0 Kudos

Hi Alex,

Tested on 6.1.4.9, works fine.

Thanks,

Shridhar