March 30, 20178 yr 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?
March 31, 20178 yr Author 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!
Create an account or sign in to comment