Hi Guys,
is there any way to have meta-attributes populated using the table.bulk_fetch() function without passing all their attribute definitions?
Calling bulk_fetch() with a list of (string) names only populates the attribute values, but not the meta-attribute values. Hence, I create a list of table attribute definitions containing both attributes and meta-attributes. When this list is used for calling bulk_fetch(), also the named meta-attributes are populated.
Now, I'm working on a project in which I generally need all the meta-attributes of a set of attributes. Building this list by table attribute definitiones is quite inconvenient. Hence I'm wondering whether there is a more elegant solution for this use case.
Ideas, anyone? :-)
Thanks in advance,
Daniel