Use openUrl() to edit a specific record

Use openUrl() to edit a specific record

I am working on a queue app for my organization.  I have a master queue that is a report of meetings with workflow buttons to manipulate the records.  One of these buttons I would like to open the record and edit for the purpose of changing the queue lookup field.  I'm having a hard time getting the openUrl() task to open the record in edit mode.  Right now it looks like this:

  1. openUrl("https://creatorapp.zoho.com/williamsoncad/q2#Form:Meeting/record-edit/#Report:All_Meetings?ID=" + ID,"popup window");