Chandan Kumar

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Implement SendBack Feature #21158
    Chandan Kumar
    Participant

    Thanks for the solution Keith!

    I will try implementing the way you suggested and will update

    in reply to: Side-By-Side Dropdown Alignment Issue #21156
    Chandan Kumar
    Participant

    Hi Alex,

    I fixed alignment using CSS of dropdown fields.

    Thanks

    in reply to: Implement SendBack Feature #21149
    Chandan Kumar
    Participant

    Hi Alex,
    Thanks for your quick response! Currently I am using the same way to move the Workflow ahead from one step to another. I am using one choice field which is holding all the Workflow Steps name and using switch case for each steps and its working perfectly file. I am also using rule to handle showhide at each step.

    So now my actual requirement is different. Suppose there is 10 steps workflow and currently the workflow is pending at 5th step. The 5th step Approver wants the workflow to Send back to 3rd step. So when 5th Approver click on Send Back button, he should get option to send it back to any 4 previous steps.
    Now my plan is to store the Steps name which is already passed, in multi-line column (suggest if better option available). And When user click on Send Back button, I will show the value of multi-line column as a option(not sure if its feasible) to user to which previous steps he wants to send it back. Once the user select one step name, Then I will use the rule to handle showhide of the columns. So please let me know if it can be achieved in a better way and also some snippet to achieve the functionality.
    Thanks a lot in advance!

Viewing 3 posts - 1 through 3 (of 3 total)