Getting Started

 View Only
  • 1.  Mobile phone Pop Up alert

    Posted 11-25-2020 18:47
    I am setting up a button with javascript pop-up alert if certain criteria is not met
    This button works fine on browser but it stops working when click it through my APP
    it will take me straight to a browser. Has anyone had any idea how i can get around this. Thanks 
    below is my code. any help is very much appreciated


    If(not IsNull([Actual Completion Date]),
    "<a " & $style & " href=\"javascript:alert ('Task has been completed!!')\">" &[Task Status]&"</a>",

    ------------------------------
    Leon Wong
    ------------------------------