
If not it should display an error message.I hope I am clear.Please let me know how to do this.Thankspooja
1 Antwort
Hey Pooja,You may try Visualforce's NULLVALUE expression function which serves similar needs.
{!NULLVALUE(AccountID,'Your error message that would be displayed only if AccountID is null')}
Hope this helps.