Questions tagged [movilizer]

A development platform for enterprise mobile applications

Movilizer is a development platform for building, deploying and running enterprise mobile applications.

For more information, visit the official website

61 questions
0
votes
1 answer

How to filter masterdata using more than 6 criterias

Assuming I have a masterdata pool containing customer data. I want to filter masterdata entities using queryMasterdata. A masterdata entity - by definition - has 6 filter attributes, 3 string based and 3 numeric, which can be used for filtering…
André Schäfer
  • 608
  • 5
  • 15
0
votes
1 answer

How to access the label of a selected answer item in a Movilizer answer

In a text input screen (type 5) I have a drop down input element (answer type 6) with several answer items. On leave OK I want to store the selected answer item's label in a local variable. Calling getAnswerData gives me the answer item's client key…
André Schäfer
  • 608
  • 5
  • 15
0
votes
1 answer

Movilizer - Splash screen android

When I try to customize the client Splash screen the following issue occurs: I created a 480x800 image within the limits of 512kb as instructed by the customization guidelines. When I set the image on a android client with a screen resolution of…
0
votes
1 answer

Movilizer - changing name of captured image

In my scenario I'm using the image capture screen for taking photos of specific machines. In the replies the name of the images is 1427726930.jpg Can this name be changed I'd like to have a prefix like: UIDxxxxxxTSxxxxxx.jpg
lrs_coolik
  • 81
  • 6
0
votes
2 answers

Movilizer: How to get integer result after calculation with getAnswerValue() return values?

I'm working with a Text Item screen (type="5") that includes Answers for integer numeric input (attributeType="2"). Now, when I perform a calculation with the user input values, the return value is always a float numeric. Shortened…
0
votes
2 answers

Movilizer Barcode Screen Trigger Ok Event

I'm using QType 23 2D barcode scan: ... With attributetype="51" that displays directly…
0
votes
1 answer

Movilizer - get information whether device is a Smartphone or Tablet

In use of getClientType() I can get the information which kind of platform the user is currently using/working on. For appearance purposes in a Movelet I'd like to distinguish whether the end user is using a smartphone or a tablet, can I achieve…
lrs_coolik
  • 81
  • 6
0
votes
1 answer

Movilizer: How to disable the column head in a table screen?

I want to create a table by using a Table screen and the table should not include a column head. However, if the Table screen does not include Answers with dummyAnswer="true", the screen is invalid. Is there another possibility to create a table…
0
votes
1 answer

Movilizer - retrieve current platform

How can I get the information which device the end user is using atm? It would be enough for me to know whether the user is using iOS, Android, etc. I've created a Movelet for testing purposes which connects and reads from a useragent api. But it…
lrs_coolik
  • 81
  • 6
0
votes
1 answer

Movilizer - set the password of a cloud user programmatically via Web Service Call

By assigning a movelet to a new user it is possible to create new users on the cloud. Is it possible to set the password programmatically via Web Service Call to the movilizer cloud?
Pavel Kotlov
  • 544
  • 4
  • 11
0
votes
1 answer

Movilizer - Client just stops executing the method after calling queryMasterData

I want to get some results from MasterData with a query. I see no errors or something else whats so ever. The debugger just stops at queryMasterData. No results are shown. The function i am calling: $local:getSparepartsSearch =…
Pavel Kotlov
  • 544
  • 4
  • 11
0
votes
2 answers

Movilizer - Masterdata referencing modification

We have a big masterdata pool of customers. With group references. Customer "key1" is in groups "G2 and G3" (using the tag). How can I change this references if for instance now I need customer to be in "G1 and G4" instead of "G2 and G3". Do I…
André Schäfer
  • 608
  • 5
  • 15
-1
votes
1 answer

Error sending a single delete in movilizer

I'm sending a delete operation to Movilizer with only a key and the pool but it gives me this error: Cannot delete primary group (Do not set group in delete command to delete entire entry) Why?
-1
votes
1 answer

How to disable sorting in Movilizer table Columns

In Movilizer how to disable Table columns sorting. below is my table screen template DNO
-1
votes
1 answer

Movilizer scanning 1D barcode with flash always on

I need to scan 1D barcode with flashlight always on. Is it possible and if so, how? code for the screen: ... I'm using android 8 device.…
m.siget
  • 43
  • 3