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!