All Commands
All Reference
Commands
GET_OBJECTS
If you know you are going to be using data from multiple objects in the following code then this command could increase page load speed by collecting all the specified objects in one read of the database.
This command will also accept a string of object IDs surrounded by square brackets e.g. {GET_OBJECTS([1234, 5678])} or {GET_OBJECTS(["3456", "7890"])}.
You can therefore pass in an array from a variable e.g. {GET_OBJECTS({V_MYLIST})}
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | Integer | Individual Object ID |