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 insert)
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
The ResortServiceAPI contains this configuration - default value is 99

Create a Profile Type

Last updated
Was this helpful?