when I select the none option in the field then another field also will be the same like None
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 03:36 AM - edited 03-12-2024 04:13 AM
I have taken two fields which are "City" and "Pin code". both the city and pin code fields already include "-- None --", and want to set the pin code field to "-- None --" when "None" is selected in the city field,
I have written the client script for When the choice value is selected in the City field then adding the options Here Working properly (added options when i select the city choice))
Here i went back it means i select none, but it still showing pin code valueon the Choices to the Pin code field.
options are added to the "Pin code" field properly but,
when the 'none' option is selected it shouldn't clear the existing value.
it shows the existing value even though I select the "none" option in the "city" field.
Note : on the Service Portal,
I tried the below code: