Using iLogic to write iProperty to Vault mapped Property

Using iLogic to write iProperty to Vault mapped Property

Anonymous
Not applicable
462 Views
2 Replies
Message 1 of 3

Using iLogic to write iProperty to Vault mapped Property

Anonymous
Not applicable

Hello all,

 

My workplace uses Vault revision table as Rev Block, so it doesn't directly use iProperties to fill in the Rev Block. 

So I created a form to fill in all those iproperties in one place, but how do you use ilogic to write the iproperty back to vault property that it is mapped to so that I can write to the Rev Block in the last part of the code?

 

I have no idea where to start.

 

Thanks,

Wilfred

0 Likes
463 Views
2 Replies
Replies (2)
Message 2 of 3

bradeneuropeArthur
Mentor
Mentor

You still will need a property mapping between inventor property and a vault property. You could use the revision number property in inventor this is already mapped. With all others you need to create your own mapping in vault.

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


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:
My 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 !


 


EESignature

0 Likes
Message 3 of 3

Anonymous
Not applicable

The properties are already mapped between Vault and Inventor.  but the iProperties only write over to the mapped vault properties when file is check back in vault correct?  So I guess I just need to code to check file in and keep file checked out in the process.

0 Likes