insomniacc / PSSnow

A powershell module for interacting with the ServiceNow REST API
GNU General Public License v3.0
38 stars 9 forks source link

Create functionBuilder #24

Closed insomniacc closed 1 year ago

insomniacc commented 1 year ago

Since the module has a framework for the table API it would be beneficial to create a function builder with input for tablename and function name. It should be able to generate a standard CRUD function and output the ps1 file into the src folder along with adding it to the manifest.

It will need to lookup the target table in snow, pull any attributes for parameters, including from any extended tables recursivly.

insomniacc commented 1 year ago

Added to repo functionBuilder\ directory but kept out of the module.