My Involvement Widget ===================== The My Involvement widget displays links to every organization in which the user is currently enrolled. The widget utilizes an HTML file, SQL script and Python script as shown below. Since the involvement list is different for each user, Caching should be set to **each user**. HTML Code --------- Below is the HTML code for the My Involvement widget. As supplied by TouchPoint, the file name is **WidgetInvolvementHTML**. .. literalinclude:: Files/WidgetInvolvement.html :linenos: SQL Script ---------- Below is the SQL script for the My Involvement widget. As supplied by TouchPoint, the file name is **WidgetInvolvementSQL**. .. literalinclude:: Files/WidgetInvolvement.sql :linenos: Python Script ------------- Below is the Python script for the My Involvement widget. As supplied by TouchPoint, the file name is **WidgetInvolvementPython**. .. literalinclude:: Files/WidgetInvolvement.py :linenos: | | +--------------------+------------------+ | **Latest Update** | **04/30/2020** | +--------------------+------------------+ Added this article.