Forum Discussion

LaxmikantB2's avatar
LaxmikantB2
Copper Contributor
Aug 27, 2022
Solved

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...
  • NanddeepNachan's avatar
    NanddeepNachan
    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

Resources