Using SubmitData for Planning
- Last UpdatedFeb 18, 2025
- 1 minute read
This topic explains submitting data for Planning using the SubmitData web service. For the general topic, see SubmitData.
The SubmitData method enables you to add and update records in AVEVA™ Production Management through web services. You can do bulk addition and modification of records through the SubmitData method for all AVEVA™ Production Management modules. This topic applies only to submitting Planning records.
Required fields
The required fields for the Planning module are the standard fields for Planning that have the IsMandatory property set to True.
Name values for Planning
You can submit <Field><Name> pairs to add or update material requirements for use in the Conformance to Plan feature.
These values are valid for the <Field><Name> parameter for Planning.
|
Action type |
Optional values |
Mandatory values |
|---|---|---|
|
Material Requirement |
Lot, Deleted |
Material or Material Class (required to include either material or material class), Material Use, Quantity, Equipment Scope, Activity Id, Parent Activity Id, Record Date Time, Material Identifier, Material Class Identifier |
Notes:
-
The name, value pair is required to include either material or material class
-
Activity Id is mandatory when adding records.
Material requirements for Planning
You can insert a Material requirement record with the SubmitData function. You can also update or upsert a Material requirement record.
If you do not have any merge criteria in the SubmitData request, then a new Material requirement record is inserted.
If you do have merge criteria in the SubmitData request, and a matching Material requirement already exists then it is upserted, otherwise a new Material requirement is inserted.