AnalysisDimensions
This component runs the Analysis Dimensions (AND) function.
Methods
- Amend
- Driver Type: SASI
- Closed
- Driver Type: SASI
- Create
- Driver Type: SASI
- CreateAsDraft
- Driver Type: SASI
- CreateOrAmend
- Driver Type: SASI
- CreateReplaceOrDelete
- Driver Type: SASI
- Hidden
- Driver Type: SASI
- Open
- Driver Type: SASI
- Query
- Driver Type: Export
- SuspendedHeld
- Driver Type: SASI
Mandatory fields
For all methods, except for the Query method where it is optional, a value must be supplied for the Analysis Dimension Short Heading - payload element <AnlCat_SHead>.
Note: This element identifies to which analysis dimension the method is to be applied. Do not use the Analysis Category ID (payload element
<AnlCat_AnlCatId>) as it is not used for this purpose.
Note: At runtime the component validates the payload contents to ensure that the values supplied are correct. Various combinations of values may require other elements in the payload to be specified before the payload can be processed successfully.
Related data
- Standard Text
- Standard Text Language
The attachment of Standard Text is supported by these methods:
- Amend
- Create
- CreateAsDraft
- CreateOrAmend
- CreateReplaceOrDelete
StandardTextLanguageVariants.
The standard text to be attached is language specific and therefore must be included within the StandardTextLang part of the payload in order to be detected by the SSC component, as shown in the following example:
<AnalysisDimensions>
...
<StandardText>
<StandardTextLang>
<Description>Delivery</Description>
<LanguageCode>1</LanguageCode>
<Paragraph1>Follow the special Instructions on the Invoice</Paragraph1>
<ShortHeading>Delivery</ShortHeading>
<StandardTextClassCode>SALES</StandardTextClassCode>
<StandardTextCode>DELIVERY</StandardTextCode>
</StandardTextLang>
</StandardText>
</AnalysisDimensions>