I have a Record Type, which has some Related Actions (Edit/Delete/Display). If I

I have a Record Type, which has some Related Actions (Edit/Delete/Display). If I choose Edit, and then Submit, it will display a page with Related Action. We want to hide/remove Delete from Related Actions and I have a mechanism to do it. After I submit, if I go to Related Actions immdetialy, the Delete link will be gone. But if I go to Related Actions immediately, the Delete link will still be in Related Actions, which will cause some problems.

After submit, can we re-direct the user to a different page that doesn't show Related Actions? This way, wen the user finds the record again, the process should have finished.

Thanks.

OriginalPostID-141459

OriginalPostID-141459

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    There isn't any ability to control the navigation path but there are a few examples of how to create a user friendly journey. One option is that after you have performed the delete action in process chain through to another UI task with a confirmation message that only has a link (no submit buttons) or clickable image that resolves back to the record list view. You can then place a timer exception on the task to allow the process to complete in the background.
Reply
  • 0
    Certified Lead Developer
    There isn't any ability to control the navigation path but there are a few examples of how to create a user friendly journey. One option is that after you have performed the delete action in process chain through to another UI task with a confirmation message that only has a link (no submit buttons) or clickable image that resolves back to the record list view. You can then place a timer exception on the task to allow the process to complete in the background.
Children
No Data