• Multi-Select for non Multi-select field

    Is there any way to have a multi-select option (red example) in a find screen for a non multi-select field (yellow)? As per the example below. Thanks! Anthony
  • Using an IF statement with a multi-select field in an OnChange Script

    Hi Everybody, I hope someone can help me understand how to use an IF statement with a Multi-Select field in an OnChange script. This basic IF statement can determine whether Blue has been selected in a Text or Selection field. if (oppo_color.value…
  • Multi-Select Field Size

    I apologise if this is covered somewhere but I cannot find the answer anywhere. When creating a new multi-select field the actual field within the database is created with a data type of nvarchar(255). This means that if you combined multi-select values…
  • Update Multiselect field using PHP via SOAP

    I'm creating a PHP application that adds and updates data in CRM (version 7.1). Here is the code snippet that I'm using for updating fields: $update_data = array("personid"=>$person_id_in_crm, "interestedin"=>$product); $update_var = new SoapVar($update_data…