Skip to content
Snippets Groups Projects
  1. Oct 23, 2016
    • Prasad's avatar
      Merge branch 'massDelete' into 'master' · d5569dcd
      Prasad authored
      #315 - Mass delete of Orgnization with (????) is deleting all records in Orgnizations
      
      <b>Issue:</b>
      1. Lets have 1000 Org records in CRM, in that 50 records are with '????'.
      2. Now perform inline search in list view with the condition "Org name with '???'".
      3. Select the all records and perform mass delete.
      
      <b>Expected output:</b> remaining records count 950
      
      <b>Original result:</b> remaining records count 0.
      
      <b>Analysis:</b>
      mass delete api is not sending searched data ("Org name like '????'").
      
      See merge request !116
      d5569dcd
    • Prasad's avatar
      Merge branch '39' into 'master' · 28e2c072
      Prasad authored
      Fixes #39 - Regression: Workflow Create Entity Task failure after migration
      
      <b>Problem</b>: In latest versions, We are not supporting fieldname(valuetype) in "assigned to" field.
      
      <b>Solution</b> : Add one more option in "Assigned to" field as 'Parent record owner'. Which indicates mapping
      
      <b>Result:</b>
      fieldname:assigned_user_id,
      modulename:Contacts,
      valuetype: **fieldname**,
      value: **assigned_user_id**
      
      See merge request !114
      28e2c072
  2. Oct 21, 2016
  3. Sep 23, 2016
  4. Sep 21, 2016
  5. Sep 17, 2016
  6. Sep 16, 2016
  7. Sep 15, 2016
  8. Sep 14, 2016
  9. Sep 12, 2016
  10. Sep 08, 2016
  11. Sep 07, 2016
  12. Sep 06, 2016
Loading