| Docs Hilfe
  AppSource  
Docs  /  NAVAX Extension Base  /  Informationen für Entwickler

 Dienstprotokoll Anfrage/Antwort


2024/10/03 • 4 Min. Lesedauer
Dienstprotokoll Anfragen/Antworten können mit Hilfe der Codeunit NCEX Service Log Mgt. über diverse Funktionen angezeigt werden. Die Funktionen können für Anfragen und Antworten verwendet werden, welche im JSON-Format oder im XML-Format gesendet/zurückgegeben wurden und in einem BLOB-Feld zur Verfügung stehen. Dabei wird eine Seite geöffnet, welche detaillierte Informationen darüber angezeigt, was an den Dienst gesendet bzw. vom Dienst zurückgegeben wurde. Die Informationen können für den technischen Support hilfreich sein.

Methods

  • ShowJSONRequestResponse

    Displays a JSON format request/response in a new page.
    procedure ShowJSONRequestResponse(RequestFieldRef: FieldRef; ResponseFieldRef: FieldRef)
    procedure ShowJSONRequestResponse(RequestFieldRef: FieldRef; RequestJSONPartFieldRef: FieldRef; ResponseFieldRef: FieldRef; ResponseJSONPartFieldRef: FieldRef)

    Parameters

    TypeNameDescription
    FieldRefRequestFieldRefThe field that contains the request to be displayed.
    FieldRef[Optional] RequestJSONPartFieldRefThe field that contains the JSON part of the request to be displayed.
    FieldRefResponseFieldRefThe field that contains the response to be displayed.
    FieldRef[Optional] ResponseJSONPartFieldRefThe field that contains the JSON part of the response to be displayed.


  • ShowJSONRequest

    Displays a JSON format request in a new page.
    procedure ShowJSONRequest(RequestFieldRef: FieldRef)
    procedure ShowJSONRequest(RequestFieldRef: FieldRef; RequestJSONPartFieldRef: FieldRef)

    Parameters

    TypeNameDescription
    FieldRefRequestFieldRefThe field that contains the request to be displayed.
    FieldRef[Optional] RequestJSONPartFieldRefThe field that contains the JSON part of the request to be displayed.


  • ShowJSONResponse

    Displays a JSON format response in a new page.
    procedure ShowJSONResponse(ResponseFieldRef: FieldRef)
    procedure ShowJSONResponse(ResponseFieldRef: FieldRef; ResponseJSONPartFieldRef: FieldRef)

    Parameters

    TypeNameDescription
    FieldRefResponseFieldRefThe field that contains the response to be displayed.
    FieldRef[Optional] ResponseJSONPartFieldRefThe field that contains the JSON part of the response to be displayed.


  • ShowXMLRequestResponse

    Displays a XML format request/response in a new page.
    procedure ShowXMLRequestResponse(RequestFieldRef: FieldRef; ResponseFieldRef: FieldRef)
    procedure ShowXMLRequestResponse(RequestFieldRef: FieldRef; RequestXMLPartFieldRef: FieldRef; ResponseFieldRef: FieldRef; ResponseXMLPartFieldRef: FieldRef)

    Parameters

    TypeNameDescription
    FieldRefRequestFieldRefThe field that contains the request to be displayed.
    FieldRef[Optional] RequestXMLPartFieldRefThe field that contains the XML part of the request to be displayed.
    FieldRefResponseFieldRefThe field that contains the response to be displayed.
    FieldRef[Optional] ResponseXMLPartFieldRefThe field that contains the XML part of the response to be displayed.


  • ShowXMLRequest

    Displays a XML format request in a new page.
    procedure ShowXMLRequest(RequestFieldRef: FieldRef)
    procedure ShowXMLRequest(RequestFieldRef: FieldRef; RequestXMLPartFieldRef: FieldRef)

    Parameters

    TypeNameDescription
    FieldRefRequestFieldRefThe field that contains the request to be displayed.
    FieldRef[Optional] RequestXMLPartFieldRefThe field that contains the XML part of the request to be displayed.


  • ShowXMLResponse

    Displays a XML format response in a new page.
    procedure ShowXMLResponse(ResponseFieldRef: FieldRef)
    procedure ShowXMLResponse(ResponseFieldRef: FieldRef; ResponseXMLPartFieldRef: FieldRef)

    Parameters

    TypeNameDescription
    FieldRefResponseFieldRefThe field that contains the response to be displayed.
    FieldRef[Optional] ResponseXMLPartFieldRefThe field that contains the XML part of the response to be displayed.




Feedback senden für
DE|EN Impressum