iLogic form API access
Not applicable
05-30-2018
02:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is is possible to access the iLogic form properties of a parameter through an iLogic rule?
I wish to change the 'Allow Custom Values' property on "Inlet O/D" parameter based on the value of another parameter.
For example, in super high pseudo code:
If tfINLET_OD = True Then
myForm.Parameter("INLET_OD").Properties.AllowCustomValues = True
Else
myForm.Parameter("INLET_OD").Properties.AllowCustomValues = False
End If
Link copied