Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
698 Views, 1 Reply

Sync file properties with vault in ilogic

Hi All!

 

 

I have a IAM that contains several IPTs.

 

when i save, i would like to sync the properties of only the IPTs that are beeing saved. So i encapsulated following code in a file type check. So when i save the IAM it also saves the ipts inside, and if the file that is being saved is an IPT it runs following line:

SyntaxEditor Code Snippet

ThisApplication.CommandManager.ControlDefinitions.Item("VaultPropertyWriteBack").Execute

Unfortunately, even if called while it is saving the IPT of a iam, the above line is executed over the entire iam. Is there a way to selectively sync only single files?

 

Thanks!

 

bradeneuropeArthur
in reply to: Anonymous

1. Open the files you have selected individually.
2. Than run the command for each file and close it again
ThisApplication.CommandManager.ControlDefinitions.Item("VaultPropertyWriteBack").Execute

Or

1. uncheck the children in the dialog box
UpdateProp2.PNG

Regards,

Arthur Knoors

Autodesk Affiliations:

Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:Drawing List!|Toggle Drawing Sheet!|Workplane Resize!|Drawing View Locker!|Multi Sheet to Mono Sheet!|Drawing Weld Symbols!|Drawing View Label Align!|Open From Balloon!|Model State Lock!
Posts and Ideas:Dimension Component!|Partlist Export!|Derive I-properties!|Vault Prompts Via API!|Vault Handbook/Manual!|Drawing Toggle Sheets!|Vault Defer Update!


! For administrative reasons, please mark a "Solution as solved" when the issue is solved !