Framework:GetPlanProperty: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
Created page with "==Function== GetPlanProperty(<PlanConstant>) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6f6f6..." |
No edit summary |
||
| (5 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%" | |||
{| | |-{{Tabellentitel}} | ||
| Parameter | |||
| 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( | <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 |
|
This function belongs to client-side functions.
Result
Returns the value of the session plan property.
Example
GetPlanProperty(@Session_PLAN_ID@,BUDMONTO)
Result: 2010010103