Marketo Custom Object Default Order | Community
Skip to main content
Darshil_Shah1
Community Manager
October 8, 2020
Solved

Marketo Custom Object Default Order

  • October 8, 2020
  • 1 reply
  • 1698 views

What is the default order in which custom object records are stored? So if I have multiple records in the CO what will be the 0th record by default ? Will it be the record which has been CREATED latest? Or does it follow some other order?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

"Stored" isn't the operative word here, what you actually mean is "exported to the Velocity context."  (The storage order in the database is irrelevant and certainly the entire db isn't resorted all the time, that would be madness!)

 

Informally, the objects in the list are ordered descending by createdAt. But there's no reason to rely on that, since you can resort the list any way you want.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
October 8, 2020

"Stored" isn't the operative word here, what you actually mean is "exported to the Velocity context."  (The storage order in the database is irrelevant and certainly the entire db isn't resorted all the time, that would be madness!)

 

Informally, the objects in the list are ordered descending by createdAt. But there's no reason to rely on that, since you can resort the list any way you want.

Darshil_Shah1
Community Manager
October 10, 2020

Thank you Sanford, this is exactly what I was looking for  🙂