Anonymous
698 Views, 1 Reply
05-07-2018
06:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-07-2018
06:56 AM
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!