Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skylinecommunications/slc-as-getviews
This example automation scripts gives you a list of views under a specified view.
https://github.com/skylinecommunications/slc-as-getviews
dataminer-automation-script
Last synced: about 7 hours ago
JSON representation
This example automation scripts gives you a list of views under a specified view.
- Host: GitHub
- URL: https://github.com/skylinecommunications/slc-as-getviews
- Owner: SkylineCommunications
- License: mit
- Created: 2024-02-16T07:33:48.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-16T12:17:42.000Z (9 months ago)
- Last Synced: 2024-02-17T08:36:20.748Z (9 months ago)
- Topics: dataminer-automation-script
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SLC-AS-GetViews
This script will ask for one script parameter:
- RootView: Name of the view for which the subviews will be returned.
## Logic
The script will log in information events a list of views that are directly under the specified root view. The name and ID of the view are logged.
## Future Implementation Ideas
Go to the 'Issues' tab to find out the limitations and future enhancements of this script.