Framework:CheckOut

From CoPlanner 10
Jump to navigationJump to search

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