SITES- Redirection From Action Tab to Report Tab link

Used case --::>> When the User Submits the Screen on Action Tab and it should redirect them to My Task Report instead of displaying Process Start Form. Please advice on this.

OriginalPostID-273486

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    As per my understanding, make My Task Report Tab as default, now create a Custom Plugin (Function) using Java, which can accept a parameter as Link (Text), and can open the same Link in a Web Browser, for this you can either use java.awt.Desktop class or java.lang.Runtime class, based on the target environment (Windows, Linux) support.

    Now create a Constant and push your Site URL into it.

    Now try calling this plugin function by passing constant into it, on Submit.

    I hope this will do your Job
Reply
  • 0
    Certified Lead Developer
    As per my understanding, make My Task Report Tab as default, now create a Custom Plugin (Function) using Java, which can accept a parameter as Link (Text), and can open the same Link in a Web Browser, for this you can either use java.awt.Desktop class or java.lang.Runtime class, based on the target environment (Windows, Linux) support.

    Now create a Constant and push your Site URL into it.

    Now try calling this plugin function by passing constant into it, on Submit.

    I hope this will do your Job
Children
No Data