- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All, Thanks for reviewing my question.
Currently I use an external iLogic rule to copy parts I need from a Library to a Job folder. The rule uses a text file to define the list of parts required. The parts copied are all renamed the reflect the job. It works great. I would like to incorporate an iProperty updated routine after I copy a part the the new location. I need a routine when given the full file path "sFile" and job number "sJob" to open the file and update the iProperties.Value("Project", "Project") = sJob of every copied part. This routine would run in the copy loop to update each part. Don't know if this is possible. I have tried opening the file but can't gain access to the iProperties.
This routine will help by not needing to every part and manually change the properties later.
Public Sub updateFileProperties(sFile As String, sJob As String) ????
End Sub
Rule is attached.
Thanks again for your help.
John
Solved! Go to Solution.