Repository.XFRACAS.AddSystemMetric2: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Lisa Hacker (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}} | {{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}} | ||
<onlyinclude>Inserts the time/usage reported on a particular date for a particular part in a serialized system.</onlyinclude> | |||
<onlyinclude>Inserts the | |||
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
''metric1Value'' | ''metric1Value'' | ||
:Required. Double. The | :Required. Double. The time/usage value reported for Metric1. | ||
''metric2Value'' | ''metric2Value'' | ||
:Required. Double. The | :Required. Double. The time/usage value reported for Metric2. | ||
''metricDate'' | ''metricDate'' | ||
:Required. Date. The date the | :Required. Date. The date when the value(s) were reported. |
Revision as of 17:45, 30 November 2017
Member of: SynthesisAPI.Repository
Inserts the time/usage reported on a particular date for a particular part in a serialized system.
Syntax
AddSystemMetric2(serialHID, metric1Value, metric2Value, metricDate)
Parameters
serialHID
- Required. Integer. The system hierarchy ID number of the part that was repaired or replaced during the incident.
metric1Value
- Required. Double. The time/usage value reported for Metric1.
metric2Value
- Required. Double. The time/usage value reported for Metric2.
metricDate
- Required. Date. The date when the value(s) were reported.