ErrorDialog Object

ErrorDialog — Contains error information.

Introduction

Can be used to store predefined error text and severity level.

Properties

Table 10. ErrorDialog Object Properties

NameDetailsPossible ValuesDefault Value
SeveritySeverity of the error.Info, Warning, Question, ErrorError
ErrorTextThe error text to be displayed.*-
DescriptionDescription to be used in lists.*-
DetailDescriptionDetailed description.*-
ModifiedModification date-time stamp in ISO 8601 format.ccyy-mm-ddThh:mm:ssdate stamp

Example

<Object Application="MyOrder" Type="ErrorDialog" Name="MaxOrderLines">
  <ErrorDialog>
     <Severity>Error</Severity>
     <ErrorText>Maximum order lines reached.</ErrorText>
     <Description>Maximum Order Lines</Description>
     <DetailedDescription>Maximum of possible order lines on a single order reached</DetailedDescription>
     <Modified>2007-11-12T09:58:00</Modified>
  </ErrorDialog>
</Object>