Autopopulate choices of a multiple choice field based on the company chosen?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 05:25 AM
We have a company field in the catalog item.
In Snow we have a company table which has two fields customer and vendor which are t/f fields .
They can't be true together.
We have a multiple choice type company relationship field which has 3 choices
vendor, client and other.
Now when i choose a company in the portal,
If the vendor is true for that company , from the choices Vendor should show up and rest hidden
If customer is true in the company , similarly client should show up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 06:58 AM
Dot walk will not help here as this needs to be done in catalog item.
Created a Catalog client script and a script include for the above problem and gotten the results but the autopopulation is left.