Framework:CheckOut: Difference between revisions
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
Insert | Insert | ||
<center>Checkout; </center> | <center>Checkout; </center> | ||
in [[Framework:BI_Center:Input_Mask_-_Dimension_properties|SpecialDefinition]] of an input mask in the general settings of the dimension "PC/KST".<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>FKT_GetRecord(tb_UserMapping.Value, UserID !me @Session_User_ID@)</center> | ||
Revision as of 12:09, 22 December 2011
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):