Hoppa till huvudinnehållet

Remove Markups when Closing Reults Pane

Kommentarer

2 kommentarer

  • Nico Burgerhart
    A workaround is adding a Display Form with a Close button to your workflow just before the end of the workflow, and adding a the command to remove the markup just after it.
    0
  • Denise Beckham
    Nico,  Thank you so much for your suggestion! However, after posting the question, I started scrolling through the JSON file and figured out how to do exactly what I wanted! I found

     

    "moduleName": "Results"

     

    and proceeeded to study all of the behaviors and commands.  I then found the following:

     

    {

     

                  "name": "ResultsViewClosedBehavior",

     

                  "event": "ResultsViewClosedEvent",

     

                  "commands": []

     

                },

     

    I modified it to include the commands I need so that it looks like the following:

     

                {

     

                  "name": "ResultsViewClosedBehavior",

     

                  "event": "ResultsViewClosedEvent",

     

                  "commands": [

     

                    "ClearMarkupQuiet",

     

                    "ClearTemporaryMarkup"

     

                  ]

     

                },
    0

Du måste logga in om du vill lämna en kommentar.