- new note
- Posted by Sandy on November 10th, 2003
When creating a new note, I was wondering if anyone knew
if it was possible to automatically populate the Title
text box with the current date.
Thanks!
- Posted by Hon on November 11th, 2003
Hi Sandy
We have done something similar which involves a SQL trigger. The downside
is that (I believe) the Workflow Manager uses SQL triggers too to perform
the required workflows and therefore might overwrite your code.
Hope this helps.
Hon
"Sandy" <anonymous@discussions.microsoft.com> wrote in message
news:0a0a01c3a7a9$be51cf50$a501280a@phx.gbl...
- Posted by Mike Ramert on November 16th, 2003
Technically, to stay within Microsoft's SDK framework, you should use
callout functionality in lieu of triggers.
See technical article
http://msdn.microsoft.com/library/de...us/CrmSdk/htm/
crmcustomizationclass.asp
(Having said that there have been occassions where we have been 'forced' to
utilize triggers.)
"Hon" <hon@businessprocess.com.sg> wrote in message
news:eoQUyHGqDHA.2140@TK2MSFTNGP09.phx.gbl...