Hi everyone,
Is it possible (with IFS Developer Studio) to create LOV not displaying ID (key), only description?
On below screen there is blue marked ID and red marked Description.
I’d like only description visible to user and ID only save to DB
LOV code in .client file looks like below
lov CustomerIdRef with CCustomerInfoSelector2 {
description = "${CustomerIdRef.Name}";
}
This is simple example based on CustomerInfo but in real i have dictionary with ugly keys (GUID) and i do not want to show it to users :)
I think i need LOV instead for example Lookup because i need to filter LOV2 based on choosen value from LOV1.
Thanks