Desktop version

Main > Forum > 1C:Enterprise Platform > 1C:Enterprise. Mobile platform > 1C:Enterprise 8.3 Mobile Application

Forum

Search UsersRules
1C:Enterprise 8.3 Mobile Application
#1
Interested
Points:: 0
Joined:: Apr 5, 2012

Hi

I need some suggestions about a situation that must be automated.

Situation is, as:

I have sales staff employee. They are in quantity nearly 150 employee (in next days will be more and more). They must sale from Tablet PC (supported system: android).

And in linux ubuntu server I have the main infobase (1C:Enterprise based) that used for accounting and many aims.

So, as a developer I wish to use 1C:Enterprise in Mobile application too. I need a integration between Mobile App and the central infobase.

1. Integration by "Web-Services":
I realized that the XDTO packages are not supported for Mobile application in 8.3 (firstly I imagened that I will use the Web-Sevice and send the data in XDTO packages).

2. Integration by using "Exchange plans":
For this way I think in both sides (in mobile appl. and central server) the configuration must be same. Isn't it? And in Mobile Application the FTPConneciton is not supported.

So, the task may be explained in such a list:
1. While working in mobile application I must use Web service (sending a complex data and recieving a data in date format).
2. For example, after saving the document I need to send the same document data to the server application (server application is 1C:Enterprise based app.).


P.S. If there were possibility to connect to the server inforbase by WEB-server or anyway from Mobile Application there would not be such problems. Or in WEB-Client for mobile application were possibility to change page orientation (width or hight) there would not be the problem. I think.

For anyway, I thank is there were connection like Thin Client for Mobile Application there would be the best solution :).

Profile
#2
Guest
Points::
Joined::

Web services are available, but can not be created as a configuration object. At the same time you still can publish it on the main infobase and use in the mobile application. For example:

Code
    URL = URL + "/ws/ws1.1cws?wsdl";
    Definitions = New WSDefinitions(URL, User, Password);
    Proxy = New WSProxy(Definitions, "http://localhost/ws1", "SynchronizationWithMobileDevice", 
                        "SynchronizationWithMobileDeviceSoap");
    Proxy.User = User;
    Proxy.Password = Password;
    Proxy.ExecuteSynchronization(MobileDeviceID,
                                 DeviceDescription,
                                 MainNode.ReceivedID,
                                 MainNode.SentID,
                                 "2");


The data exchange do not require the absolutely identical configurations, but the conversion rules should be used to exchange data between applications with different configurations. Unfortunately the application for data conversion rule creation is not yet available in English.

Profile
#3
Interested
Points:: 15
Joined:: Oct 27, 2011

Quote
The data exchange do not require the absolutely identical configurations, but the conversion rules should be used to exchange data between applications with different configurations. Unfortunately the application for data conversion rule creation is not yet available in English.
When do you plan to publish it? If it is partially available could you please send me the code, because we are creating very similar application for our needs.

Profile
#4
Interested
Points:: 0
Joined:: Nov 10, 2011

"application for data conversion rule creation" - I did not really get it. What does it mean?

Profile
#5
Active user
Points:: 0
Joined:: Jun 25, 2013

"application for data conversion rule creation" is a configuration that analyzes metadata of configurations that take part in the exchange and helps you to create conversion rules for the exchange between them. It is not available in English yet. We will send a notification for our newsletter subscribers when it will be published.

Profile
#6
Interested
Points:: 0
Joined:: Apr 5, 2012

Hi,

In 8.3.3 version in designer mode there is Mobile Application Debugger. Is it designed to debug in Android or iOS?

If, yes - how can I use it?

If, no - for what aim it's designed?

Profile
#7
Active user
Points:: 0
Joined:: Jun 25, 2013

Mobile applications are debugged on a PC, there is no way to debug them on mobile devices.

You'll be able to find mobile application development details in the Mobile Application User Guide, we'll release it in a few weeks. Follow our news.

Profile
#8
Interested
Points:: 0
Joined:: Apr 5, 2012

Ok thanks

Profile
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)



© 1C LLC. All rights reserved
1C Company respects the privacy of our customers and visitors
to our Web-site.