Obtaining Subroutine GUIDs

Contact Us can now be configured with a WebCallback subroutine at the queue level. Obtain the GUID for the subroutine and update the associated configuration file for Contact Us. This identifier enables Contact Us to pass along the correct subroutine to be used to initiate a callback routing for the given queue.

To obtain web callback subroutine information from SQL
  1. Open SQL Server Management Studio or any other SQL management program.
  2. Query the following select statement:

    select Pkey, Name from tblConfig_VWM_Subroutine.

  3. Find the value of Pkey, to obtain the Subroutine GUID.