For the complete documentation index, see llms.txt. This page is also available as Markdown.

RTP Prerequisites

Notes for setup in RTP.

The Employee Upsert functionality introduces an Alternate ID. You RTP administrator will need to enable this.

Create a new Profile Type (will need to be completed by an RTP Admin - or via a database update)

The Admin entity 'Profile Type' needs to be set in dbo.AdminEntity to 1 and then Profile Types need to be added to the RTP Admin Security Group.

// Example Step 1
UPDATE a
SET a.StatusCode = 1
FROM dbo.AdminEntity a
WHERE a.Description = 'Profile Type'
AND a.StatusCode = 2
  1. The ResortServiceAPI contains this configuration - default value is 99

Create a Profile Type (make sure the profile type is added to the Flaik POS Integration's appsettings files (POS section)

Last updated

Was this helpful?