From Editor Properties Behavior Enabling Parameter

From Editor Properties Behavior Enabling Parameter

JamesMeBoi
Enthusiast Enthusiast
431 Views
2 Replies
Message 1 of 3

From Editor Properties Behavior Enabling Parameter

JamesMeBoi
Enthusiast
Enthusiast

Looking to write a piece of ILogic to essentially Blank out a Radio Group if a "No Printer" option is selected, Essentially if the customer selects No Printer it would not allow them to select a camera option because in our machine you need a printer to have a camera accessory.

 

jpritchardDKX3X_0-1632488793172.png

jpritchardDKX3X_1-1632488853421.png

jpritchardDKX3X_2-1632488872965.png

 

 

0 Likes
Accepted solutions (2)
432 Views
2 Replies
Replies (2)
Message 2 of 3

WCrihfield
Mentor
Mentor
Accepted solution

It looks like you already have code to toggle a Boolean type parameter when you choose that option value.  It seems like all you would have to do now is edit the properties of the 'Camera Options' line item in the Form, and set that "PrinterPresent" parameter as the value of its "Enabling Parameter Name" property.  The other catch though, is that is must be a 'local' form and 'local' parameters, because if it were a 'global' Form, you would need to click the Form's 'Apply' button for the change to take effect.

 

If this solved your problem, or answered your question, please click ACCEPT SOLUTION.
Or, if this helped you, please click (LIKE or KUDOS) 👍.

If you want and have time, I would appreciate your Vote(s) for My IDEAS 💡 or you can Explore My CONTRIBUTIONS

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

Message 3 of 3

A.Acheson
Mentor
Mentor
Accepted solution

Type a Boolean (true/false) parameter for the control which you have “printer present”. Then highlight the radio group tab/parameter like you would to edit its name and in the bottom window look for enable parameter and select “printer present”.

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan