Skip to main content
Skip table of contents

Item.Delete (Aktion, Automatisierte Aufgaben)

Löscht einen Artikel im aktuellen Angebot/Auftrag. Dazu muss der eindeutige Datensatz-Index der Position über ein Script ermittelt werden.


Beispiel für Aktion Werte:

XML
<XML>
    <ANGEBOTSPOSITIONEN Id="1">
           <APOSINX>@ExecuteScalar("select aposinx from angebotspositionen where nummer="+@GetSourceValue("NUMMER")+" and artikelnummer='DIFF'")</APOSINX>
    </ANGEBOTSPOSITIONEN>
</XML>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.