cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Extend Soap GoodsTagProcessing

nerevar
Participant
0 Likes
260

Hello

We have created some extension fields used in tags/labels and we are able to use them in sap bydesign solution.

nerevar_0-1713341574444.png

 


However we would like those field to be added to the associated soap service ManageGoodTags

GoodsTagGeneratorGoodsTagsOutputCreateRequest_sync
is it possible to add a field in this soap for it to be used in our tags templates? how?

<GoodsTagSpecification>
 <GoodsTagTypeCode>2</GoodsTagTypeCode>
  <OutputRequestFormTemplateCode>test</OutputRequestFormTemplateCode> 
  <PrintQueueID>Brother_Test</PrintQueueID>
  <MaterialKey>				   
    <ProductID>myproduct</ProductID>
  </MaterialKey>
  <IdentifiedStockKey>
   <ID>stock123</ID>
  </IdentifiedStockKey>
  <IndividualDetails>
   <GoodsTagMaterialQuantity unitCode='EA'>2</GoodsTagMaterialQuantity>
  </IndividualDetails>
  <CustomFieldXYZ></customFieldXYZ>
</GoodsTagSpecification>

Accepted Solutions (0)

Answers (0)