Show / Hide Table of Contents

    OnBeforeCreateCustomerFromTemplate Event

    Codeunit WS Master Data API

    Raised before the Customer is created from a Template.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeCreateCustomerFromTemplate(TemplateNo: Code[20]; var Customer: Record Customer; CustomerNo: Code[20]; var Handled: Boolean)
    

    Parameters

    TemplateNo Code[20]

    The Template No. that was requested from the Web Service Call.

    var Customer Record Customer

    The customer record that should be created.

    CustomerNo Code[20]

    The Customer No. to be used on the new customer, if any.

    var Handled Boolean

    Should be set to true if the subscriber handles the creation of customer from a template. Should be honored if already set. (Handled Pattern)

    This documentation is generated from Spider v25.1.232043.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX