Jim Coyne
Kilo Patron
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
‎07-31-2012
10:44 PM
When clearing a Reference catalog variable in a script, DO NOT use the
method - it will not hide the Reference Icon, nor reset the mandatory field flag to red, possibly leading to confusion. Use
g_form.clearValue('fieldName')
instead.
g_form.setValue('fieldName','')
Using
will also mess up your UI Policies, so make sure you do not use that method on Reference variables.
clearValue
1 Comment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.