Framework:GetPlanProperty: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


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


{| class="wikitable" width="80%"
{| class="wikitable" width="80%"
Line 8: Line 7:
| Parameter  
| Parameter  
| Description
| Description
|-
| PlanID
| CopSysID of the plan.
|-
|-
|PlanConstant
|PlanConstant
Line 16: 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==
GetPlanProperty(BUDMONFROM)<br>
<span {{CoPFormel}}>GetPlanProperty(@Session_PLAN_ID@,BUDMONTO)</span><br>
Result: 2010010103
Result: 2010010103


Line 28: 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