KelvinTegelaar / AutotaskAPI

Autotask 2020.2 REST API PowerShell wrapper
https://cyberdrain.com
MIT License
67 stars 25 forks source link

Update AutotaskAPI.psm1 #21

Closed robgilbreath closed 4 years ago

robgilbreath commented 4 years ago

When checking whether to add custom udfs to a body template, the script references $udf instead of $udfs. As $udf is never defined, the test always returns false and custom udfs are never added to a body template.

KelvinTegelaar commented 4 years ago

Wow that's a huge typo. Thanks for catching that @robgilbreath