addMultipleMeasuresInAdinterface
This method allows creating multiple target/measurement/accumulated target/accumulated measurement values for a period of the indicator.
To insert them, it is necessary to follow the standard documented below.
| Java class | |
|---|---|
| Request | web/wwwroot/ws/java/strategy/AddMultipleMeasuresInAdinterfaceRequestType.java |
| Return | web/wwwroot/ws/java/strategy/AddMultipleMeasuresInAdinterfaceResponseType.java |
Request:
| ID # | Required | Description |
|---|---|---|
| MEASURES | X | Matrix; Grouper of multiple measures to be inserted. |
| MEASURE | X | Matrix; Grouper of the measure to be inserted. |
| IDSCMETRIC | X | Scorecard indicator ID #. |
| IDUSER | X | ID of the user with permission to import the values into the indicators. |
| NRSUBPERIOD | ID # of the period for daily, weekly, and bi-weekly indicators. See the values and rules of the indicator frequency in the SoftExpert Performance help. | |
| NRPERIOD | X | ID # of validity PERIOD of the values. See the values and rules of the indicator frequency in the SoftExpert Performance help. |
| NRYEAR | X | ID # of the validity YEAR of the values. See the values and rules of the indicator frequency in the SoftExpert Performance help. |
| VLWEIGHT | Weight. The default value is 1. | |
| FGNOTAPPLY | ID # for periods with non-applied values; enter value 1 for cases of non-applied periods. | |
| VLTARGET | Target value. | |
| VLACTUAL | Measurement value. | |
| VLTARGETACCUM | Accumulated target value. | |
| VLACTUALACCUM | Accumulated measurement value. | |
| VLTARGETTYPE1 | Additional field value 1. | |
| VLTARGETTYPE2 | Additional field value 2. | |
| VLTARGETTYPE3 | Additional field value 3. | |
| VLTARGETTYPE1ACCUM | Additional field value 1 accumulated. | |
| VLTARGETTYPE2ACCUM | Additional field value 2 accumulated. | |
| VLTARGETTYPE3ACCUM | Additional field value 3 accumulated. | |
| nmcomment | Comment/explanation title for the period. | |
| dscomment | Comment/explanation description for the period. | |
| idperiod | Period ID #. |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:strategy">
<soapenv:Header/>
<soapenv:Body>
<urn:addMultipleMeasuresInAdinterface>
<urn:measures>
<!--0 to 1000 repetitions:-->
<urn:measure>
<!--You may enter the following 20 items in any order-->
<urn:idscmetric>?</urn:idscmetric>
<urn:iduser>?</urn:iduser>
<urn:nrsubperiod>?</urn:nrsubperiod>
<urn:nrperiod>?</urn:nrperiod>
<urn:nryear>?</urn:nryear>
<urn:vlweight>?</urn:vlweight>
<urn:fgnotapply>?</urn:fgnotapply>
<urn:vltarget>?</urn:vltarget>
<urn:vlactual>?</urn:vlactual>
<urn:vltargetaccum>?</urn:vltargetaccum>
<urn:vlactualaccum>?</urn:vlactualaccum>
<urn:vltargettype1>?</urn:vltargettype1>
<urn:vltargettype2>?</urn:vltargettype2>
<urn:vltargettype3>?</urn:vltargettype3>
<urn:vltargettype1accum>?</urn:vltargettype1accum>
<urn:vltargettype2accum>?</urn:vltargettype2accum>
<urn:vltargettype3accum>?</urn:vltargettype3accum>
<urn:nmcomment>?</urn:nmcomment>
<urn:dscomment>?</urn:dscomment>
<urn:idperiod>?</urn:idperiod>
</urn:measure>
</urn:measures>
</urn:addMultipleMeasuresInAdinterface>
</soapenv:Body>
</soapenv:Envelope>
Return:
| ID # | Description |
|---|---|
| return | SUCCESS: Returns a vector with the metadata: â–ªMEASURES: Matrix; Measures. â–ªMEASURE: Measure. o Returns a success message, or describes the error found. |