eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


Sidebar

en:howtos:plugins:customobjectplugin:forarticlepool

CustomType/CostomObject in the Article Pool (TradeItemDocument/SupplierArticleDocument)

For the CustomObject in the types:

  • eBiss.Supplier.TradeItemDocument.TradeItems and
  • eBiss.Supplier.SupplierArticleDocument.Details

the problem exists that a type was already defined here by Pranke. To replace this, you must define the attribute

  1. MapCustomTypeAttribute for both types,
  2. store the CompanyCode in the PluginManagerMapCustomTypeId property and
  3. add the following entry to eBiss.Service.exe.config and eBiss.WinClient.exe.config:
<add key="PluginManager.MapCustomTypeId" value="<CompanyCode>" /> 

Verbuchen

Das Verbuchen der CustomObjects zusammen mit den Artikeldaten erfolgt über TradeItemManagerDirectSql oder über TradeItemManagerFillCache / TradeItemManagerBookCache

Separat verbuchen

Das Aktualisieren der CostomObjects, ohne die Artikeldaten zu ändert erfolgt über den Job-Step TradeItemManagerDirectSql mit der Option “Article CustomObject”.

Lesen aus dem Artikel Pool

Artikel Details mit CustomObjects können mit den Mapping Funktionen GetArticleDetailsByEAN und GetArticleDetailsByArtNumber ausgelesen werden.

en/howtos/plugins/customobjectplugin/forarticlepool.txt · Last modified: 2024/02/20 08:15 by 127.0.0.1