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
1
vote
1 answer

How To Make REST Call From Movilizer Movelet

I am new to Movilizer, so pardon me if the question appears silly. I have created a Movelet and I am using Eclipse with Movilizer Plugin for development. In this Movelet I want to consume an existing REST webservice. The said webservice is presently…
1
vote
3 answers

Issue with Movilizer Plugin for Eclipse

I am trying to install movilizer plugin for Eclipse. Still,after adding StartCom Certificate still i am facing these issue- I am having troubles installing the Movilizer eclipse plugin Unable to read repository at…
RAHUL DEEP
  • 695
  • 3
  • 13
  • 33
1
vote
1 answer

TypeScript definition for single JavaScript file

I'm trying to run an Ionic2 app inside a Movilizer HTML5 view. In order to send data between the Movilizer container client and the Ionic2 app, I need to include a plugins/Movilizer.js file. As I understand it, the Movilizer system will then replace…
Reinstate Monica
  • 2,767
  • 3
  • 31
  • 40
1
vote
1 answer

Movilizer Startup from another app on different platforms / app jump into Movilizer

can you please explain how to start Movilizer on different platforms from another app? For instance: iOS? Via URL scheme? Android? Via intent? Via URL scheme? Windows Phone? Any examples? On Desktop I simply assume that calling the jar via…
André Schäfer
  • 608
  • 5
  • 15
1
vote
1 answer

Is there any possible way to filter movelets using mel from another movlet?

Is it possible to filter MOVELET based on string from another MOVELETS using MEL code? I had tried with setMoveletFilter() of MEL but it is not suitable for my requirement. Filter criteria is on another movelet. Based on that criteria I need to show…
jaya sankar
  • 39
  • 2
  • 13
1
vote
1 answer

Movilizer - Send data to bluetooth printer

I have the requirement of print a ticket from a Movelet. The printer will be connected via bluetooth to the device. Is it possible to do this task on Movilizer for SAP? Thanks in advance. Best regards, David.
David
  • 86
  • 7
1
vote
1 answer

Provide Localization/Multi language support for Movilizer Applications

to localize a Movilizer application (provide multi language support) I am using the following Method to replace the placeholders of a screen: $global:setPlaceholders = function(key) { fieldNames = getMasterdata($masterdata:"localisation", key); …
Pavel Kotlov
  • 544
  • 4
  • 11
1
vote
1 answer

Movilizer : Using third party authentication

Currently we have a Hybrid solution where we show a web form in our Movilizer screen. This solution does not open a new browser window, but the form is shown in the movlizer screen. This form need to be logged in with our credentials (using our…
ryaliscs
  • 123
  • 9
1
vote
1 answer

How to branch a menu that is in a complex grid UI

We are trying to create a large menu in movilizer to support all our options, while doing so we are using a grid complex UI to support larger devices. Because we use the complex grid UI we currently have 3 menu's and 2 text fields in our complex…
Sinshz
  • 13
  • 6
1
vote
1 answer

Movilizer - Setting icons in answers of questionType 5

I'm setting the icon as an attribute of answers that belong to a question with type 5, and I can't visualize these icons in my movelet.
Roberto
  • 11
  • 1
1
vote
3 answers

How can I integrate a navigator app on a device

What is the best approach to make use of navigation features like route planning when I have an address in my Movelet and want to trigger a navigation via an external app on iOS, Android and Windwos Phone?
André Schäfer
  • 608
  • 5
  • 15
1
vote
2 answers

Movilizer - How to get the Answer of a Signature screen into the DC

How can i get the results of the Signature Screen into the cloud with a DataContainer. What formats are supported? Any help will be appreciated...
Pavel Kotlov
  • 544
  • 4
  • 11
0
votes
3 answers

Creating a Custom Button react native

I'm trying to create a custom button in react native that have some default styles, but I want that the button allows me to change it's default styles for new ones depending the situation. the code is this: import React from 'react'; import…
0
votes
1 answer

how to get GeoLocation in Movilizer?

In one of my use case, I need the current address(Geolocation) of my mobile device. How to get current Geolocation in Movilizer. Anyone knows, Please let me know Thanks, Krish
0
votes
0 answers

Movilizer scanner 1D barcode

I have a problem with scanning 1D barcode with movilizer app. It works perfectly when I scan the code for the first time, but with every next try, it doesn't work at All, it's like the screen does not recognize the image as barcode, or the image is…
m.siget
  • 43
  • 3