Hi sonali,setReadonly(fieldName, boolean)Makes the field read-only if true. Makes the field editable if false.Note: Both setReadOnly and setReadonly are functional.Best Practice: Use UI Policy rather than this method whenever possible.setDisabled(fie...