Mattersphere Developers Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Go down
avatar
Lynne Harding
Posts : 335
Join date : 2018-12-20

Passing highlighted value to form Empty Passing highlighted value to form

Thu 23 Jan 2020 - 8:43
We are attempting to design a task client/matter reassignment form/wizard. Is there a way through Matter Centre C#/object to select or recognize the task the user highlighted before clicking on the wizard? For example, if we have 3 tasks with the taskID of 1, 2 and 3 and the user selected #2 before clicking the wizard, the wizard understands #2 is the selected task. Thanks.
avatar
Lynne Harding
Posts : 335
Join date : 2018-12-20

Passing highlighted value to form Empty From TR

Thu 23 Jan 2020 - 8:43
If you are calling the wizard from a button on a searchlist using one of the built in button commands (Edit, EditWizard, EditDialog, AddFrom etc) then all the fields that are in the Search lists return fields collection will automatically be passed through. You can then access them on your wizard either by setting the default value of a control to %returnFieldName% or in script by accessing the key value collection in EnquiryForm.Enquiry.ReplacementParameters. If you are calling the wizard using your own scripting then you can pass the return fileds collection from the searchlist which is contained in SearchControl.SelectedItems[0].
Back to top
Permissions in this forum:
You cannot reply to topics in this forum