Ravi Kumar Gupta:
From LR Dev Guide : Hooks can fill a wide variety of the common needs for overriding Liferay core functionality. Whenever possible, hooks should be used in place of Ext plugins, as they are hot-deployable and more forward compatible. Some common scenarios which require the use of a hook are the need to perform custom actions on portal startup or user login, overwrite or extend portal JSPs, modify portal properties, or replace a portal service with your own implementation.
See this for more
http://www.liferay.com/documentation/liferay-portal/6.0/development/-/ai/hooksHi Ravi,
I am looking to import/map
Phone and
Address from
LDAP to
Liferay (existing phone and address fields ).
For your information, I am using
Liferay 6.1 CE edition.
I am successful in mapping some basic fields such as firstName, lastName, email screenName, jobTitle etc.,
But I am facing issue in import/mapping Phone and Address fields from LDAP.
Can I develop a hook to acheive this (override LDAPImport and LDAPExport ) ? or I need to go with EXT
Any help is highly appreciated...
Regards
Kaleem