Hi Angela,
The GetItemRepeatConfig action is likely preferable in most use cases, but it does function differently to the levels attribute.
For example, the AML below uses GetItemRepeatConfig. If you run this query with a proper ID from your database…
When it comes to Aras best practices for server-side code there are two goals:
Reduce the number of queries sent to the server.
Reduce the volume of data retrieved from the server.
Applying the following best practices to your server-side code…