Methods: AccountAllocations
Allocate
Driver Type: SASI
Use this method to update one ore more allocation markers only. All lines satisfying the selection criteria will have the allocation marker set to the specified value. Note that some allocation marker values are excluded for SSC. The permitted values are:
- 「0-9」 - numeric markers
- 「space」 - Not Allocated
- 「C」 - Correction
- 「F」 - Force
- 「R」 - Reconciled
- 「W」 - Withhold
- 「Y」 - To be Allocated
<Payload> <AccountAllocations> <ActionAllSettings> <AllocationMarkerFrom> </AllocationMarkerFrom> <AllocationMarkerTo>1</AllocationMarkerTo> </ActionAllSettings> <SelectionCriteria> <AccountCode>64001</AccountCode> <AllocationMarker> </AllocationMarker> </SelectionCriteria> </AccountAllocations> <AccountAllocations> <ActionAllSettings> <AllocationMarkerFrom>1</AllocationMarkerFrom> <AllocationMarkerTo>2</AllocationMarkerTo> </ActionAllSettings> <SelectionCriteria> <AccountCode>64001</AccountCode> <AllocationMarker>Y</AllocationMarker> </SelectionCriteria> </AccountAllocations> </Payload>
The new node and Action All do not affect current users. The Allocate method still works with the previous version of the Input Payload. Therefore:
- If ActionAllSetting is presented in the Input Payload, the Action method uses Action All to update more than one allocation marker at a time.
- If NewSettings is presented only, the Action method works as before.
- The transfer process is aborted if neither the ActionAllSettings or the NewSettings are presented in the payload.
From SunSystems 6.2 the tag IncludeRough, which is used to indicate Provisional Transaction Selection, has been updated.
The values now accepted are 「Y」, 「<space>」 and 「R」 where 「<space>」 is the default value:
「Y」 = Include All
「<space>」 = Exclude Provisional
「R」 = Provisional Only
Attach
Driver Type: SASI
<JournalData> <Line> <JournalLineNumber>.</JournalLineNumber> <JournalNumber>.</JournalNumber> <Note> <InternalOnly>.</InternalOnly> <SequenceNumber>.</SequenceNumber> <Text>.</Text> </Note> <StandardText> <Description>.</Description> <LanguageCode>.</LanguageCode> <LookupCode>.</LookupCode> <Paragraph1>.</Paragraph1> <Paragraph2>.</Paragraph2> <Paragraph3>.</Paragraph3> <Paragraph4>.</Paragraph4> <Paragraph5>.</Paragraph5> <ShortHeading>.</ShortHeading> <StandardTextClassCode>.</StandardTextClassCode> <StandardTextCode>.</StandardTextCode> </StandardText> </Line> </JournalData>
Update
Use this method to update one ore more eligible fields from the extract results form, from ACA in Navigation Manager. All lines satisfying the selection criteria will have all of the new settings applied. The new value for allocation marker has the same restricted set of values as for the Allocate method.
From SunSystems 6.2 the tag IncludeRough, which is used to indicate Provisional Transaction Selection, has been updated.
The values now accepted are Y, 「<space>」 and R where 「<space>」 is the default value:
「Y」 = Include All
「<space>」 = Exclude Provisional
「R」 = Provisional Only