The AddMetric procedure of the form syHomePageMetric form adds a metric item to the template Home Page for a user.
AddMetric, user_ID, dict_ID, metric_ID
• user_ID – A string specifying the ID of the current user for which the metric is being added.
• dict_ID – The ID of the dictionary that contains the definition of the metric.
• metric_ID – An integer that specifies the ID of the metric being added. Typically a constant is used for the metric ID.
This procedure simply adds the metric to the Home Page template. Other scripts must be added to your dictionary to process the metric.