Add advanced condition to trigger notification only for specific catalog item (by sys_id)#1708
Closed
at8807602 wants to merge 2 commits intoServiceNowDevProgram:mainfrom
Closed
Add advanced condition to trigger notification only for specific catalog item (by sys_id)#1708at8807602 wants to merge 2 commits intoServiceNowDevProgram:mainfrom
at8807602 wants to merge 2 commits intoServiceNowDevProgram:mainfrom
Conversation
This advanced condition can help to trigger the notification based on the particular catalog item.
Advance condition section in notification, enables with the capability to filter any kind of data present in the system and based on that you can trigger the notification. In my scenario, I have done it for the specific catalog item, whenever you request any catalog item, this notification would only trogger when the sys_id matches with the particular catalog item's sys_Id. Note: Advance condition section always returns the Boolean value as same as we have in entitlement scripts and if condition passes it returns true or else it returns false.
Contributor
|
Thank you for your contribution. However, the title and description of this Pull Request are too vague and do not provide sufficient context or clarity regarding the changes made. Please update the title and description with more detailed and specific information about the modifications, the reason behind them, and their expected impact. This will help in better understanding and reviewing your contribution effectively. Closing this for now. Once you make additional changes, feel free to re-open this Pull Request or create a new one. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This can help to trigger the notification only when particular catalog item is requested.