Universal search and replacement of duplicate catalog items

This is a modified standard processor “Search and replacement of duplicate catalog items” with ability to work in the managed application.
Data processor have an open source code.

The developer is not responsible for and loss and/or damage (including deficiency of commercial profit, interruption of commercial or industrial activities, loss of any (including business) information and another property damage) which appears due to the use or inability to use of processor, even if the Developer was informed about the possibility of such loss and/or damage. The user assume all the risks related to the use or the quality of Processor functioning.
Continue reading Universal search and replacement of duplicate catalog items

Creation of simple mobile application in 1C for Android

Publications: Creation of simple mobile application in 1С for Android
1С released a new platform 8.3.2 whose feature is an ability to develop the configuration for the mobile platforms. The bottom line is that after all manipulations we receive the finished packages .apk (for Android) and .zip (for iOS) that can be installed on the mobile devices. This file you can place on Google Play or AppStore and it can be downloaded those who need this mobile application.

The basic idea is that the 1С programmer can do this and completely control the development. In this case, there is no need of knowledge in the field of mobile application development (for example, java)!
Continue reading Creation of simple mobile application in 1C for Android

Catalog with picture (manageable forms)

Since 1C platform release 8.2 the work with pictures is performed with different from the previous platforms method to deal with which without examples is difficult.
The picture as before is stored in the base in attribute with type ValueStorage, but it is impossible to write data in the attribute with this type in normal way, the writing is performed in predefined procedure «BeforeWriteAtServer».
Continue reading Catalog with picture (manageable forms)

Simple Twitter-client for 1C 8.3

Publications: Simple Twitter-client for 1C 8.3
Example of work from 1С with Twitter API 1.1, OAuth 1.0a, HMAC-SHA1
The purpose of publication - to show how is it possible to pass the problems created for us by OAuth 1.0
This is not a complete library of functions to work with Twitter, but just an example, a couple of functions. For service functions javascript is used with help of COM-calls to MSScriptControl.
Continue reading Simple Twitter-client for 1C 8.3

Managed application: correct software form open

The publication covers all the possible (or almost all) options of programmed form open in the manageable application. The appearance of publication is related to the fact that 1С help and yellow books are very reticent on this topic. Often the simple tasks (for example, creation of catalog item based on) cause the difficulties even for the most experienced 1С developers who worked few with manageable application.
Continue reading Managed application: correct software form open