Load
This verb is used to initiate the adding of a document or data entity to another business application. Generally this verb is used when maintenance to the document will then pass to the receiving application permanently. An example of this is Load Payable or Load Receivable, where once the request is processed, the sending application has no direct control over the document or entity again.
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: SyncType
Properties: Global, Qualified, ID: oagis-id-da5dd179ea3c47ff87ca9c24c984d401
Content
- ActionCriteria [0..*] Identifies with the ActionExpression the level by carrying a value of the expressionLanguage (this is typically XPath) within the BOD that the actionCode is to be performed. The ChangeStatus communicates just that the Change Status.
from type ActionVerbType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
recordSetStartNumber | [0..1] | PositiveIntegerNumberType | from type ActionVerbType | |
recordSetCountNumber | [0..1] | PositiveIntegerNumberType | from type ActionVerbType | |
recordSetTotalNumber | [0..1] | PositiveIntegerNumberType | from type ActionVerbType | |
recordSetCompleteIndicator | [0..1] | IndicatorType | from type ActionVerbType | |
recordSetReferenceID | [0..1] | IDType_B3F14E | from type ActionVerbType |
Used in
- Type LoadActualLedgerDataAreaType (Element DataArea)
- Type LoadBudgetLedgerDataAreaType (Element DataArea)
- Type LoadCostingActivityDataAreaType (Element DataArea)
- Type LoadInvoiceLedgerEntryDataAreaType (Element DataArea)
- Type LoadJournalEntryDataAreaType (Element DataArea)
- Type LoadMatchDocumentDataAreaType (Element DataArea)
- Type LoadPayableDataAreaType (Element DataArea)
- Type LoadProjectAccountingDataAreaType (Element DataArea)
- Type LoadReceivableDataAreaType (Element DataArea)
Sample instance
<Load> <ActionCriteria> <ActionExpression actionCode="token">token</ActionExpression> <ChangeStatus> <ID/> <IDSet>... </IDSet> <Code/> <Description/> <ReasonCode>normalizedString</ReasonCode> <Reason/> <EffectiveTimePeriod>.................. </EffectiveTimePeriod> <StateChange>... </StateChange> <Extension>....................................... </Extension> </ChangeStatus> </ActionCriteria> </Load>