Framework:CheckOut: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
Line 13: Line 13:
[[image:Aggmaske_Bereich_wird_bereits_bearbeitet.png|center|thumb|Input mask, Area allready checked out]]
[[image:Aggmaske_Bereich_wird_bereits_bearbeitet.png|center|thumb|Input mask, Area allready checked out]]
In the register following symbol will be displayed: [[image:Aggmaske_Checkout_nonexclusiv.png]]
In the register following symbol will be displayed: [[image:Aggmaske_Checkout_nonexclusiv.png]]
In this exapmle the mask is locked for each further user, because of the root element "Profit Center/Cost Center" is selected in "Filter Expression LookUp". Additionally the option "Locked" is selected. So the user can change the filter.


{| {{Bausteindesign1}}
{| {{Bausteindesign1}}
Line 20: Line 18:
| <span style="color: darkblue;">'''Hint'''</span> &nbsp;The check out-logic only is validated while openning the mask.
| <span style="color: darkblue;">'''Hint'''</span> &nbsp;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
<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 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>





Revision as of 12:08, 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.

CheckOut;

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.

Error creating thumbnail: File missing
Input mask, Area allready checked out

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

Checkout;

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):

FKT_GetRecord(tb_UserMapping.Value, UserID !me @Session_User_ID@)