I don't know if TYPO3 permit this:

I have a table with potential costumers, and the marketing department needs
to obtain certain data from them in different steps (first contact,
presentation of the product, meeting, sell, etc...)

For that purpose I have two tables, one with the customer information and
one with the "states" of the process. 

The idea is that when some worker make an update and change the "state" of
the client (in the BE through the list module), TYPO3 must update the state
in the customers table and store the historical data of the state in the
states table. That historical data includes timestamp, userid, state and
notes about the change.

This is very easy to do in a PHP environment through a custom form, but I
want to take advantage of the list module where I already have all the
fields of the customers table controlled by the power of the TCA.

Thanks in advance for the comments.

Memo.

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to