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( | <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 |
|
Result
Returns the value of the session plan property.
Example
GetPlanProperty(@Session_PLAN_ID@,BUDMONTO)
Result: 2010010103