S
sonomaenterprises
I have a custom contact form that in the item_open event I check for the
item.size > 0 and if so set the list of a drop down and save the item
(item.save). This work fine generally and avoids a save prompt when the item
is closed and no changes were made.
However, I ran into a situation where when running against exchange (cached
mode) sometime the item.save throws an operation failed exception. If I
ignore this error and then open the contact and try to manually save it, is
still throws a operation failed exception. If I look at the properties of
the contact when it is in this state it reports the size as 0 and not yet
saved, even though it is an existing contact.
Has anyone see this behavior before???
item.size > 0 and if so set the list of a drop down and save the item
(item.save). This work fine generally and avoids a save prompt when the item
is closed and no changes were made.
However, I ran into a situation where when running against exchange (cached
mode) sometime the item.save throws an operation failed exception. If I
ignore this error and then open the contact and try to manually save it, is
still throws a operation failed exception. If I look at the properties of
the contact when it is in this state it reports the size as 0 and not yet
saved, even though it is an existing contact.
Has anyone see this behavior before???