Jump to: navigation, search

Fetch messages about Interaction Server custom properties misconfiguration

Method

GET

Syntax

GET /custom_properties_messages/{solutionDbid}

Response Body

{
    messages: [
        {
            message_type: "<MAPPING | DB_MIGRATION | OTHER>" ,
            message: <message definition>             // message definition already described
             
        },
    ]
}

Notes

  • MAPPING indicates a problem with missing Business Attribute in Interaction Custom Properties folder or a missing mapping in a DAP (Database Access Point)
  • DB_MIGRATION indicates a problem with missing migration of Interaction Server database
  • OTHER is another message, usually an error or warning.
This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!