cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying location(description) in table instead of Id

Former Member
0 Kudos

Hello,

A table in the model has n no. of fields, which are displayed from the Web Service. One of the field being Warehouse Id. Instead of displaying the Warehouse Id, I would like to display it's (Warehouse) location (based on the Warehouse Id). There are about 21 locations / Id's, so the if statement is not an option.

Is there any other possibility to achieve this?

Many thanks,

Dharmi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dharmi,

You can use the Entry List Wizard to do so.

Define a DropDown control that is bound to that field and define an Entry List that contains all 21 ids and locations.

If you don't want the user to chage the field you can simply set its Read-only flag to true.

I hope it helps

Udi

Former Member
0 Kudos

Hello Udi,

Thank you for your reply.

It worked.

Best regards,

Dharmi

Edited by: Dharmi Tanna on Apr 22, 2008 4:23 PM

Answers (0)