Solved
Using Feature ID in Relations
Hello,
I want to use features ID's to create a note Parameter in a framework part.
Example:
IF EXISTS('FID_1744')
TESTNOTE = 'TESTING123'
ENDIF
Is there a way to use feature id like this?
Hello,
I want to use features ID's to create a note Parameter in a framework part.
Example:
IF EXISTS('FID_1744')
TESTNOTE = 'TESTING123'
ENDIF
Is there a way to use feature id like this?
are you asking whether you can use relations to do something depending on whether a particular feature exists?
If so, I think you might have to use Pro/PROGRAM methods.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.