Navigation:  Integration via SOAP web services > Published web services > Performance >

addMultipleMeasuresInAdinterface

Previous  Top  Next

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.jav

a

Return

web/wwwroot/ws/java/strategy/AddMultipleMeasuresInAdinterfaceResponseType.ja

va

 

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

User ID # 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 #

 

Return

ID #

Description

return

SUCCESS: Returns a vector with the metadata:

 

MEASURES: Matrix; Measures.

MEASURE: Measure.

oReturns a success message, or describes the error found.