次のコードを使用して、プラグインで「2 つのオプション」フィールドの選択された値を取得できません。
bool? update = entity.GetAttributeValue<bool?>("new_updatecontacts");
bool update = entity.GetAttributeValue<bool>("new_updatecontacts");
if (update)
{
..................
}
同じものを取得する他の方法はありますか?すでに同じ質問を投稿しましたが、明確な回答が得られなかったので、再度質問します。