The datamodel has 5 hidden fields per table. Every single time I set up a new tabel, I create fields like: modified_dt and created_dt.
Often I also store customer_id, this due to easy findability.
Since those fields already exist and are stored properly, this feels like a waste of stored data aswell as lost energy to every single to create what's already there.
It's about those fields:
__createdat__
__createdby__
__modifiedat__
__modifiedby__
__customer__id__
customer__id would be really nice, everytime you have to search a datamodel record, given by contact-centre for example. I have to make a profile which says: booking_number = xxxxx and then go to view customers.
While if I have the customer__id already I can easily search in the CRM tab.
Even more beautiful would be that you can klik from a datamodel record directly to the customer insights page :)
Reactie toevoegen
Log in of registreer om commentaar achter laten.