function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
miku1051miku1051 

rendering on Standard account Layout workaround.?

I have a picklist field Status on account.There are 3 values One,Two,Other.

IF Other is selected i need a text field to show so that user can enter some information.I know thats not possible on standard layout.

Is it possible i can make that text field non-editable if Other value is selected..?

Can someone suggest me a possible workaround for this.??

Thanks

SurekaSureka
Hi, The workaround is, Have a validation rule that checks if the Text field is not filled, if "Other" is selected. Have another validation rule that checks if the Text field is filled, if the value other than "Other" is selected. Hope this helps. Thanks Sureka
miku1051miku1051

Thanks surekha for replying.But is there any other way of doing this ..other than validation rules.

SurekaSureka
You can do the same validation via trigger, Javascript etc.. But the out of box way would be the validation rules. Thanks Sureka
miku1051miku1051
Thanks Surekha...
Anil SavaliyaAnil Savaliya

Hi 

 

You may achieve through writing Jquery in home component.

 

Please check below link.

 

http://www.tehnrd.com/show-and-hide-buttons-on-page-layouts/