I have been working on a model to construct a link to open up a new assignment with assignment details filled in. This documentation - https://doc.arcgis.com/en/workforce/android-phone/help/deploy.htm#ESRI_SECTION1_107B8C0704544D6BA01329FA71F64D67 seems to indicate this is possible, but the parameter workorderid does not seem to work.
I have gotten description, assignee and assignment type to all fill in according to my URL parameters, but the workorderid field does not populate.
I have tried the following, where description fills out the text box with the word 'picture' but the Work Order ID text box is empty.
http://<portalURL>/apps/workforce/projects/<projectID>/dispatch/assignments/new?workorderid=123&description=picture
I also tried out variations of workorderid like 'work_order_id'
I am not sure if this is a bug or if workorderid is just not meant to be populated with a link.
Thanks