How can I show dropdown option value in the audit log if I don't have any dropdown option value?

How can I show dropdown option value in the audit log if I don't have any dropdown option value?

And Value is saved in the Database. Please suggest a solution to handle the audit log list.

Parents
  • Do you mean that the dropdown option was removed from the specific dropdown and you now want to be able to show it in the audit log? The only way I can think of is to add the specific key back to the dropdown configured in studio for that field and give it a label?

  • Yes, the dropdown option is removed from the specific dropdown and now I, want to show it in the audit log.

    laxmichand

  • The audit log uses the same logic as other parts of Sugarcrm. So when you remove a dropdown option it will be shown as 'blank' / not showing at all because that option is not available anymore. You could overwrite the audit log api so that it shows the key instead

Reply
  • The audit log uses the same logic as other parts of Sugarcrm. So when you remove a dropdown option it will be shown as 'blank' / not showing at all because that option is not available anymore. You could overwrite the audit log api so that it shows the key instead

Children