CRM 2011 Subgrid - Can i remove the multiple option select

Discussion CRM 2011 Subgrid - Can i remove the multiple option select

  • 23. května 2012 18:32
     
     

    Hi All,

    Is it possible to remove the multiple select option in a sub-grid.  I want the user to only be able to select one record at a time.

    Thanks in advance.

Všechny reakce

  • 23. května 2012 21:15
     
     

    Not our of the box.  You could develop a Silverlight page and put it in an IFRAME to do that, or remove whatever buttons you don't want people to use when multiple records are selected. Or if there's an app involved, add a check to multiple records and tell them to only select one.

    Why don't you want them to select multiple records?


    The postings on this site are solely my own and do not represent or constitute Hitachi Solutions' positions, views, strategies or opinions.

  • 23. května 2012 21:20
     
     

    Not our of the box.  You could develop a Silverlight page and put it in an IFRAME to do that, or remove whatever buttons you don't want people to use when multiple records are selected. Or if there's an app involved, add a check to multiple records and tell them to only select one.

    Why don't you want them to select multiple records?


    The postings on this site are solely my own and do not represent or constitute Hitachi Solutions' positions, views, strategies or opinions.

    Hi Wayne,

    I want them to stop multiple deleting records in the subgrid, I have a workflow running whenever a record is deleted in the subgrid and it doesn't seem to work properly when a user selects multiple records, it works fine for single record deletion, I have tried so many different things to get the workflow to work properly, checked the system jobs and the workflow runs but the values its updating in the parent record dont seem to update properly.

    I know a plugin would be an option but my knowledge of C#/VB development is VERY limited.

  • 23. května 2012 22:25
     
     

    Another way I thought it could be done is via JScript?....

    Allow the user to only select one record, would anyone know the Jscript for this sort of thing and where I would put it?