Skip to content
Snippets Groups Projects
  1. Nov 22, 2019
  2. Nov 21, 2019
    • Johannes Hörmann's avatar
      4bb3f645
    • Johannes Hörmann's avatar
      remove spaces from demodata keywords · 3bb3ecfc
      Johannes Hörmann authored
      3bb3ecfc
    • Johannes Hörmann's avatar
      remove relationship from demodata · 6784a197
      Johannes Hörmann authored
      6784a197
    • Johannes Hörmann's avatar
    • Johannes Hörmann's avatar
      import LeadImport files / changes · 394c489a
      Johannes Hörmann authored
      394c489a
    • Sophia Leierseder's avatar
      changes demo data · 894e82aa
      Sophia Leierseder authored
      894e82aa
    • Sophia Leierseder's avatar
      New demo data · 7dab6fe6
      Sophia Leierseder authored
      Conflicts:
      	.liquibase/Data_alias/basic/_demoData/generatedData/AB_ATTRIBUTERELATION.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/AB_OBJECTRELATIONTYPE.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/ACTIVITY.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/ADDRESS.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/CAMPAIGN.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/CAMPAIGNCOST.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/CAMPAIGNSTEP.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/CLASSIFICATIONTYPE.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/COMMUNICATION.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/CONTACT.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/CONTRACT.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/DESCRIPTIONTRANSLATION.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/DOCUMENTTEMPLATE.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/FORECAST.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/OBJECTMEMBER.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/OFFER.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/OFFERITEM.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/ORGANISATION.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/PERSON.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/PRODUCT.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/PRODUCTPRICE.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/SALESORDER.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/SALESORDERITEM.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/SALESPROJECT.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/SALESPROJECT_MILESTONE.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/SALESPROJECT_TOUCHPOINT.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/SALUTATION.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/TASK.xml
      	.liquibase/Data_alias/basic/_demoData/generatedData/TICKET.xml
      7dab6fe6
  3. Nov 18, 2019
  4. Nov 14, 2019
  5. Nov 12, 2019
  6. Nov 11, 2019
  7. Nov 07, 2019
  8. Nov 06, 2019
  9. Nov 05, 2019
  10. Nov 04, 2019
  11. Oct 29, 2019
  12. Oct 24, 2019
  13. Oct 22, 2019
  14. Oct 17, 2019
  15. Oct 07, 2019
  16. Oct 02, 2019
  17. Oct 01, 2019
  18. Sep 27, 2019
    • David Büchler's avatar
      The function ScanForDuplicates has been refactored and is now much more easy... · c664b39b
      David Büchler authored
      The function ScanForDuplicates has been refactored and is now much more easy to use because it does much more stuff inside to have an easier api.
      "RebuildDuplicatesCache" and "ScanForDuplicates" have been refactored.
      The fields used in the prefilter don't have to be configured manually by the user. Instead, the fields defined by the prefilter now get added automatically to the list of fields to be used. In the case, that the field has been added via the users config anyways, it doesn't get added by code to ensure that each field is mentioned exactly once.
      To reflect these changes, the javadoc including the example of ScanForDuplicates and RebuildDuplicates has been updated.
       Until it's possible to load values from a consumed entity dynamically via code, the possibility to select entity fields from consumed entities via ui has been removed. See ticket #1044577. Now only "native" fields directly from the base entity can be selected.
       Since the entity fields are now used in the configuration of the duplicate search, no db fields have to be configured any more. The field has been removed from liquibase
      c664b39b
  19. Sep 26, 2019
  20. Sep 20, 2019
  21. Sep 19, 2019
  22. Sep 18, 2019
    • David Büchler's avatar
      Bool fields apparently have to be int in the database to get them to work... changed them. · 6ddf98fd
      David Büchler authored
      The Indexfieldconfig now contains the correct fields which are necessary to run the search.
      The fields now can be configured via the client. Those infos are now used to dynamically load the configured fields an their values which are then internally used to run the prefilter as well as the real duplicate search.
      NEXT UP => Configuring of the result fields. There's light at the end of the tunnel.
      6ddf98fd
  23. Sep 16, 2019
Loading