User Tools

Site Tools


custom_checkin

This is an old revision of the document!


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

Return types

Er zijn 5 verschillende returns:

  • “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.1505213031.txt.gz · Last modified: 2017/09/12 12:43 (external edit)