Highlighted
mike_se

Contributor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-05-30
00:10
115 views
PPM Support Tip: Check Rules' syntax when error: Object doesn't support this property or method
New KCS article was published: KM00440876
When submitting a Request/Project, invalid syntax in Rules cause Error: Object doesn't support this property or method
Lots of Rules configured for the Request Type.
Clicking on "Submit" button does not move to the next page.
After removing the custom Fields/Rules, everything worked as expected.
Check the syntax of any custom Rules.
For example, one issue was with the use of: setFieldVisibleRequired(true)
Proper syntax is: setFieldVisible(true); setFieldRequired(true)
“HP Support
If you find that this or any post resolves your issue, please be sure to mark it as an accepted solution.”
If you find that this or any post resolves your issue, please be sure to mark it as an accepted solution.”