Error using ipart.findrow when member not out of vault

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I have a very simple illogic rule with one line of Code.
i = iPart.FindRow ("Drive_Pulley-IL", "BELT_WIDTH", "=", BELT_WIDTH, "OD" "=", PULLEY_DIA)
This works great unless the member row it is trying to find and activated is not gotten out of vault. An error (attached) occurs. Normally if you manually activate a member row outside of ilogics it will either automatically get it out of vault or give you a message that it is missing would you like to get from vault. However when using the illogic code the message is much more obscure and you have to know what your looking for in order to get the file from vault. Once the files our out of vault everything works fine.
Is there a solution to this so that the selected member is automatically retrieved from inventor if it is missing during the i-logic selection process?