cancel
Showing results for 
Search instead for 
Did you mean: 

Destination Field as drop down list

former_member222616
Participant
0 Kudos

Hi Friends,

                 In Travel Request and Travel Expenses while create Destination  the details stores again and again (as transparent table), 

My client requirement is need to select all the destination data from drop down list. please suggest instead of transparent table how to use database table for Destination filed.

Best Regards

Prabuganesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

You can set up predefined addresses in the system where the user can search for fix addresses.

Lukas_Weigelt
Active Contributor
0 Kudos

If you are talking about UI-Element "LOCATION", your requirement is not achievable through 'common' means. The only solution I could think of, would be :

1. Enhancing the WDYN, make the original UI-Element invisible,

2. Create an enhanced UI-Element of type DropDown By Key

3. Create Custom Context for possible values to select in DDByeKey

4. Fill the Custom context as per your needs on WDDOINIT Post or Preexit

5. Map the SelectedKey property to the Standard Attribute GENERAL_DATA_VIEW.GENERAL_DATA.LOCATION

This would be a clean approach.

Cheers, Lukas

Former Member
0 Kudos

I'm not sure I understand your question. Do you need to have the destination field as a drop down?