Timeline for Conditionally concatenating multiple fields into long text area field using apex trigger?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 29, 2015 at 15:50 | comment | added | sfdcfox | Interesting indeed. I like the idea of being able to describe on command, in the interest of reducing overall heap usage. I'm glad they made describes more reasonable than they once were. | |
| Jul 29, 2015 at 15:43 | comment | added | Keith C | @sfdcfox As well as the governor limits going seems like these are well cached behind the scenes now; just tried 10 different lead field describes and they are taking about 3ms. Not super fast but fast enough. | |
| Jul 29, 2015 at 15:31 | comment | added | sfdcfox | I thought about suggesting this, but the describes are kind of costly in bulk. However, if you used a map to store the labels, you'd get a big boost on speed. | |
| Jul 29, 2015 at 15:04 | history | answered | Keith C | CC BY-SA 3.0 |