Navigate in Listview

Hi,

I’m trying to navigate a list view using the list.navigate(M_WorkOrderJobPlanTasks.Level);, but nothing is happening

Hi @Abood_Alhamwi,

Thanks for the question. The navigate method takes either an id of the list item you want to navigate to, or the item itself. Can you confirm that there’s an item in your listview with the id the M_WorkOrderJobPlanTasks.Level value?

Thanks,
Zoli

Hi,

Thanks for this clarification