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]]==


GetPlanProperty(<PlanConstant>)
<span {{CoPFormel}}>GetPlanProperty(<PlanConstant>)</span>




Line 22: Line 22:


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



Revision as of 16:04, 6 March 2012

Function

GetPlanProperty(<PlanConstant>)


Parameter Description
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(BUDMONFROM)
Result: 2010010103