Desktop version

Main > Forum > 1C:Enterprise Platform > 1C:Enterprise. Mobile platform > ValueTable Error

Forum

Search UsersRules
ValueTable Error
#1
Active user
Points:: 0
Joined:: Dec 4, 2015

Hello,

I think it is a bug on working with ValueTable.
Since 8.3.9, I saw that ValueTable is not available anymore for Mobile application (client), so if I need to write in a ValueTable, I have to do it in an "&AtServer" procedure.
The problem is that after writing, the platform starts loading and quit (Error: "Unfortunately, 1C:Enterprise has stopped.").

A simple example:

Code
&AtClient
Procedure addSale(Command)
   AddSaleAtServer();
EndProcedure

&AtServer
Procedure addSaleAtServer()
   
   NewRow = SalesTable.Add();
   NewRow.Date = CurrentDate();
   NewRow.Article = "akfjhdskjf";
   NewRow.Sold = 19;
   NewRow.Assigned = 8;
   
EndProcedure

I am using 1c:Enterprise 8.3(8.3.9.74) on Honeywell D75E (Android version 4.4.4).

Where am I wrong ?

Profile
#2
Guest
Points::
Joined::

Hello, Sebastian!

Could you please create a sample configuration where I will be able to reproduce this issue?

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.