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(<PlanConstant>)</span>
<span {{CoPFormel}}>GetPlanProperty(<Plan>,<PlanConstant>)</span>




Line 8: Line 8:
| Parameter  
| Parameter  
| Description
| Description
|-
| Plan
| CopSysID of the plan.
|-
|-
|PlanConstant
|PlanConstant
Line 22: Line 25:


==Example==
==Example==
<span {{CoPFormel}}>GetPlanProperty(BUDMONFROM)</span><br>
<span {{CoPFormel}}>GetPlanProperty(@Session_PLAN_ID@,BUDMONTO)</span><br>
Result: 2010010103
Result: 2010010103



Revision as of 10:31, 27 April 2012

Function

GetPlanProperty(<Plan>,<PlanConstant>)


Parameter Description
Plan 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)

Result

Returns the value of the session plan property.


Example

GetPlanProperty(@Session_PLAN_ID@,BUDMONTO)
Result: 2010010103