I have the following edit_interface_screen_details.xml file;
Select Document This is the document that will have it's contents parsed and loaded into the Standard Page selected above. Select Page/Parent Location You can select either a Standard Page that already exists or a parent Node that a new Standard Page shall be added too.
I've got 2 Asset Pickers and they are returning Asset ID's fine.
This asset is needing to use both these selected assets to complete it's task. What I plan on doing is taking the first selected asset and throwing a handle into a class var. Then when the second process_function_name function is run fetching the handle to the initial asset.
My question is this; Are the functions in the file above executed in the order they appear in the file? e.g. Is it safe to assume that processSourcePicker() has been called prior to processDestinationPicker?