Support Article
Unable to create any work objects from Pega Mobile portal
SA-116
Summary
Users are unable to create any work objects from Pega Mobile portal.
Error Messages
Tracer shows message_1 for property pyEmail1: PropertyInfo-EditValidate pyEmail1 ValidEmailAddress
Steps to Reproduce
- Open Pega Mobile portal.
- Click on create case.
Root Cause
The root cause of this problem is a defect in customer application code/rules. Running tracer on the operation showed a failure of the ValidEmailAddress edit validate rule on property .pyEmail1. This property was being left blank in the developer's flow, which is disallowed by the ValidEmailAddress rule.
Resolution
The problem can be resolved with this local change: modify the rule ValidEmailAddress to allow blank or null values for .pyEmail1 field.
Published February 9, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.