cancel
Showing results for 
Search instead for 
Did you mean: 

how to remove WEB UI Input field history for a specific field

grohitg238
Explorer
0 Kudos

e.g in account relationship if choose relationship from drop down it is auto completing partner field. which i dont want to autofill. I tried below unsuccessful attempts :: 1. Setting its value as blank from event handler do_prepare_output and other methods. 2. In personlise setting => layout setting => disble input field. this one works for only current user. Is there any way to restrict field history for all users in system.

Accepted Solutions (0)

Answers (1)

Answers (1)

Domi
Contributor
0 Kudos

Hi

You can use report SVH_DELETE_LAST_ENTRIES as an template to delete specific input history values

With CL_THTMLB_SVH_SINGLETON->GET_HASH_VALUE you can generate the HASH_VALUE and delete the entries from table CRMC_SVH_ENTRIES

regards

Domi