Field values not transferring from Idea to Demand form when Demands are created from IdeasIssue If you have created any modifications or business rules to set field values from one record to another (example: Idea to Demand), you may not see field values update correctly, or at all.ReleaseLondon+CauseIf you are not seeing any value display at all on the target record, ensure that both field types are the same. If field types are identical, make sure that the values being moved are correct and of the same type/value. If you are using the setValue method in a scripted Business Rule, setting the Value from one choice field (on example Idea) to a choice field on a new Demand record, the values of both choice field must match. Example:Idea Category field has a choice called Hardware with a value of 'hardware' Demand Category field has a choice called Hardware, but with a value of '1' Even though the above choice Labels are the same - AKA Hardware - the value is not the same, and this the value which is being moved from Idea to Demand.ResolutionWhen using setValue, ensure that the field types match and that the Choice values are identical. Note that the system sees specific string values... i.e.: 'Hardware' does not match 'hardware' *If your field choice values are different, do not move forward with changing those values, if you are Live with those fields. Changing the field values when records already have those field values selected will have negative effects and possibly clear out values.