Servoy 3

Ok Bob, Harjo and Marcel it’s OFFICIAL. I finally jumped. I purchased Servoy 3 developer lic, no looking back now :shock: . Now I am going to have many questions needed to be answered. (you’all probably thinking…oh no…:-) )
Anyway 2 Qs.
1: In servoy CRM 3 : lst_solution_navigation [design] how do I edit (add/delete) that list (customers,contacts, orders etc)? Is it a Valuelist?

2: I am building a solution (more like editing yours) where contacts entered may be a company or a person. In servoy CRM 2.2, on the company page search field I can type in either company or contact or part of either company/contact name and it finds it. In servoy 3 it only finds company in the company search field (understandble) and in the contacts search field if the contact is not connected to a company ( entered as a contact only ) I get an error :No records were found matching your search request. How can I fix this?

Welcome to Servoy!

  1. They are records. Make a form that is based on that table and you can then add your own records, add icons, etc.

  2. You can do that by simply editing the method that is called on the “onAction” event of the search field. Just include the fields you want, and you’re done.

Hope this helps.