Skip to main content
Version: 2.2.1

addMeasuresInAdinterface

This method makes it possible to create a target/measurement/accumulated target/cumulative value for an indicator period.

To insert them, it is necessary to follow the standard documented below.

Java class
Requestweb/wwwroot/ws/java/strategy/addMeasuresInAdinterfaceRequest.java
Returnweb/wwwroot/ws/java/strategy/addMeasuresInAdinterfaceResponse.java

Request:

ID #RequiredDescription
IDSCMETRICXScorecard indicator ID #.
IDUSERXID of the user with permission to import the values into the indicators.
NRSUBPERIODID # of the period for daily, weekly, and bi-weekly indicators. See the values and rules of the indicator frequency in the SoftExpert Performance help.
NRPERIODXID # of validity PERIOD of the values. See the values and rules of the indicator frequency in the SoftExpert Performance help.
NRYEARXID # of the validity YEAR of the values. See the values and rules of the indicator frequency in the SoftExpert Performance help.
VLWEIGHTWeight. The default value is 1.
FGNOTAPPLYID # for periods with non-applied values; enter value 1 for cases of non-applied periods.
VLTARGETTarget value.
VLACTUALMeasurement value.
VLTARGETACCUMAccumulated target value.
VLACTUALACCUMAccumulated measurement value.
VLTARGETTYPE1Additional field value 1.
VLTARGETTYPE2Additional field value 2.
VLTARGETTYPE3Additional field value 3.
VLTARGETTYPE1ACCUMAdditional field value 1 accumulated.
VLTARGETTYPE2ACCUMAdditional field value 2 accumulated.
VLTARGETTYPE3ACCUMAdditional field value 3 accumulated.
NMCOMMENTComment/explanation title for the period.
DSCOMMENTComment/explanation description for the period.
IDPERIODPeriod ID #.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:strategy">
<soapenv:Header/>
<soapenv:Body>
<urn:addMeasuresInAdinterface>
<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:addMeasuresInAdinterface>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: Returns a success message, or a message with the error found