Where is best place to put custom function before record quickcreate?

Hi,

Where is best place to put custom function before record quickcreate or what kind of hook need to use?

Thanks and sorry about my english.

Are you try, before save logic hook …

1 Like

Yes, but it activated only after save button clicked :frowning:

I need somthing like after_retrieve hook (but it works only with edit existing records, and not for new) .

For now best place that i find for my function is custom editvew file.

http://developer.sugarcrm.com/2010/12/29/howto-make-your-mvc-edit-view-class-be-able-to-be-used-for-quick-creates/