Skip to Content
Menu
This question has been flagged
2 Replies
417 Zobrazenia

No Selection field key but value get.

Avatar
Zrušiť
Best Answer

Hi,

You can use the code below to get the value of a selection field:


dict(self._fields['field_name'].selection).get(self.field_name)

Regards

Avatar
Zrušiť
Autor Best Answer

Ok, Thanks

Avatar
Zrušiť