Editing an iproperty using a global form

Editing an iproperty using a global form

Anonymous
Not applicable
401 Views
1 Reply
Message 1 of 2

Editing an iproperty using a global form

Anonymous
Not applicable

Hi,

 

Below is a form I've created to quickly fill the necessary iproperties my company requires.  My issue is that the field 'Title' is greyed out and uneditable.  The reason for this is because I have =<Part Number> written in its field.  This is because I want it to print the 'filename' of the part file once it is saved for the first time.  I also want it to be editable after the first save because there is the rare cases that the title needs to differ from the filename.

 

image.png

0 Likes
Accepted solutions (1)
402 Views
1 Reply
Reply (1)
Message 2 of 2

WCrihfield
Mentor
Mentor
Accepted solution

Instead of having that 'expression' in your Title field, you could use an iLogic rule that is triggered by the "After Save Document" event (within the Event Triggers dialog), that checks the value of either the Part Number, Title, or both, then pop's up either a question type message, or a form when the two values don't match, and ask the user if they want to change the value.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes