RE: Hide few fields based on some condition
Hi Ravi,
You can use JavaScript to hide one field.
Here are steps.
1.write custom JavaScript code.
2. Add your JavaScript code in a Script web resource.
3. Associate Script web resource to a form.
(1) In the Main form of Opportunity, click Form Properties.
(2) Click Add button to lookup record dialog box, search and select file you created.
(3) To the Handler Properties dialog box.
(4) Click Add button.
4. Test your JavaScript code.
When the type field is filled with data, the End customer field will not be shown in the form.
Regards,
Clofly