Framework:CheckOut: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==[[Framework:Functions|Function]]== | ==[[Framework:Functions|Function]]== | ||
CheckOut; | <span {{CoPFormel}}>CheckOut;</span> | ||
Enter in [[Framework:BI_Center:Input_Mask_-_Dimension_properties|SpecialDefinition]] of an Input mask. | Enter in [[Framework:BI_Center:Input_Mask_-_Dimension_properties|SpecialDefinition]] of an Input mask. | ||
| Line 24: | Line 24: | ||
Requirement: Persons in charge of the cost centers are allocated to cost centers in a mapping table.<br> | Requirement: Persons in charge of the cost centers are allocated to cost centers in a mapping table.<br> | ||
Insert | Insert | ||
<center>Checkout; </center> | <center><span {{CoPFormel}}>Checkout;</span></center> | ||
in [[Framework:BI_Center:Input_Mask_-_Dimension_properties|SpecialDefinition]] of an input mask in the general settings of the dimension "PC/KST".<br><br> | in [[Framework:BI_Center:Input_Mask_-_Dimension_properties|SpecialDefinition]] of an input mask in the general settings of the dimension "PC/KST".<br><br> | ||
In the property [[Framework:BI_Center:Input_Mask_-_Dimension_properties|FilterSessionKey]] insert the function (requires a mapping table): | In the property [[Framework:BI_Center:Input_Mask_-_Dimension_properties|FilterSessionKey]] insert the function (requires a mapping table): | ||
<center>FKT_GetRecord(tb_UserMapping.Value, UserID !me @Session_User_ID@)</center> | <center><span {{CoPFormel}}>FKT_GetRecord(tb_UserMapping.Value, UserID !me @Session_User_ID@)</span></center> | ||
Revision as of 15:54, 6 March 2012
Function
CheckOut;
Enter in SpecialDefinition of an Input mask.
One user only can enter values in this mask, if he has opend the mask exclusive. A further user can open this mask only read only at the same time. Die protection refers to one or more dimensions and the selected element while opening.
The first user to open the mask gets following symbol in the register:
Each further user gets following dialog and the mask opens read only.
In the register following symbol will be displayed:
| Hint The check out-logic only is validated while openning the mask. |
Example
Requirement: Persons in charge of the cost centers are allocated to cost centers in a mapping table.
Insert
in SpecialDefinition of an input mask in the general settings of the dimension "PC/KST".
In the property FilterSessionKey insert the function (requires a mapping table):