If the service input parameter Country is set to a default value, China and a validator is configured where the picklist can only be China or American. What is the result when the input value is empty?
A.
The value of Country is set from empty to China, and an error is reported when the validator is executed. As a result, the creation is fail.
B.
The value of Country is set from empty to China, the validator is running properly and data is successfully created.
C.
If the value of Country is empty, an error is reported when executing the validator and the creation is fail.
D.
The value of Country is empty, the validator is executed successfully, and the creation is successful.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit