ThomasKeil/pimcore-plugin-DynamicDropdown

set value for DropDown via PHP API ?

Opened this issue · 0 comments

Hello,
seems that a documation is missing. Could you write how to set the value of one DropDown-Field (e.g. in Import-Case) via the setValue-Method of every object?

i have a case, where i iterate throw a CSV-File, every column has over a plugin a mapping to a fieldname of one class.

so i set the Values for an object over $object->setValue($methodName, $value)