BrentHedden Posted March 30, 2017 Posted March 30, 2017 I'm wanting to mark a file as deleted, so I'm trying to execute the script Docubin - Mark as Deleted ( Path ) I'm going to feel really silly if this is in the documentation somewhere, but how can I determine what the path parameter that this script needs? The closest that I could find is in the Version table, field named SuperContainer Path but when I pass that into the script, it doesn't appear to do anything. What related table/field am I going to need to use in this situation?
Michael Gaslowitz Posted March 30, 2017 Posted March 30, 2017 Content::_z_PathName should do the trick
BrentHedden Posted March 31, 2017 Author Posted March 31, 2017 Ahh yes - there it is. The _z_PathName is broken down in a list fashion (must be some reason for that), while the _z_PathNameDisplay field is the one that is needed to be passed as a parameter for these developer scripts. Thanks, Michael!
Recommended Posts
This topic is 2861 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 accountSign in
Already have an account? Sign in here.
Sign In Now