Jump to content

This topic is 5509 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (edited)

Does anyone know if it's possible to turn off record last modified timestamp fields auto-updating during scripts? I'd like to batch process a set of records for a simple checkbox field update but I don't want to lose the last modified data which reflects last *user* modification of the record data.

Thanks

Edited by Guest
Posted

Thanks Comment! That did the trick. I can now keep my script mods from updating the last edited timestamp (well, at least one I can calc against). It's not perfect since I do have some user scripts that update things I'd like to track but those scripted edits are minor compared to the other normal fields I'd like to see update times on.

Posted

It's not perfect since I do have some user scripts that update things I'd like to track

I think the exact opposite: your problem is that the method IS perfect - while what you need is an imperfection.

For example, you could mark your "user scripts" by including something distinct in their name, say a "[user]" suffix, then test for:

IsEmpty ( Get (ScriptName) ) or Exact ( Right ( Get (ScriptName) ; 6 ) ; "[user]" )

Posted (edited)

Yeah. I was thinking that I could case-out some of the few user scripts that are used to update data without too much trouble.

Too bad there isn't a script step to just turn off auto-updating when needed. But, eh, you can say that about a thousand things.

Edited by Guest

This topic is 5509 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.