Home / Questions / How can display methods be used in Lookup methods, and what is a limitation of this use?
Explanatory Question

How can display methods be used in Lookup methods, and what is a limitation of this use?

👁 56 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Answer: Display methods can be used in Lookup methods to add new fields using the sysTableLookup.addLookupMethod(tableMethodStr(TableName, MethodName)); syntax. However, a limitation is that sorting and filtering cannot be performed on these fields.