Skip to main content

Is there a way to temporarily turn off Pop-ups in Enterprise Portal while making a selection in a workflow?

Comments

3 comments

  • Permanently deleted user

    My team and I resolved this. Here are the steps we took to accomplish it.

     

    1. Get Map
    2. Set Property Activity
      1. Object: =$map.map.map.infoWindow.domNode
      2. Property Name: hidden
      3. Property Value: true
    3. Form with Geometry Picker
    4. Set Property Activity
      1. Object: =$map.map.map.infoWindow.domNode
      2. Property Name: hidden
      3. Property Value: false
    5. Continue workflow
    0
  • Permanently deleted user

    Thanks JD ... Your team must be doing some great things!!! This will help greatly.

    0
  • Permanently deleted user

    There's a bit of an issue with the above method if the user starts the workflow and then closes rather than submit/cancel. The Set Property Activities are better suited in change events inside the form. For example: radioButtonList on change, hidden = true; geometryPicker on change, hidden = false.

    0

Please sign in to leave a comment.