
As mentioned in the Subject "I want to hide/show the fields on the ListPart page based on the condition.". I have written code on onaftergetCurrRecord But still Fields are not getting hide and visible based on currect selection of record.
Hi Mayank,
This trigger will not work, either you have to choose an OnOpenPage trigger or put a button on the List page based on the condition, moreover you can use user setup page to provide some custom fields based on that particular user id, and put the condition on those fields if that login user met the condition.
Thanks.