Forum Discussion
LaxmikantB2
Aug 27, 2022Copper Contributor
change value of one field on the basis of other using spfx field customizer
I have a field name called Security(choice field) and other field name is Sensitivity. I want to copy the values of Security in Sensitivity in the list view. For example if value of security is Inter...
- Sep 01, 2022
Hi LaxmikantB2
The below code should give you Security (choice column) value:
event.listItem["_values"].get("Security")
The result is as follows:
Please note, I am using SPFx v1.15.0
LaxmikantB2
Aug 30, 2022Copper Contributor
NanddeepNachan Have you got a chance to see this?
NanddeepNachan
Aug 30, 2022Learn Expert
Hi LaxmikantB2
I will try to share the working code by coming Sunday. Bit away from laptop due to ongoing festive season. Sorry for that.