Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: Multiple Selection is not Working in CRM WebUI Table View

$
0
0

Hello Mukesh,

 

In this SRQM_INCIDENT_S/IncidentSRL go to do_init_context method here you can observe below code.

   typed_context->SEARCHRESULT->set_selection_mode(

 

       IV_SELECTION_MODE = CL_BSP_WD_CONTEXT_NODE_TV=>SELMODE_SINGLE

 

     ).

just change this selmode_singe to selmode_multiedit and the code reside in this view.htm


selectionMode         = "<%= SEARCHRESULT->selection_mode %>" this should be same.


OR


you can directly write the logic in .htm of the same view as


selectionMode         = "MULTILINEEDIT"


and rest of the code should be same..

 

Try this this will work out..

 

Regards,

Srinivas K.


Viewing all articles
Browse latest Browse all 7775

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>