Hi Experts,
i have problem in properties dialog, when i open any object properties then click on ok buttom the window is not closeing. its giving the below worning message.
its coming for all objects.
please let me know why it is behaving like this.
Hi,
in general, you'll get this message since i_vstamp doesn't match the cached object any longer.
This may be caused by other users modifying the same object, but wouldn't occur on a regular basis.
If you experience the same always, you may probably have a TBO attached, which most likely performs an update on the object based on some conditions.
Is this a custom type?
Do you have TBO attached?
Regards
Jørg
yes, its a custom type
and i did not attach any TBO, its coming every time when the object properties open.
Well,
do you have any other customisations, i.e. WDK?
I guess this doesn't happen with standard dm_document objects, right?
ya, i did some customizations . but i did not do any onOK or on save methods
what type of customisation did you do? Calling servermethods of any kind? Basically, something is updating the object after you click on it your browser, and before it's actually displayed.
This isn't happening to standard object types, does it?
If it doesn't happen to i.e. objects of type dm_document, the logical conclusion is that it's connected to your custom type, and most likely something that you've added
i am just just added custom attributes and there is some functionality to auto fill cusom attributs when the user click on the button. I did not over ride or calling any server methods
auto fill attributes? How and when are you doing this? Maybe you can provide some code?
actually i have some custom attributs, and i have created one button. when the user click on that button all custom attributs will fill automatically. for this i write the code