Display the Ui action button based on the condition
if the type if Desktop or Printer then add a button on top of task "TO"when clicked on TO it initiates the transfer order process.Please correct the above below script. if (current.type == 'desktop' || current.type == 'printer') {action.setVisible...
