Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
You can use MetaObject static method Load(MetaDataContext context, int objectId, int metaClassId) to load the MetaObject instance (which is the metaclass instance). The objectId is the catalogentryid and the metaclassId is entryRow.MetaClassId.
Regards.
/Q
I have a CataloEntryRow object as input.
I want to load values of user defined meta fields.
What API can I use?