Feedback

  • Contents
 

Preview Process Pseudocode


Preview data pop

When a preview call record pops:

  Goto the preview pop page

End function


Preview call placement

When the page loads:

  Populate the page with call record data

End function

When a 'place call' button is pressed:

  Place the preview call

End function

When a 'skip call' button is pressed:

  Skip this call record

  Return to call waiting page

End function