✏️ Explanatory Question

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

👁 61 Views
📘 Detailed Answer
🟢 Easy
💡

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.