02.05.2006, 09:48 | #1 |
CRM
|
Проблема в PostUpdate
Цитата:
CrmCalloutBase.PostUpdate Method
Specifies a method called after an update operation. Syntax [Visual Basic .NET] Overridable Public Sub PostUpdate( ByVal userContext As CalloutUserContext, ByVal entityContext As CalloutEntityContext, ByVal preImageEntityXml As String, ByVal postImageEntityXml As String) [C#] public virtual void PostUpdate( CalloutUserContext userContext, CalloutEntityContext entityContext, string preImageEntityXml, string postImageEntityXml); [JScript] public virtual function PostUpdate( userContext : CalloutUserContext, entityContext : CalloutEntityContext, preImageEntityXml : String, postImageEntityXml : String); Parameters userContext Contains information about the user who performed the update operation. See CalloutUserContext. entityContext Contains information about the entity on which the update operation was performed. See CalloutEntityContext. preImageEntityXml An XML string that describes the entity before the update operation was performed. This is a serialized version of DynamicEntity. postImageEntityXml An XML string that describes the entity after the update operation was performed. This is a serialized version of DynamicEntity. Return Value No return value. |
|
02.05.2006, 17:05 | #2 |
Участник
|
=))) знаю, знаю сталкивался=) в апдейт падает только значение полей, которые были изменены=) глюк в документации!
Цитата:
Сообщение от ShurikEv
Повешал этот обработчик на событие, в отладчике в самом начале функции поставил breakpoint. Когда происходит останов программы, я смотрю что изменилось анализом preImageEntityXml и postImageEntityXml. Они почему-то пустые Как я могу узнать что было и что стало, т.е. что изменилось?
|
|
02.05.2006, 17:10 | #3 |
CRM
|
Поборол, используя документацию
<callout entity="appointment" event="PostUpdate"> <subscription assembly="Utx.Crm.Callout.dll" class="Utx.Crm.Callout.Appointment"> <prevalue>@all</prevalue> <postvalue>@all</postvalue> </subscription> </callout> |
|
02.05.2006, 19:40 | #4 |
Участник
|
ХММ, очень подозрительно это я пробывал не помогало. Не могли бы вы проверить еще раз=) потому что я даже не раз так пытался делать
|
|