User Tools

Site Tools


custom_checkin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
custom_checkin [2017/09/12 12:42]
kristof aangemaakt
— (current)
Line 1: Line 1:
-===== Configuration ===== 
  
-Vul een SQL Server functienaam in de tabel General.StClientDisplay 
- 
-  * Veld: **checkin_function** 
-  * Waarde (bvb): **dbo.F_DOORACCESS** 
- 
-Vb van functie: 
-// 
-CREATE FUNCTION [dbo].[F_DOORACCESS](@member_id int) 
-RETURNS nvarchar(50) 
-AS 
-BEGIN 
- return 'Geen toegang' 
-END// 
- 
- 
-==== 5 verschillende return types ==== 
- 
-"1":  standard way of checking in 
-"2":  overrule standard checkin procedure and always access = OK 
-"3":  custom function NOT OK: overrule standard checkin procedure and access = FALSE 
-"4":  overrule standard checkin procedure and always access = OK but deduct CREDIT 
-plain tekst:  Custom function NOT OK: overrule standard checkin procedure and access = FALSE + Show returncode as checkin-message on screen 
custom_checkin.1505212977.txt.gz ยท Last modified: 2017/09/12 12:42 (external edit)