Function _validateTrackingTemplatesPrivate

  • Private

    Used by deploy to evaluate if we have everything we need to deploy tracking views.

    An error is thrown to prevent additional deployment work if we have Tracking items and tracking is not enabled or the deployment user is not an admin in the organization.

    Parameters

    • templates: IItemTemplate[]

      the list of IItemTemplates from the solution

    • templateDictionary: any

      Hash of facts: org URL, adlib replacements, deferreds for dependencies

    Returns void