Framework:GetPlanProperty: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
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 9: Line 8:
| Description
| Description
|-
|-
| Plan
| PlanID
| CopSysID of the plan.
| CopSysID of the plan.
|-
|-
Line 19: Line 18:
:*BUDMONTO Date plan to (ZeitID)
:*BUDMONTO Date plan to (ZeitID)
|}
|}
This function belongs to [[:Category:Functions_-_client-side|client-side functions]].


==Result==
==Result==
Returns the value of the session plan property.
Returns the value of the session plan property.


==Example==
==Example==
Line 31: Line 30:
__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|GetPlanProperty]]
[[Category:Functions - client-side|GetPlanProperty]]
[[Category:Functions - client-side|GetPlanProperty]]
[[de:Framework:GetPlanProperty]]
[[de:Framework:GetPlanProperty]]

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