Show / Hide Table of Contents

    WS Master Data API

    Functions to create Items and Customers via Web Services.

    Object Definition

    Object TypeCodeunit
    Object ID70314115
    Object NameQWESR WS Master Data API

    Procedures

    Name Description
    CreateCustomer(XmlPort "QWESR WS Customer Import"): Text Creates a Customer.
    CreateItemV2(XmlPort "QWESR WS Item Import V2"): Text Creates an Item.

    Deprecated Procedures

    Name Description
    CreateItem(XmlPort "QWESR WS Item Import"): Text

    Events

    Name Description
    OnAfterInsertCustomer(Record Customer; Record "QWESR tWSCustomer" temporary; List of [Integer]; Text; Text; Text; Text; Text; Text; Text; Text; Text; Text) Raised after the Customer is inserted, but before any other fields than the Primary Key has been populated.
    OnAfterInsertItem(Record Item; Record "QWESR tWSItem" temporary; List of [Integer]; Text; Text; Text; Text; Text; Text; Text; Text; Text; Text) Raised after the Item is inserted, but before any other fields than the Primary Key has been populated.
    OnBeforeCreateCustomerFromTemplate(Code[20]; Record Customer; Code[20]; Boolean) Raised before the Customer is created from a Template.
    OnBeforeCreateItemFromTemplate(Code[20]; Record Item; Code[20]; Boolean) Raised before the Item is created from a Template.
    OnBeforeModifyCustomer(Record Customer; Record "QWESR tWSCustomer" temporary; List of [Integer]; Text; Text; Text; Text; Text; Text; Text; Text; Text; Text) Raised before the customer is modified, but after all fields has been populated.
    OnBeforeModifyItem(Record Item; Record "QWESR tWSItem" temporary; List of [Integer]; Text; Text; Text; Text; Text; Text; Text; Text; Text; Text) Raised before the item is modified, but after all fields has been populated.

    This documentation is generated from Spider v21.1.79758.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX