The AutoComplete_RemoveFieldData() function removes the auto-complete data for the specified field for the user currently logged into the workstation.
AutoComplete_RemoveFieldData(field field_name)
• field field_name – The field for which the auto-complete value is being removed. The field must be on a window that is currently open in the application.
A boolean. True indicates the data was removed, while false indicates it was not.