if i select "point of failure" as internal core network , Explain external location should be hide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 10:14 PM
Hi Experts ,
I wrote UI policy for displaying the fields
-> Created Field "Point of Failure" filed Drop down with below values
1.Internal to Core Network
2. External before
if 2(External before) chosen from the "Point of Failure" field ,
--> Created field "External Location" field with below values
1. External location
2. Other
If 2 (Other) is Chosen on the External Location field
-->Created a Free Form text box Called "Explain External Location"
up to this is every thing is working fine but
If i changes "point of failure " filed to 1.Internal to Core Network but still text box Called "Explain External Location" filed is displaying
Here if i select "point of failure" as 1. internal intrado core network , Explain external location should be hide
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 05:35 AM
Hi @snowdev199202
In the UI policy where you're showing the Explain external location field, add the below mentioned condition and check.
Point of failure is External before and
External location is Other.
Then show the Explain External Location field and make sure the reverse if false is true.
Please mark this as helpful and accept it as a solution if this works for you.
Thanks!