Zum Hauptinhalt gehen

Displaying “progress sign” for workflow,

Kommentare

5 Kommentare

  • Permanently deleted user
    You can use the activity "configure workflow container" and set the property 'Is Busy' to true.

     

    Cheers,

     

    Mahender
    0
  • Permanently deleted user
    Thank you Mahender, I've done what you mentioned with no effect,

     

    _img_ alt="User-added image" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=90760000000PDjq&feoid=Body&refid=0EM60000000HTSb" _/_img_

     

    What might be the issue here?

     

    where should I put the activity?

     

    Thank you in advance,

     

    Majdoleen
    0
  • Permanently deleted user
    If you use activity ConfigureWorkflowContainer, you can set the property  "Busy"  to TRUE

     

    In combination with the "Message" property, it will show you a nice moving image.

     

    You can reuse the Configureworkflowcontainer activity everytime you want to show busy or a new message. Therefore you have to create a string variable with a default value, and  use this variable in the WorkflowContainerName.

     

    A FormDesigner activity will overwrite your (busy) message (when the same  worfklowcontainername variable is used), when it is loaded.
    0
  • Richard Diaz
    Majdoleen,

     

    You can use the workflow activity "ConfigureWorkflowContainer" to inform the user that the workflow is working.  If the "container name" value is set to "Default" it will show in the left panel.  If set to "DefaultNoCloseButton", the container will not have the little "X" at the top right to close the window.  If set to "ModalWindowNoCloseButton", it will act like the Alert activity and also not show a close button.  Hope this helps.

     

    Cheers, Rick
    0
  • Permanently deleted user
    Thank You Gerben and Richard, it is working with me after using the "Default" term.

     

    Really appreciate,

     

    Best,

     

    Majdoleen
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.