Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@zvercodebender zvercodebender released this 05 Apr 16:10
· 145 commits to master since this release

This release refactors all of the current ServiceNow tasks as follows:

  • Remove deprecated methods as follows:

    • CredentialsFallback
    • XLRequest

    These methods are replaced with new build in methods of the in the ServiceNowClient object.

  • Removed the included httputil classes in favor of the new builtin helper classes.

  • Added more error checking

  • Added output of ServiceNow requst objects in output log

  • Added more documentation

  • Included a XL Release tempalte to test current tasks

  • Created default properties where possible

  • Made tableName parameter hidden were possible

  • Moved much of the detailed interactions into ServiceNowClient Class to integrate with ServiceNow