Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread A question for those using publishing
Sat, Nov 10 2018 10:20 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

I'm just starting a small project. Its going to be single user file/server but I want an audit trail. Can the publishing feature be used for this?


Roy Lambert
Fri, Nov 16 2018 12:51 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I'm just starting a small project. Its going to be single user file/server but I want an audit trail. Can the publishing feature be used for this? >>

Yes.  You can just save the updates as update files using SAVE UPDATES, and then keep the update files around as the audit trail.  If you every need to look at one, you can use this statement:

https://www.elevatesoft.com/manual?action=viewtopic&id=edb2sql&topic=CREATE_TABLE

CREATE TEMPORARY TABLE "MainOfficeUpdates"
FROM UPDATES "MainOffice-2010-12-14 17-57-12.0306"
IN STORE MainUpdates

Tim Young
Elevate Software
www.elevatesoft.com
Sat, Nov 17 2018 3:35 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


Thanks - I'll start investigating how to make it work.

Roy Lambert
Image