You need to prevent the field used by the PCF control from updating the record.
What are two possible ways to achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Disable existing event handlers on the field.
Call the setsubnitMode(‘never') function on the field.
Create a business rule to clear the field value.
Make the field read-only.
Submit