Valid PEGACUIS71V1 Dumps shared by ExamDiscuss.com for Helping Passing PEGACUIS71V1 Exam! ExamDiscuss.com now offer the newest PEGACUIS71V1 exam dumps, the ExamDiscuss.com PEGACUIS71V1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PEGACUIS71V1 dumps with Test Engine here:
You have a requirement that the system must convert text entered by a user to all UPPERCASE before it is saved. Which method should you use to accomplish this? (Choose One)
Correct Answer: D
Explanation/Reference: An edit input rule can convert all characters to lower or uppercase, delete certain characters, or truncate the input to a maximum length. Note: When users submit an HTML form, data is transmitted to the Web server in normal HTTP format and is then stored by Process Commander on a user's clipboard, using the property name from the HTML form. Text box example For example, the source HTML for a text box can look like: <INPUT TYPE=TEXT NAME=myPage.myPropertyName SIZE=30 > In this example, a user views a text box, enters data into it, and clicks a submit button. This action conveys the data that this user entered to myPage in the clipboard. The value the user entered becomes associated with myPropertyName. To cause the system to convert user-entered data to data that the system can interpret, reference an edit input rule in the property rule. When a user submits the form, the system converts the data value associated with that property as instructed by the Java in the edit input rule. The system places only the converted value on a user's clipboard. For example, an edit input rule can convert all characters to lower or uppercase, delete certain characters, or truncate the input to a maximum length. References: http://cognizant-437.pegacloud.com/prhelp/rule-/rule-edit-/rule-edit-input/related.htm