Search in dynamic lists since 1C:Enterprise 8.3.5

We have modified the search engine in lists making it more convenient and understandable.
The first external difference is that now the form command line contains two new items: search string and search control.
As before, in order to find something, it is enough just to start typing on the keyboard the search words. The cursor will automatically go to the search string and it will show the characters you type.
For example, if you want to find what did «Gateway Ltd.» buy wholesale from the middle warehouse, then just type on the keyboard: «gateway whol midd».
Continue reading Search in dynamic lists since 1C:Enterprise 8.3.5

Editing data in external data sources

We have implemented the ability to add, modify and delete data in external sources. We need immediately to mention that we have created this mechanism to solve the problems of integration with other applications. Do not try to use it for replacing the «platform» mechanism of data storage in 1C applied solution.
You can edit the data both in software and interactively. In most cases, you do not need to program anything. Everything will work interactively, automatically, as well as, for example, when adding, deleting or modifying the catalogs and documents.
Continue reading Editing data in external data sources

HTTP-services

Publications: HTTP-services in application solution
In addition to automatic REST interface in 1C:Enterprise platform, we have implemented the ability to create our own arbitrary HTTP-services.
You can generate a response to the request yourself using the script. In this case, you have convenient access to the body, headers and line of original request, as well as you can generate the code, body and headers of response on your own.
Compared with the existing platform SOAP web-services, HTTP-services have several advantages:

  • Easy to program the client of such services;
  • Potentially a smaller amount of transferred data;
  • Potentially lower computational load;
  • HTTP-services are focused on the «resources», while SOAP services are focused on the «actions».

Continue reading HTTP-services

New release of 1C:Small Business (1.4.7) is available for download

News: new release of 1C:Small Business (1.4.7) is available for download
1C Company released a new version 1.4.7.37 of 1C:Small Business. This version includes many bugfixes and new functionality.
1C:Small Business is a powerful business application recommended to use by 1C partners as a base to develop own robust applications for local entrepreneurs and small business owners to help their businesses grow and run more smoothly.
Continue reading New release of 1C:Small Business (1.4.7) is available for download

Display report details

Most of the reports are required to show their details, for instance, display documents which have an influence on results of report. This function can be done very simply using DCS. You can customize different data groupings or open an object of configuration by double-clicking.
Nevertheless, some reports are easier to develop without using DCS. Of course, the possibility of DCS allows us to develop a report of any complexity but I want to demonstrate how detailing parameters are used in reports without DCS.
The example is simplified as much as possible. The configuration contains two documents (Cash payment, Cash receipt) and catalog Clients. Documents add records in an accumulation register.
Continue reading Display report details

Reading XML files using XDTO

Publications: Reading XML files using XDTOIf you are a developer 1C or write in PHP, or C++, it does not matter, but sooner or later you will be faced with XML. Why? Because it is universal, convenient, ubiquitous, cool, cross-platform . XML correctly understands in Android, Windows and Linux, etc. It is used for the exchange of information. It is used to store information.
In this post, I will explain how to read XML using 1C mechanism XDTO. You can see that the code is very simple, and no conversion is not required for XML values.
Continue reading Reading XML files using XDTO

1C:Enterprise Developer's Community