why does Ilogic after save affects my check in command in inventor ?

why does Ilogic after save affects my check in command in inventor ?

Darkforce_the_ilogic_guy
Advisor Advisor
405 Views
1 Reply
Message 1 of 2

why does Ilogic after save affects my check in command in inventor ?

Darkforce_the_ilogic_guy
Advisor
Advisor

when I add one of my new delevople ilogic code to run after save .. it seems to stop me form check my files in without closing them ... it comes with no error ... the dialog box simple never come.. if i close the files... if will ask me as normalt if i want to check in ... and this will work as normale 

 

is there no way to check in as allways if I use run after save ? the code will only make change if it is the first time a save is save. and some properties are not reset

0 Likes
406 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

When you run code that updates properties "After Save" with iLogic you are dirtying the file, this will casue a check in issue. Always run any rules that will change the properties, or update the file "Before Save"

 

Ypu can use "After Save" for exporting PDF or STEP files, this should not give you any problems, as long as you do not do anything that would dirty the file.

0 Likes