Table of Contents

WS Page Extension

Provides functions that can be used together with published Web Service Pages.

To activate these functions on a published and supported SOAP Pages, publish this codeunit with the same Service Name as the page.

A page is supported if it has the same Source Table as the function has as parameter.

Deprecated

This object is deprecated and should not be used.

Reason: The SOAP API is deprecated by Microsoft. Use the REST API 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 ID70314102
Object NameQWESR WS Page Extension

Procedures

Name Description
AddLinkPostedPurchInvoice(Record "Purch. Inv. Header"; Text[1000]; Text[250]): Integer Adds a link to a Posted Purchase Invoice Header.
AddLinkPostedSalesInvoice(Record "Sales Invoice Header"; Text[1000]; Text[250]): Integer Adds a link to a Posted Sales Invoice Header.
AddLinkPurchHeader(Record "Purchase Header"; Text[1000]; Text[250]): Integer Adds a link to a Purchase Header.
AddLinkSalesHeader(Record "Sales Header"; Text[1000]; Text[250]): Integer Adds a link to a Sales Header.
DeleteLinkPostedPurchInvoice(Record "Purch. Inv. Header"; Integer) Deletes a link from a Posted Purchase Invoice Header.
DeleteLinkPostedSalesInvoice(Record "Sales Invoice Header"; Integer) Deletes a link from a Posted Sales Invoice Header.
DeleteLinkPurchHeader(Record "Purchase Header"; Integer) Deletes a link from a Purchase Header.
DeleteLinkSalesHeader(Record "Sales Header"; Integer) Deletes a link from a Sales Header.
PostPurchInvoice(Record "Purchase Header"): Code[20] Posts a Purchase Invoice.
PostSalesInvoice(Record "Sales Header"): Code[20] Posts a Sales Invoice.

This documentation is generated from Spider v27.2