Dropdown List and CRM Reports.
I prepared a JavaScript with Web Serivce to retrieve data from CustomObject15.
I want to add the javascript code in the Oracle CRM OD Report, and I prepared the report with add some columns.
Now I want to change message column to dropdown list and the dropdown will get its values from the "CustomObject15" through the javascript and pass "UserId" as parameter from the report to the javascript to retreive the dropdown list based on the user id.
* In the message column --> Column Formula --> "- CRMOD_LS_Allocation Employee"."Employee ID"
* In the message column --> Column Properties --> Data Format --> Custom Text Format --> Added :-