Show / Hide Table of Contents

    WS Master Data API

    Functions to create Items and Customers via Web Services.

    Deprecated

    This object is deprecated and should not be used.

    Reason: The SOAP API is deprecated by Microsoft. Use the REST API "item" and "customer" instead. This SOAP API will not be removed until really necessary, but it is not actively maintained anymore. Contact SmartApps if there are missing needed functions in the REST API that exists in the SOAP API.
    Deprecated since: 22.2

    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.

    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 v25.1.232043.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX