I have an field called "Address" I make a few updates to this field on the RecordService_RecordSubmitted event.
All good so far and i can view my updates to "Address" when i view the entries
My issue occurs when i add email workflows. The updates i made on "Address" have not been added during the email workflow.
Is there an event i can call that will be hit before the email work flow event. I've tried RecordService_RecordPartiallySubmitted but it didn't appear to work.
RecordService_RecordSubmitted hit after workflow
I have an field called "Address" I make a few updates to this field on the RecordService_RecordSubmitted event.
All good so far and i can view my updates to "Address" when i view the entries
My issue occurs when i add email workflows. The updates i made on "Address" have not been added during the email workflow.
Is there an event i can call that will be hit before the email work flow event. I've tried RecordService_RecordPartiallySubmitted but it didn't appear to work.
After further investigation it appears my theory that the RecordService_RecordSubmitted is hit after workflow is not valid.
I was able to get the updated record using the following code.
is working on a reply...