Is it possible to add an End Date to an option Set value in order to remove that option from the list?
In our non CRM applications, all reference data includes an end date, and when we display data from the reference table, we only include items that do not have an end date in the past. We use this to ensure records with old reference data remain accurate
while stopping people accidentally using an old reference value.
From my understanding, the only way to do this would be via a Custom Entity which includes the value and an end date, and then to use a look-up field which takes the end date into account.
Any other options?