SharePoint List View Row Formatting: Deployment Schedule
Hi Friends,
Many of us have maintains the deployment schedule in SharePoint List and with a lot of columns and information, it is really painful to have a view with all relevant information. Today I had worked on the SharePoint Deployment Schedule list to give it an interactive view so that one can know about the status one first sight.
Code can be found here
With the help of JSON, the view displays the current status of the deployment for different environments, the responsible person, and the spring in which it was to be deployed.
There are two views,
List View
Tile View
To get the view following columns will be needed
- Title
- Application
- Package Version
- Status
- QA Deployment
- UAT Deployment
- PROD Deployment
- Responsible
- QA Deployment Sprint
- UAT Deployment Sprint
- PROD Deployment Sprint
Hope this post will help you.
Happy Coding..!!
#Microsoft #SharePointWidgets #ListViewFormatting
Comments
Post a Comment