03-15-07 06:21 AM
Hi Gabriel
The last modified date field is a system field and can't be changed via
code. Perhaps what you could do is to create a custom property and
update/display that instead. You could have an event handler update the
custom property each time a posting is modified based on the required
business rules.
regards
Mei Ying
"Gabriel Pravaz" <gabrielpravaz@hotmail.com> wrote in message
news:Okp3TJoZHHA.4620@TK2MSFTNGP05.phx.gbl...
> Hello
>
> I'm new working with cms,
>
> i received a work where i have a process that does a loop between all the
> postings from a posting collection on a cmsApplicationContext.
>
> The new thing the customer wants is to update the "isModified" date if it
> complies with a condition. Doing that, I get an error saying that
> isModified property is read-only, thing that makes sense, but now i don't
> know if its possible to do that.
>
> any ideas?
>
> thank you very much.
>
> Gabriel Pravaz
>
>
[ Post a follow-up to this message ]
|