Okay got it, that makes total sense.
How would you recommend going about if I need to pull related records in conjunction with each other?For instance, we have a Loans object that ...
When you're looping through the list, in each iteration of the loop, you'd only have access to one CO record (i.e., in the above example, in the first iteration, RecordA would b...
Oh wow, that makes SO much more sense - I apparently misconstrued the $item as a placeholder for the field name and NOT the actual use it should be.One more question if you have ti...
I apologize for all the Velocity posts, but I'm bashing my head against the wall, so I want to get super basic here and explain the issues I am having and make sure I understand th...
Hello,
Back again with another Velocity question I can't seem to find any existing documentation for.
We have a custom object that basically houses all individual data about a user...
Hello,
Due how our data is structured, we needed to use bridge Custom Objects to structure our data similar to this:Customer Profile (person data) --> CustomerLoans (the high-level...
Got it, thank you!
Would this be used to pull all use cases within one token? Like does #foreach loop through the whole array each time or just until it encounters a match?What wou...
In theory multiple emails - as each email has basically:
- Last 4 of account
- pass/fail for requirement 1
- pass/fail for requirement 2
- pass/fail for requirement 3
Though if i...
Hello all,
We're finalizing a project to move all customer data to Custom Objects, and one scenario has me a bit stuck. We have an object called "Accounts" that has a fair number o...