Question

Lookup Value Name in a Detail Grid

Greetings,

I have a lookup that im receiving its Id from a custom API. How can I present the Name of the lookup Value in a Detail Grid?

Note: I can get the Name by using the EntitySchemaQuery.. However isnt there an easier way to do so?

Like 0

Like

4 comments

Hello Mohammad,



Unfortunately, since only Id value of a lookup is received from external API, there is no another way how to get the name of a lookup but take it from the database.



The most easiest way to work with database on client in bpm'online is ESQ.https://community.bpmonline.com/articles/adding-lookup-edit-page



Best regards,

Alex

Alex_Tim,

Thank you Alex! Ill go with the approach you suggested

Alex_Tim,

If I have an Id of a lookup, how can I get the localizable value of the name from this Id?

Mohammad Yahfoufi,

All lookup values is various localizations are stored in tabes with the following names Sys[Lookup object name]Lcz. Please run ESQ to this table in order to receive localization.

Regards,

Anastasia

Show all comments