Main > Forum > 1C:Enterprise Platform > 1C:Enterprise – Business applications platform > Mobile Planner

Forum

Search UsersRules
Mobile Planner
#1
Just came
Points:: 0
Joined:: Jan 17, 2015

Hi
I used 1C Mobile Planner.  I'm getting an error:
{DataProcessor.Planner.Form.Form.Form(53)}: Value is not the object type value(CurrentRepresentationPeriods)

&AtServer
Procedure OnCreateAtServer(Cancel, StandardProcessing)

CurrentDate = CurrentDate();
One Day = 24 * 60 * 60;
Planner.CurrentRepresentationPeriods.Clear();
FirstDay = BegOfDay(CurrentDate);
For I = 0 To 6 Do
Planner.CurrentRepresentationPeriods.Add(FirstDay + (I)*OneDay,
EndOfDay(FirstDay + (I)*OneDay));
EndDo;

EndProcedure

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

Hi!

First, the planner object is not available for mobile apps. It is only available for thin client, web client, server, thick client, and external connection.

Second, we cannot be absolutely sure, but your error looks like 1C:Enterprise does not know that your "Planner" is an object of Planner type. Please double-check it.

Profile
#3
Just came
Points:: 0
Joined:: Jan 17, 2015

Thanks Sergey Polikarpov,

In the syntax, "Mobile application (client), Mobile application (server)" was written as usability. :)

Syntax:
Planner

Availability:


Thin client, web client, server, thick client, external connection, Mobile application (client), mobile application (server).

Profile
#4
Active user
Points:: 0
Joined:: Nov 3, 2011

BURAK UYANIK,

I checked this Syntax Assistant topic in 8.3.10, it does not mention the mobile application client or server. Please see the picture.

The topic on the screenshot is Common objects/Planner/Planner. What's your platform version and which topic states that the planner is available in mobile applications? Could it be a typo that was fixed in a later version?

Profile
#5
Just came
Points:: 0
Joined:: Jan 17, 2015

Hi,

Profile
#6
Active user
Points:: 0
Joined:: Nov 3, 2011

Burak, unfortunately, it is a typo. My screenshot comes from a later version 8.3.10.2466 where the typo is fixed. Sorry for the inconvenience caused to you.

Profile
#7
Active user
Points:: 0
Joined:: Nov 3, 2011

Good news, everyone! The planner object will be available in mobile platform version 8.3.11.

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.