Create a close button to close current browser window tab on a record page

Certified Associate Developer

Hi All,

is it possible to create a close button on a record page to close current browser window tab?

or is it possible to do something like " window.open('', '_self', '').close(); " at Appian UI page?

thanks,

Gaurav

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    No and no. What is the use case?

  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    Hi ,

    We have created Dashboard  using Angular UI.  The task list contains 2 main columns :

    1. run task ( this could be an Angular task(head-less implementation) or an Appian task UI 

    2. view task details ( when user click , this will open a new tab )

    View Task Details Page -- An Appian page which show the current status of task and rest of the details. Additionally we have added features like add comments for that task on that page. It is not a task. It is a record which is available for all task to view the current status of task and user can enter additional details.

    User can close this page by clicking on cross at right corner of the browser , but they are asking if we can give a close button which will close the page.

    Thanks,

    Gaurav

Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    Hi ,

    We have created Dashboard  using Angular UI.  The task list contains 2 main columns :

    1. run task ( this could be an Angular task(head-less implementation) or an Appian task UI 

    2. view task details ( when user click , this will open a new tab )

    View Task Details Page -- An Appian page which show the current status of task and rest of the details. Additionally we have added features like add comments for that task on that page. It is not a task. It is a record which is available for all task to view the current status of task and user can enter additional details.

    User can close this page by clicking on cross at right corner of the browser , but they are asking if we can give a close button which will close the page.

    Thanks,

    Gaurav

Children