Forum Discussion

automan25's avatar
automan25
Copper Contributor
Oct 06, 2022
Solved

customRowAction on Document Sets

I have a library of document sets. I would like my end users to be able to see the View Form (not the Properties Pane) for a particular document set with a single click. Normally the view form can be...
  • ganeshsanap's avatar
    Oct 07, 2022

    automan25 You can open the document set properties on button click using editProps action. 

     

    For example: 

     

    {
      "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
      "elmType": "button",
      "txtContent": "View Properties",
      "customRowAction": {
        "action": "editProps"
      }
    }

    Output

     


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

Resources