Calling LS Function from A View

A very basic question from someone who just started working with Domino V6. I have several LS Functions I have defined in Libraries located in Script Libraries. I am trying to call these functions from some Views I have defined without sucess. I have been told that you can’t call script functions from a View. I am trying to find out if that is a factual statement. If someone can verify, I would really appreciate it.

Subject: Calling LS Function from A View

You can execute LS either in one of the (many) built-in view functions that are event-driven (like QueryOpenDocument), or standard functions (Initialize, Terminate), or add an action that will activate on clicking.