h2. Scenario Service
{include:Interface Style}
{table:id=serviceMetaTable}
{tr}
{th:class=h}Name
{th}
{td:id=serviceName|colspan=2}Scenario Service
{td}
{tr}
{tr}
{th:class=h}Version
{th}
{td:id=serviceVersion}Dev ([0.1|Scenario Service 0.1])
{td}
{td:id=serviceVersionHistory}[Release Notes|Search Service Release Notes#current]
{td}
{tr}
{table}
| [#References] | [#Operations] | [#Capabilities] |
h3. Description
The Scenario Service is focused on the management of scenarios. All forecasts in the system are directly related to one or more scenarios. The default scenario is the COMMON scenario. Users have the ability to copy to and from the COMMON scenario. Users enter forecasts by manipulating speculations, including adding or removing allocations.For any given combination (CO/GL/(Line Item/Person/Rate)/SpecType) only one speculation is allowed in a scenario. Speculations can also focus on CO or person Metadata.
Assumptions are used to track global information that effects all cost objects/people in the scenario and can include: Merit Increases (By employee category), Inflation (to handle tuition/stipend inflation) and adjustments to Global base rates.
h3. References
see RAFT Requirements Documentation (RAFT-*)
h3. Operations
{include:Method Table Style Page}
{panel:title=Scenario|borderStyle=solid|borderColor=#cccccc|bgColor=#ffffff|titleBGColor=#eeeeee}
*Scenario Management*
[#showCOAttributes]
[#showApptAttributes]
[#showScenarioOverview]
[#showScenaroFinImpact]
[#showScenarioPersonImpact]
[#showScenarioDetail]
[#showCOExpenseDetail]
[#showCOPersonDetail]
[#showCODetail]
[#showApptDetail]
[#createScenario]
[#deleteScenario]
[#addCOtoScenario]
[#addAppttoScenario#dropCOfromScenario]
[#dropCOfromScenario#addAppttoScenario]
[#dropApptfromScenario]
[#copyScenario]
[#archiveScenario]
[#addAssumption]
[#dropAssumption]
[#updateAssumption]
[#addExpenseAllocSpec]
[#addApptAllocSpec#dropExpenseAllocSpec]
[#updateExpenseAllocSpec]
[#updateApptAllocSpec#addApptAllocSpec]
[#dropExpenseAllocSpec#dropApptAllocSpec]
[#dropApptAllocSpec#updateApptAllocSpec]
[#addTBACOSpec]
[#addTBHApptSpec#dropTBACOSpec]
[#dropTBACOSpec#updateCOSpec]
[#dropTBHApptSpec#addTBHApptSpec]
[#updateCOSpec#dropTBHApptSpec]
[#updateApptSpec]
[#addAdjSpec]
[#dropAdjSpec]
[#addCORateSpec]
[#dropCORateSpec]
[#updateFTESpec]
[#updateVacationSpec]
[#createExpenseAllocSpecfromCOEUS]
[#createExpenseAllocSpecfromSAP]
[#createPersonAllocSpecfromCOEUS]
[#recalcApptDetail]
[#recalcExpenseDetail]
[#buildScenarioSummary]
[#buildWorksetSummary]
[#checkSystemStatus]
[#setScenarioVisibility]
[#setWorksetVisibility]
[#checkProjectedBalance]
[#checkGLBudget]
[#checkMonthlyBurn]
[#checkPersonAlloc]
[#checkRemainingGLBalance]
[#checkRemainingBalance]
[#showVarianceonScenario]
{panel}
h4. {color:#000066}{_}Scenario Management{_}{color}
Scenario Management
{include:Method Table Style Page}
{anchor:showCOAttributes}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}showCOAttributes
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}For a given Cost Object Definition, show all of the speculative adjustments on that Cost Object
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Cost_Collector_key
{td}
{td:class=methodParamDesc}The unique identifier for the cost object
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for this scenario
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[coMetaResultType|coMetaResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} For the given cost object, return the final cost object including all adjustments
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}Scenario or CO does not exist in system, or is flagged for deletion
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot access objects in the scenario
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:showApptAttributes}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}showApptAttributes
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}For a given Person/Appt Definition, show all of the speculative adjustments on that Person/Appt
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Personnel_key
{td}
{td:class=methodParamDesc}The unique identifier for the cost object
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for this scenario
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[apptMetaResultType|apptMetaResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} For the given person/Appt, return the final person/appt including all adjustments
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}Scenario or Appt does not exist in system, or is flagged for deletion
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot access objects in the scenario
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:showScenarioOverview}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}showScenarioOverview
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Provide a top level-overview of this scenario including: Pertinent people and expenses for CO and balances
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[scenarioOverviewMetaResultType|scenarioOverviewResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Provides a high-level overview of the scenario, limited by the associated authorizations
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}Scenario does not exist in system, or is flagged for deletion
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot access objects in the scenario
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:showScenarioFinImpact}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}showScenarioFinImpact
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Shows a CO level summary of the cost object
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[scenarioFinancialImpactMetaResultType|scenarioFinancialImpactResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Provides a high-level of the CO financial impact information
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}Scenario does not exist in system, or is flagged for deletion
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot access objects in the scenario
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:showScenarioPersonImpact}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}showScenarioPersonImpact
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Provide a summary view of the personnel Impact of this Scenario
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[scenarioOverviewMetaResultType|scenarioOverviewResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Provides a high-level overview of the personnel resources and associated financial impact, limited by the associated authorizations
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}Scenario does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot access objects in the scenario
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:showScenarioSpeculations}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}showScenarioSpeculations
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Provide a change log showing all of the speculations in the system
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[speclistMetaResultType|speclistResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns a structure of speculations by type. Only includes type/title/descriptions
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}Scenario does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot access objects in the scenario
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:showScenarioExceptions}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}showScenarioExceptions
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Provide a change log showing all of the validation exceptions for this scenario.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[scenarioExceptionMetaResultType|scenarioResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns a structure of scenario validation exceptions by type. References the associated speculations
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}Scenario does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot access objects in the scenario
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:showExpenseDetail}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}showExpenseDetail
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}For a given CO, the breakdown of Expense speculations for this account
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Cost_Collector_key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[expenseSpeculationMetaResultType|expenseSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the Expense Speculation information as a structure
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}Scenario does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot access objects in the scenario
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:showCOApptDetail}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}showCOApptDetail
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}For a CO, the labor distributions on this account
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Cost_Collector_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Cost Object
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[distributionSpeculationMetaResultType|distributionSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the labor distributiuon Speculation information as a structure for this CO
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}Scenario does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot access objects in the scenario
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:showApptDetail}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}showApptDetail
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}For a given person/appt, the labor distributions for that person
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Personnel_key
{td}
{td:class=methodParamDesc}The unique identifier for the Person/Appt
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[distributionSpeculationMetaResultType|distributionSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the Labor Distribution Speculation information as a structure for this person
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}Scenario does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot access objects in the scenario
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:createScenario}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}createScenario
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Defines an empty Scenario
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}Array
{td}
{td:class=methodParamName}Parm
{td}
{td:class=methodParamDesc}Scenario parameters (Include commitments so far)
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}EXISTS
{td}
{td:class=methodErrorDesc}Scenario exists in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:updateScenario}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateScenario
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Updates the scenario metadata with the identified PARM
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{td:class=methodParamType}Array
{td}
{td:class=methodParamName}Parm
{td}
{td:class=methodParamDesc}Scenario parameters (Include commitments so far)
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_EXIST
{td}
{td:class=methodErrorDesc}Scenario does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:deleteScenario}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}deleteScenario
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}D-flags a given scenario. D-flagged scenarios are reaped after 30 days.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}Scenario does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:addCOtoScenario}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}addCOtoScenario
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Adds a collection of COs to a scenario
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}Array
{td}
{td:class=methodParamName}CoArray
{td}
{td:class=methodParamDesc}A collection of cost objects to add to the scenario
{td}
{tr}
{tr}
{td:class=methodParamType}Boolean
{td}
{td:class=methodParamName}with_children
{td}
{td:class=methodParamDesc}Include child cost objects
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Errors
{th}
{td:class=methodErrorType|colspan=2}EXISTS
{td}
{td:class=methodErrorDesc}Warning: One or more of the objects specified exist in the scenario
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot perform actions on this scenario
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}One or more COs specified do not exist
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:addAppttoScenario}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}addAppttoScenario
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Adds a collection of Appts to a scenario
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}Array
{td}
{td:class=methodParamName}ApptArray
{td}
{td:class=methodParamDesc}A collection of appointments to add to the scenario
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Errors
{th}
{td:class=methodErrorType|colspan=2}EXISTS
{td}
{td:class=methodErrorDesc}Warning: One or more of the objects specified exist in the scenario
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot perform actions on this scenario
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}One or more COs specified do not exist
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:dropCOfromScenario}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}dropCOfromScenario
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Removes a CO from a Scenario
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Cost_Collector_key
{td}
{td:class=methodParamDesc}A cost objects to remove from the scenario
{td}
{tr}
{tr}
{td:class=methodParamType}Boolean
{td}
{td:class=methodParamName}with_children
{td}
{td:class=methodParamDesc}Include child cost objects
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot perform actions on this scenario
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}CO specified does not exist
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DEPENDENT_OBJECTS
{td}
{td:class=methodErrorDesc}Warning: CO has speculations
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:dropApptfromScenario}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}dropApptfromScenario
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Drops an Appts from a scenario
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Personnel_key
{td}
{td:class=methodParamDesc}An appt to remove from a scenario
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DEPENDENT_OBJECTS
{td}
{td:class=methodErrorDesc}Warning: Appt has speculations
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DEPENDENT_COS
{td}
{td:class=methodErrorDesc}ERROR: Cannot remove appt due to the fact that it is used in CO labor distribution speculations
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot perform actions on this scenario
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}One or more COs specified do not exist
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:archiveScenario}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}archiveScenario
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Archives the specific scenario in question.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}Scenario does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:copyScenario}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}copyScenario
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Copies a Scenario to another scenario
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Source_Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the source Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Destination_Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the destination Scenario (null if new)
{td}
{tr}
{tr}
{td:class=methodParamType}Boolean
{td}
{td:class=methodParamName}Overwrite
{td}
{td:class=methodParamDesc}If true, delete all speculations for associated objects and replace with mine. If false, add my speculations to the existing set. It will add only speculations for object combinations that do not exist as speculations in the destination system.
{td}
{tr}
{tr}
{td:class=methodParamType}Boolean
{td}
{td:class=methodParamName}Update_Objects
{td}
{td:class=methodParamDesc}If true, add missing target objects (people/cos) to the destination set. Otherwise speculations with no object match are dropped with a warning.
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_SOURCE
{td}
{td:class=methodErrorDesc}Source Scenario does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_DESTINATION
{td}
{td:class=methodErrorDesc}Destination scenario does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}SET_ISSUE
{td}
{td:class=methodErrorDesc}The collections of target objects(people/appt) in the scenario do not match
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}SPEC_EXISTS
{td}
{td:class=methodErrorDesc}You are not overwriting speculations and a matching speculation combination exists. Backing out.
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:addAssumption}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}addAssumption
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Adds a global assumption to a scenario. Assumptions can be one of: MERIT_INCREASE, RATE or INFLATION
{td}
{tr}
{tr}
{th:class=h|rowspan=9}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}ASSUMPTION_TYPE
{td}
{td:class=methodParamName}Assumption_TYPE
{td}
{td:class=methodParamDesc}One of: MERIT_INCREASE, RATE or INFLATION
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Assumption_Desc
{td}
{td:class=methodParamDesc}Short description for the assumption
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Assumption_Percent
{td}
{td:class=methodParamDesc}Adjustment percentage for the assumption
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}The Start_Date for the Assumption
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}The End_Date for the Assumption
{td}
{tr}
{tr}
{td:class=methodParamType}GL_ACCOUNT
{td}
{td:class=methodParamName}Source_GL
{td}
{td:class=methodParamDesc}The Source GL for the Assumption (the basis for calculations)
{td}
{tr}
{tr}
{td:class=methodParamType}GL_ACCOUNT
{td}
{td:class=methodParamName}Target_GL
{td}
{td:class=methodParamDesc}The target GL for the Assumption (where the resulting line items should land)
{td}
{tr}
{tr}
{td:class=methodParamType}Boolean
{td}
{td:class=methodParamName}Merge
{td}
{td:class=methodParamDesc}Instead of throwing an error on overwrite, merge this change into the associated base assumption
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=6}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_SOURCE
{td}
{td:class=methodErrorDesc}Source GL does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_DESTINATION
{td}
{td:class=methodErrorDesc}Destination GL does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}SET_ISSUE
{td}
{td:class=methodErrorDesc}There exists an assumption of the type/gl identified with a different start/end date range (Merge prevents this error)
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}EXISTS
{td}
{td:class=methodErrorDesc}There exists an auumption of the type/gl/date range identified with different % valyes (Merge preents this error)
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:dropAssumption}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}dropAssumption
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Removes an assumption from the system for the identified scenario
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}ASSUMPTION_TYPE
{td}
{td:class=methodParamName}Assumption_TYPE
{td}
{td:class=methodParamDesc}One of: MERIT_INCREASE, RATE or INFLATION
{td}
{tr}
{tr}
{td:class=methodParamType}Integer
{td}
{td:class=methodParamName}Assumption_ID
{td}
{td:class=methodParamDesc}The unique identifier for the assumption to be removed
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Assumption_Percent
{td}
{td:class=methodParamDesc}Adjustment percentage for the assumption
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_ASSUMPTION
{td}
{td:class=methodErrorDesc}Assumption does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:updateAssumption}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateAssumption
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Alter an existing assumption in the system. Assumptions can be one of: MERIT_INCREASE, RATE or INFLATION
{td}
{tr}
{tr}
{th:class=h|rowspan=10}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}Integer
{td}
{td:class=methodParamName}Assumption_ID
{td}
{td:class=methodParamDesc}The unique identifier for the assumption
{td}
{tr}
{tr}
{td:class=methodParamType}ASSUMPTION_TYPE
{td}
{td:class=methodParamName}Assumption_TYPE
{td}
{td:class=methodParamDesc}One of: MERIT_INCREASE, RATE or INFLATION
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Assumption_Desc
{td}
{td:class=methodParamDesc}Short description for the assumption
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Assumption_Percent
{td}
{td:class=methodParamDesc}Adjustment percentage for the assumption
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}The Start_Date for the Assumption
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}The End_Date for the Assumption
{td}
{tr}
{tr}
{td:class=methodParamType}GL_ACCOUNT
{td}
{td:class=methodParamName}Source_GL
{td}
{td:class=methodParamDesc}The Source GL for the Assumption (the basis for calculations)
{td}
{tr}
{tr}
{td:class=methodParamType}GL_ACCOUNT
{td}
{td:class=methodParamName}Target_GL
{td}
{td:class=methodParamDesc}The target GL for the Assumption (where the resulting line items should land)
{td}
{tr}
{tr}
{td:class=methodParamType}Boolean
{td}
{td:class=methodParamName}Merge
{td}
{td:class=methodParamDesc}Instead of throwing an error on overwrite, merge this change into the associated base assumption
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_SOURCE
{td}
{td:class=methodErrorDesc}Source GL does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_DESTINATION
{td}
{td:class=methodErrorDesc}Destination GL does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_Assumption
{td}
{td:class=methodErrorDesc}Assumption does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:addExpenseAllocSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}addExpenseAllocSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Adds an expense allocation to the system. Expense allocations are by line item for one or more Cost Objects
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Line_Item
{td}
{td:class=methodParamDesc}Description of the Line_Item to add
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Line_Item_Total
{td}
{td:class=methodParamDesc}The Total cost of the Line Item
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}The Start_Date for the Speculation
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}The End_Date for the Assumption
{td}
{tr}
{tr}
{td:class=methodParamType}[allocationMetaResultType|AllocationResultTypeInfo Structure]
{td}
{td:class=methodParamName}Allocation_Obj
{td}
{td:class=methodParamDesc}For the given Line item, the distribution as follows: CO | GL | Start Date | End Date | %
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}MISSING_CO
{td}
{td:class=methodErrorDesc}COs identified do not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}EXISTS
{td}
{td:class=methodErrorDesc}Line Item exists for start/end Date range specified
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MIS-ALLOC
{td}
{td:class=methodErrorDesc}Allocation does not = 100% and/or total does not equal the Line_Item_Total
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:addApptAllocSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}addApptAllocSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Adds an appt allocation to the system. Appt allocations are by person for one or more Cost Objects. By default all of a person's allocations must be included for the time frame specified.
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}Personnel_key
{td}
{td:class=methodParamName}Personnel_key
{td}
{td:class=methodParamDesc}The unique identifier for the person/appt
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Dist_Total
{td}
{td:class=methodParamDesc}The Total distribution amount for the person/appt within the timeframe specified
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}The Start_Date for the Speculation
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}The End_Date for the Assumption
{td}
{tr}
{tr}
{td:class=methodParamType}[allocationMetaResultType|AllocationResultTypeInfo Structure]
{td}
{td:class=methodParamName}Allocation_Obj
{td}
{td:class=methodParamDesc}For the given personnel_key, the distribution as follows: CO | GL | Start Date | End Date | %
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=6}Errors
{th}
{td:class=methodErrorType|colspan=2}MISSING_CO
{td}
{td:class=methodErrorDesc}COs identified do not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}EXISTS
{td}
{td:class=methodErrorDesc}Person Allocations exist for start/end date range specified
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MIS-ALLOC
{td}
{td:class=methodErrorDesc}Allocation does not = 100% and/or total does not equal the Line_Item_Total
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_Appt
{td}
{td:class=methodErrorDesc}Appt Identifier does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:updateExpenseAllocSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateExpenseAllocSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Updates an expense allocation to the system. Expense allocations are by line item for one or more Cost Objects
{td}
{tr}
{tr}
{th:class=h|rowspan=6}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}Integer
{td}
{td:class=methodParamName}Speculation_ID
{td}
{td:class=methodParamDesc}Unique identifier for speculation
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Line_Item
{td}
{td:class=methodParamDesc}Description of the Line_Item to add
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Line_Item_Total
{td}
{td:class=methodParamDesc}The Total cost of the Line Item
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}The Start_Date for the Speculation
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}The End_Date for the Assumption
{td}
{tr}
{tr}
{td:class=methodParamType}[allocationMetaResultType|AllocationResultTypeInfo Structure]
{td}
{td:class=methodParamName}Allocation_Obj
{td}
{td:class=methodParamDesc}For the given Line item, the distribution as follows: CO | GL | Start Date | End Date | %
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}MISSING_CO
{td}
{td:class=methodErrorDesc}COs identified do not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MIS-ALLOC
{td}
{td:class=methodErrorDesc}Allocation does not = 100% and/or total does not equal the Line_Item_Total
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_SPEC_MATCH
{td}
{td:class=methodErrorDesc}No Match for the speculation
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:updateApptAllocSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateApptAllocSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Updates an appt allocation to the system. Appt allocations are by person for one or more Cost Objects. By default all of a person's allocations must be included for the time frame specified.
{td}
{tr}
{tr}
{th:class=h|rowspan=6}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}Integer
{td}
{td:class=methodParamName}Speculation_ID
{td}
{td:class=methodParamDesc}The unique identifier for the speculation
{td}
{tr}
{tr}
{td:class=methodParamType}Personnel_key
{td}
{td:class=methodParamName}Personnel_key
{td}
{td:class=methodParamDesc}The unique identifier for the person/appt
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Dist_Total
{td}
{td:class=methodParamDesc}The Total distribution amount for the person/appt within the timeframe specified
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}The Start_Date for the Speculation
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}The End_Date for the Assumption
{td}
{tr}
{tr}
{td:class=methodParamType}[allocationMetaResultType|AllocationResultTypeInfo Structure]
{td}
{td:class=methodParamName}Allocation_Obj
{td}
{td:class=methodParamDesc}For the given personnel_key, the distribution as follows: CO | GL | Start Date | End Date | %
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=6}Errors
{th}
{td:class=methodErrorType|colspan=2}MISSING_CO
{td}
{td:class=methodErrorDesc}COs identified do not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_SPEC_MATCH
{td}
{td:class=methodErrorDesc}Speculation ID does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MIS-ALLOC
{td}
{td:class=methodErrorDesc}Allocation does not = 100% and/or total does not equal the Line_Item_Total
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_Appt
{td}
{td:class=methodErrorDesc}Appt Identifier does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:dropExpenseAllocSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}dropExpenseAllocSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Drops an expense allocation from the system.
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}Integer
{td}
{td:class=methodParamName}Speculation_ID
{td}
{td:class=methodParamDesc}Unique identifier for speculation
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_Speculation_MATCH
{td}
{td:class=methodErrorDesc}No Match for the speculation
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:dropApptAllocSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}dropApptAllocSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Drops an appt allocation from the system.
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}Integer
{td}
{td:class=methodParamName}Speculation_ID
{td}
{td:class=methodParamDesc}The unique identifier for the speculation
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_SPEC_MATCH
{td}
{td:class=methodErrorDesc}Speculation ID does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:addTBACOSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}addTBACOSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Adds a non-existent CO to a scenario
{td}
{tr}
{tr}
{th:class=h|rowspan=8}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Cost_Collector_Key
{td}
{td:class=methodParamDesc}The unique identifier for the CO
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Cost_Collector_Title
{td}
{td:class=methodParamDesc}Description of the cost object. Prefixed with TBA in system.
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Total
{td}
{td:class=methodParamDesc}The authorized total or total institute budget
{td}
{tr}
{tr}
{td:class=methodParamType}Sponsor_key
{td}
{td:class=methodParamName}Sponsor_key
{td}
{td:class=methodParamDesc}The source of funding
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}The cost object effective date
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}The cost object expiration date
{td}
{tr}
{tr}
{td:class=methodParamType}Cost_Collector_key
{td}
{td:class=methodParamName}Cost_Collector_parent_key
{td}
{td:class=methodParamDesc}The parent of this cost object
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}CO_EXISTS
{td}
{td:class=methodErrorDesc}Cost Collector already exists in scenario
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_CO_PARENT
{td}
{td:class=methodErrorDesc}Parent CO does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:addTBHApptSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}addTBHApptSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Adds a person that does not exist into the scenario as a speculation
{td}
{tr}
{tr}
{th:class=h|rowspan=7}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Person
{td}
{td:class=methodParamDesc}Name/Descriptor for the person
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Position_Title
{td}
{td:class=methodParamDesc}The name of the position
{td}
{tr}
{tr}
{td:class=methodParamType}Appt_Type
{td}
{td:class=methodParamName}Appt_Type
{td}
{td:class=methodParamDesc}The Employee Category used for overhead calculations
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}Start Date for the appointment
{td}
{tr}
{tr}
{td:class=methodParamType}End
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}End Date for the appointment
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Period_Salary
{td}
{td:class=methodParamDesc}How much will this person/appt. be paid for the time frame specified?
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:dropTBACOSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}dropTBACOSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Removes a TBA CO from a scenario
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Speculation_ID
{td}
{td:class=methodParamDesc}The unique identifier for the Speculation
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_SPEC_MATCH
{td}
{td:class=methodErrorDesc}No Match for the speculation_id
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:dropTBHApptSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}dropTBHApptSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Removes a TBH person from the scenario
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}Integer
{td}
{td:class=methodParamName}Speculation_ID
{td}
{td:class=methodParamDesc}The unique identifier for the speculation
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_SPEC_MATCH
{td}
{td:class=methodErrorDesc}Speculation does not exist in scenario
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:updateTBACOSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateTBACOSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Updates CO metadata for a TBA cost object
{td}
{tr}
{tr}
{th:class=h|rowspan=9}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Speculation_ID
{td}
{td:class=methodParamDesc}The unique identifier for the Speculation
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Cost_Collector_Key
{td}
{td:class=methodParamDesc}The unique identifier for the CO
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Cost_Collector_Title
{td}
{td:class=methodParamDesc}Description of the cost object. Prefixed with TBA in system.
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Total
{td}
{td:class=methodParamDesc}The authorized total or total institute budget
{td}
{tr}
{tr}
{td:class=methodParamType}Sponsor_key
{td}
{td:class=methodParamName}Sponsor_key
{td}
{td:class=methodParamDesc}The source of funding
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}The cost object effective date
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}The cost object expiration date
{td}
{tr}
{tr}
{td:class=methodParamType}Cost_Collector_key
{td}
{td:class=methodParamName}Cost_Collector_parent_key
{td}
{td:class=methodParamDesc}The parent of this cost object
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_SPEC_MATCH
{td}
{td:class=methodErrorDesc}Speculation does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_CO_PARENT
{td}
{td:class=methodErrorDesc}Parent CO does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:updateTBHApptSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateTBHApptSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Update metadata for a particular appointment
{td}
{tr}
{tr}
{th:class=h|rowspan=8}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Speculation_ID
{td}
{td:class=methodParamDesc}Unique identifier for the speculation
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Person
{td}
{td:class=methodParamDesc}Name/Descriptor for the person
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Position_Title
{td}
{td:class=methodParamDesc}The name of the position
{td}
{tr}
{tr}
{td:class=methodParamType}Appt_Type
{td}
{td:class=methodParamName}Appt_Type
{td}
{td:class=methodParamDesc}The Employee Category used for overhead calculations
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}Start Date for the appointment
{td}
{tr}
{tr}
{td:class=methodParamType}End
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}End Date for the appointment
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Period_Salary
{td}
{td:class=methodParamDesc}How much will this person/appt. be paid for the time frame specified?
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_SPEC_MATCH
{td}
{td:class=methodErrorDesc}No match for the speculation in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:updateCOSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateCOSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Alter the metadata on a real CO. Only one alteration on a CO is allowed, but alterations can be over-ridden
{td}
{tr}
{tr}
{th:class=h|rowspan=7}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Cost_Collector_Key
{td}
{td:class=methodParamDesc}The unique identifier for the CO
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Authorized_Total
{td}
{td:class=methodParamDesc}The authorized total or total institute budget
{td}
{tr}
{tr}
{td:class=methodParamType}Sponsor_key
{td}
{td:class=methodParamName}Sponsor_key
{td}
{td:class=methodParamDesc}The source of funding
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}The cost object effective date
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}The cost object expiration date
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_CO_MATCH
{td}
{td:class=methodErrorDesc}Cost Object does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:updateApptSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateApptSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Alters the metadata associated with a particular real appointment. Only one set of alterations is allowed, but a) additional appointments can be added via the TBH mechanisma and b) appointment changes can be overriden
{td}
{tr}
{tr}
{th:class=h|rowspan=8}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Personell_key
{td}
{td:class=methodParamDesc}Unique identfier for the appointment
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Position_Title
{td}
{td:class=methodParamDesc}The name of the position
{td}
{tr}
{tr}
{td:class=methodParamType}Appt_Type
{td}
{td:class=methodParamName}Appt_Type
{td}
{td:class=methodParamDesc}The Employee Category used for overhead calculations
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}Start Date for the appointment
{td}
{tr}
{tr}
{td:class=methodParamType}End
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}End Date for the appointment
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Period_Salary
{td}
{td:class=methodParamDesc}How much will this person/appt. be paid for the time frame specified?
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_APPT_MATCH
{td}
{td:class=methodErrorDesc}Appt does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:addAdjSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}addAdjSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Adds an adjustment to a CO/GL combination
{td}
{tr}
{tr}
{th:class=h|rowspan=8}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}cost_collector_key
{td}
{td:class=methodParamDesc}Unique identfier for the cost object
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}gl_account_key
{td}
{td:class=methodParamDesc}Unique identifer for the gl account
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}Start Date for the appointment
{td}
{tr}
{tr}
{td:class=methodParamType}End
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}End Date for the appointment
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Adjustment_Percent
{td}
{td:class=methodParamDesc}The positive of negative adjustment to be applied to this gl
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_CO_MATCH
{td}
{td:class=methodErrorDesc}CO does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_IMPACT
{td}
{td:class=methodErrorDesc}Warning: CO does not currently have entries for the associated GLs
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:dropAdjSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}dropAdjSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Drop adjustment spec from the scenario
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Speculation_ID
{td}
{td:class=methodParamDesc}Unique identfier for the speculation
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_SPEC_MATCH
{td}
{td:class=methodErrorDesc} Speculation does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:addCORateSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}addCORateSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Add a new rate onto an existing (Real or TBA) CO. Includes overriding.
{td}
{tr}
{tr}
{th:class=h|rowspan=9}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}cost_collector_key
{td}
{td:class=methodParamDesc}Unique identfier for the cost object
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}gl_account_key
{td}
{td:class=methodParamDesc}Unique identifer for the gl account
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}Start Date for the appointment
{td}
{tr}
{tr}
{td:class=methodParamType}End
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}End Date for the appointment
{td}
{tr}
{tr}
{td:class=methodParamType}RATE_NAME
{td}
{td:class=methodParamName}Rate_name
{td}
{td:class=methodParamDesc}The name of the rate (from the list of available rates)
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Rate_Percent
{td}
{td:class=methodParamDesc}The positive of negative adjustment to be applied to this gl
{td}
{tr}
{tr}
{td:class=methodParamType}GL_Account
{td}
{td:class=methodParamName}Source_GL
{td}
{td:class=methodParamDesc}The source GL for overhead amounts to be calcluated from
{td}
{tr}
{tr}
{td:class=methodParamType}GL_Account
{td}
{td:class=methodParamName}Target_GL
{td}
{td:class=methodParamDesc}The target GL where the overhead surcharge lands
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_CO_MATCH
{td}
{td:class=methodErrorDesc}CO does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_GL_MATCH
{td}
{td:class=methodErrorDesc} Either the source or target GLs do not exist
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}RATE_EXISTS
{td}
{td:class=methodErrorDesc}You are attempting to edit a rate that already exists on this Scenario/CO/GL
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:updateCORateSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateCORateSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Adds an adjustment to a CO/GL combination
{td}
{tr}
{tr}
{th:class=h|rowspan=10}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Speculation_ID
{td}
{td:class=methodParamDesc}Unique identfier for the speculation to adjust
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}cost_collector_key
{td}
{td:class=methodParamDesc}Unique identfier for the cost object
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}gl_account_key
{td}
{td:class=methodParamDesc}Unique identifer for the gl account
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}Start Date for the appointment
{td}
{tr}
{tr}
{td:class=methodParamType}End
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}End Date for the appointment
{td}
{tr}
{tr}
{td:class=methodParamType}RATE_NAME
{td}
{td:class=methodParamName}Rate_name
{td}
{td:class=methodParamDesc}The name of the rate (from the list of available rates)
{td}
{tr}
{tr}
{td:class=methodParamType}Double
{td}
{td:class=methodParamName}Rate_Percent
{td}
{td:class=methodParamDesc}The positive of negative adjustment to be applied to this gl
{td}
{tr}
{tr}
{td:class=methodParamType}GL_Account
{td}
{td:class=methodParamName}Source_GL
{td}
{td:class=methodParamDesc}The source GL for overhead amounts to be calcluated from
{td}
{tr}
{tr}
{td:class=methodParamType}GL_Account
{td}
{td:class=methodParamName}Target_GL
{td}
{td:class=methodParamDesc}The target GL where the overhead surcharge lands
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_CO_MATCH
{td}
{td:class=methodErrorDesc}CO does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_GL_MATCH
{td}
{td:class=methodErrorDesc} Either the source or target GLs do not exist
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}RATE_EXISTS
{td}
{td:class=methodErrorDesc}You are attempting to edit a rate that already exists on this Scenario/CO/GL
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:dropCORateSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}dropCORateSpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Drop a Speculative rate from the system
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Speculation_ID
{td}
{td:class=methodParamDesc}Unique identfier for the speculation to adjust
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_SPEC_MATCH
{td}
{td:class=methodErrorDesc}Speculation does not exist in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:updateFTESpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateFTESpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Update the FTE breakdown for a person
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Personnel_key
{td}
{td:class=methodParamDesc}Unique identfier for the person
{td}
{tr}
{tr}
{td:class=methodParamType}MonthYear
{td}
{td:class=methodParamName}Start_Period
{td}
{td:class=methodParamDesc}Start period for changes
{td}
{tr}
{tr}
{td:class=methodParamType}MonthYear
{td}
{td:class=methodParamName}End_Period
{td}
{td:class=methodParamDesc}End Period for changes
{td}
{tr}
{tr}
{td:class=methodParamType}[fteEntryType|fteEntryTypeInfo Structure]
{td}
{td:class=methodParamName}FTE_Schedule
{td}
{td:class=methodParamDesc}For any given person |personnel_key|fiscal_period| FTE %|
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_APPT_MATCH
{td}
{td:class=methodErrorDesc}Appointment not in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DATE_MISMATCH
{td}
{td:class=methodErrorDesc}Date in the API request does not match date in the FTE_Schedule
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DATE_APPT_MISMATCH
{td}
{td:class=methodErrorDesc}Date outside of Appt date ranges
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:updateVacationSpec}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateFTESpec
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Update the Vacation day breakdown for a person
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Personnel_key
{td}
{td:class=methodParamDesc}Unique identfier for the person
{td}
{tr}
{tr}
{td:class=methodParamType}MonthYear
{td}
{td:class=methodParamName}Start_Period
{td}
{td:class=methodParamDesc}Start period for changes
{td}
{tr}
{tr}
{td:class=methodParamType}MonthYear
{td}
{td:class=methodParamName}End_Period
{td}
{td:class=methodParamDesc}End Period for changes
{td}
{tr}
{tr}
{td:class=methodParamType}[fteEntryType|fteEntryTypeInfo Structure]
{td}
{td:class=methodParamName}FTE_Schedule
{td}
{td:class=methodParamDesc}For any given person |personnel_key|fiscal_period| # of vacation days|
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_APPT_MATCH
{td}
{td:class=methodErrorDesc}Appointment not in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DATE_MISMATCH
{td}
{td:class=methodErrorDesc}Date in the API request does not match date in the FTE_Schedule
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DATE_APPT_MISMATCH
{td}
{td:class=methodErrorDesc}Date outside of Appt date ranges
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:loadExpenseAllocSpecfromExternal}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}loadExpenseAllocSpecfromExternal
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Loads the expense allocation information from a particular external system (SAP,COEUS)
{td}
{tr}
{tr}
{th:class=h|rowspan=7}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Cost_Collector_Key
{td}
{td:class=methodParamDesc}The unique identifier for the CO
{td}
{tr}
{tr}
{td:class=methodParamType}Source_System
{td}
{td:class=methodParamName}Source_System
{td}
{td:class=methodParamDesc}Either SAP or COEUS to represent the source system
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Plan_Version
{td}
{td:class=methodParamDesc}Either the SAP plan version to load, or COP for Coeus Proposal Budget or COA for Coeus Award Budget
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}The start date for the load
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}The cend date for the load
{td}
{tr}
{tr}
{td:class=methodParamType}Boolean
{td}
{td:class=methodParamName}Replace
{td}
{td:class=methodParamDesc}If true, replace the expense allocations in the system. Otherwise attempt to add them to existing structure. Not replacing may result in double entries.
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_CO_MATCH
{td}
{td:class=methodErrorDesc}Cost Object does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_PLAN_MATCH
{td}
{td:class=methodErrorDesc}No Plan exists of the identified type in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations]
{anchor:loadDistAllocSpecfromExternal}
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}loadDistAllocSpecfromExternal
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Loads the labor distribution allocation information from a particular external system (SAP,COEUS)
{td}
{tr}
{tr}
{th:class=h|rowspan=7}Parameters
{th}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Scenario_Key
{td}
{td:class=methodParamDesc}The unique identifier for the Scenario
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Cost_Collector_Key
{td}
{td:class=methodParamDesc}The unique identifier for the CO
{td}
{tr}
{tr}
{td:class=methodParamType}Source_System
{td}
{td:class=methodParamName}Source_System
{td}
{td:class=methodParamDesc}Either SAP or COEUS to represent the source system
{td}
{tr}
{tr}
{td:class=methodParamType}String
{td}
{td:class=methodParamName}Plan_Version
{td}
{td:class=methodParamDesc}Either the SAP plan version to load, or COP for Coeus Proposal Budget or COA for Coeus Award Budget
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}Start_Date
{td}
{td:class=methodParamDesc}The start date for the load
{td}
{tr}
{tr}
{td:class=methodParamType}Date
{td}
{td:class=methodParamName}End_Date
{td}
{td:class=methodParamDesc}The cend date for the load
{td}
{tr}
{tr}
{td:class=methodParamType}Boolean
{td}
{td:class=methodParamName}Replace
{td}
{td:class=methodParamDesc}If true, replace the expense allocations in the system. Otherwise attempt to add them to existing structure. Not replacing may result in double entries.
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[confirmMetaResultType|confirmSpeculationResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc} Returns the confirmation status of the task along with the object reference
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}NO_CO_MATCH
{td}
{td:class=methodErrorDesc}Cost Object does not exist in system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_MATCH
{td}
{td:class=methodErrorDesc}No Match for the scenario key
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_PLAN_MATCH
{td}
{td:class=methodErrorDesc}No Plan exists of the identified type in the system
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}NO_AUTH
{td}
{td:class=methodErrorDesc}User cannot define scenarios in this workset
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table}
[Back to Operations|#Operations] |