Framework:GetPlanProperty: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


<span {{CoPFormel}}>GetPlanProperty(<Plan>,<PlanConstant>)</span>
<span {{CoPFormel}}>GetPlanProperty(<PlanID>,<PlanConstant>)</span>


{| class="wikitable" width="80%"
{| class="wikitable" width="80%"
Line 8: Line 8:
| Description
| Description
|-
|-
| Plan
| PlanID
| CopSysID of the plan.
| CopSysID of the plan.
|-
|-

Latest revision as of 07:35, 13 August 2012

Function

GetPlanProperty(<PlanID>,<PlanConstant>)

Parameter Description
PlanID CopSysID of the plan.
PlanConstant
  • ACTMONFROM Date actual from (ZeitID)
  • ACTMONTO Date actual to (ZeitID)
  • BUDMONFROM Date plan from (ZeitID)
  • BUDMONTO Date plan to (ZeitID)

This function belongs to client-side functions.

Result

Returns the value of the session plan property.

Example

GetPlanProperty(@Session_PLAN_ID@,BUDMONTO)
Result: 2010010103