SDLC Component validations in service now, if we commit the now.yaml file from github.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 05:24 AM
There is one now.yaml file in GitHub, when we give the mandatory field vales and commit the now.yaml file, SDLC Components will be created in service now. If we give empty field values while commit the now.yaml file, sdlc components should not be created and meantime incident will be created with the error description details like 'Missing required property Buisiness application name.
We have one existing script include file with all the validations, all validations are working fine but in one use case like if we give the empty business_applications name in now.yaml file, incident is not being created now.
But we remove '-' symbol and give empty business applications name in yaml file, incident is getting created.
Can any one help me how to do this validation in service now with out remove the '-' symbol.
Please find the attached script include file for reference.
now.yaml file in Github :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 06:32 AM
Please help me on this? It is very urgent requirement.