use Omni Field Security to Audit changes on my system?
Yes, you can. Here are some examples logging changes to the Customer/Debtor Name and the Hold field on the Customer Maintenance window. You will have to apply similar scripts to each of the different fields you wish to log. Screenshot/Script of Field Security settings to log changes to the Customer/Debtor Name field. Screenshot/Script of Field Security settings to log changes to the Customer Hold field. Note: Depending on the base data type of the field you are logging, you will need to use the str() function for any non-string data type when writing the log. Also you will need to change the field used to obtain the old value and the data types of the l_old_field, l_new_field and the parameter passed to the execute() function. Here is a list of the available fields and the data types. ‘WDC Field Security Boolean’ of globals for Boolean and Check Box data types. ‘WDC Field Security String’ of globals for String and Combo Box data types. ‘WDC Field Security Long’ of globals for Long Inte