Hi,
I need to restrict the drop down values for the field 'STATUS' ( USER_STATUS_KEY) in view SRQM_INCIDENT_S/IncidentSR
The default drop down lists statuses for all Service request transaction types but i need to list only the statuses of a Z transaction type.
I tried to implement the get_v method, thinking that the values determined in get_v would replace the default values but the values found in get_v method only get appended to the existing drop down values.
How can I restrict the drop down values ?
Thanks,
Karthik