This Sproc will add AttendantSetting Event data in IVR_AttendantSettings table.
This Sproc will add AttendantSetting Event data in IVR_AttendantSettings table along with other AttendantSettings details like: NodeId, ServerName, ParentNodeId and AttLevelHierarchy etc.
Column | Parameter Direction | Data Type (Size) | Description |
---|---|---|---|
@NodeId | INPUT | char (7) | |
@ServerName | INPUT | nvarchar (60) | |
@ParentNodeId | INPUT | char (7) | |
@LevelName | INPUT | nvarchar (400) | |
@LevelNumber | INPUT | tinyint (1) | |
@AttLevelHierarchy | INPUT | nvarchar (4000) | |
@AttLevelIdHierarchy | INPUT | varchar (4000) | |
@LevelType | INPUT | nvarchar (50) |