Hi All,
I am new to CRM developement. I have one form in which there is two custom dropdown fields.
I have to populate the dropdowns according to login. Also have to fill the second dropdown according to the value selected in first dropdown.
Ex: Helpdesk system.
There are 3 dropdown fields.
1)Department 2) Section 3)Services
When the user login his Department should be selected on Department dropdown.
And the second dropdown should be filled with the sections related to that department.
And the third dropdown should be filled on selection change of second dropdown.(the services available in the selected section).
Please help me to solve the problem.
Thanks