M
mpiscoso@gmail.com
Guest
It "could" be available if you create clones of the fields on the object and use those in conjunction with setFieldValue() and Data Maps. Ex. - Have value on related object A (text field) - Have text field on object to catch the value - Use setFieldValue() to set the field on the text field - Use the text field in the Data Map It might seem like a lot of steps (get the data > set the data on data map fields > runTrigger API) but when dealing with a large data set, this is the only way that I've found to work where you'll encounter less limits due to the runtime not being a "single" transaction as with createRecord() and being divided into multiple create record triggers. I'll leave this here for future reference. Good to know I was able to help!
Continue reading...
Continue reading...