I have Leads form that have dropdown lookup to LeadsStatus Form (Call In, Follow Up). I want to make a "Follow Up" button in the report that change particular lead status from Call In to Follow Up, but I encountered an error. Here is my code
- // error
/*
input.Add_Prospect_Status.StatusProspek = "Follow Up";
*/
// error
// input.Status_Prospek = "Follow Up";
// error
// input.Status_Prospek.StatusProspek = "Follow Up";