I know this is a simple task. How do I turn on the Change log for when someone creates or modifies a customer?
Thanks,
Adam Smith
I know this is a simple task. How do I turn on the Change log for when someone creates or modifies a customer?
Thanks,
Adam Smith
Under BAM (Business Activity Manager) select the customer table. You will
see the fields available to log. Select only those fields you need. Then
check the box for change log
Mark Wagner
Sr. Partner
Capstone Alliance Partners 888.597.2227 Ext. 71
<888.597.2227%20Ext.%20714>2 | 904.412.6847 mwagner@capstoneap.com (cell)
| www.capstoneap.com
Created is easy updated not as much. My recommendation is to create 2 UD fields Created and Modified, attach a BPM to Customer.Update. Set Created when Row.Added() and set Modified when Row.Updated(). As UD fields they can be used for reporting purposes as well then.