Framework:CheckOut: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with "==Function== CheckOut; 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 onl..."
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
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.


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.
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.
Line 11: 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 18: 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.<br>
Insert
<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 the property [[Framework:BI_Center:Input_Mask_-_Dimension_properties|FilterSessionKey]] insert the function (requires a mapping table):
<center><span {{CoPFormel}}>FKT_GetRecord(tb_UserMapping.Value, UserID !me @Session_User_ID@)</span></center>




__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|CheckOut]]
[[Category:Functions - client-side|CheckOut]]
[[Category:Functions - client-side|CheckOut]]
[[de:Framework:CheckOut]]
[[de:Framework:CheckOut]]

Latest revision as of 13:52, 10 July 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.

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