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 Show Images of mysql(longblob type field) in Movlet form view

I have images stored in MySQL(longblob type field) table column. How to show this images in my movlet form view(type="5"). if Any reference, please share with me. Thanks in Advance Krish
0
votes
1 answer

Movlet Failing if double quotes exists in string

I have a string with double quotes for example: "Diagnosed with "Covid19 -Ve" while rendering in MEL variable it's failing. My string may contains multiple double quotes in future. How to escape if string contains all the double quotes in entire…
0
votes
2 answers

How to trim Full Year and Seconds in DateTime

I am getting Date as '2/12/2020 4:30:29 PM'. But i need trimmed year and seconds date time format like '12/02/20 04:30 PM' what is the equivalent function in MEL for getting above date time? Thanks
new_learner
  • 53
  • 1
  • 5
0
votes
1 answer

How to show message in Movilizer data grid if no records found

I am using data grid in movilizer screen with question type = "9". Here i am binding data to grid with local array data. I want to show message in the grid screen 'No records found' if there is no data. how to show message in the middle of the…
new_learner
  • 53
  • 1
  • 5
0
votes
1 answer

Unable to Select current date as future date

In Movilizer i am unable to select current date in calendar screen. actually i want to select current date as well with future dates. Here i restricted past dates, but current date(today's date) also restricted. Less than or equal is not working…
new_learner
  • 53
  • 1
  • 5
0
votes
1 answer

How to loop through dynamically generated answerkeys?

In MEL how do I loop through dynamically generated answer keys to check if they were checked or not? I have shared a sample code block. I want to loop through answer keys. Here answer keys are being generated dynamically.
new_learner
  • 53
  • 1
  • 5
0
votes
0 answers

Running Movilizer movelet with Ionic

I am trying to run a movilizer movelet with ionic, but it isn't working. I got movilizer running with the following code I am using the lampaa startApp plugin: let formsApp = (window).startApp.set({ "action":"ACTION_MAIN", …
0
votes
3 answers

What is the difference between SAP Fiori and Movilizer?

What is the difference between SAP Fiori and Movilizer? They both are used to show SAP data in mobile phone, then where is the difference?
RAHUL DEEP
  • 695
  • 3
  • 13
  • 33
0
votes
1 answer

Movilizer- Upload Json to master data pool through Eclipse Connector

I need to call a web service which will return me a list of users in json format. I need to upload this json to master data pool in movilizer cloud. Is there any way i can do it(as i can see in confluence it is written that from eclipse it is not…
RAHUL DEEP
  • 695
  • 3
  • 13
  • 33
0
votes
2 answers

Do we have any methods in mel to check string contained in some another String or not

Do we have any methods in mel to check string contained in some another String or not. For Example: I had String like "mel". I had Another String like "melcode". Do we have any idea how to check the String "mel" is available in String "melcode".
jaya sankar
  • 39
  • 2
  • 13
0
votes
1 answer

Movilizer for SAP - Create horizontal menu

Is it possible to create an horizontal menu screen in Movilizer? How? I've seen it done in XML trough this link: https://devtools.movilizer.com/confluence/display/DOC24/Basic+Image+Menu+screen But how can I do that in SAP?
David
  • 86
  • 7
0
votes
1 answer

Movilizer for SAP - How to call the same movelet screen repeatedly?

I need to call the same screen (question) repeatedly in a Movelet for filling and send its fields to SAP GUI. The number of calls to the screen will be set dynamically depending on a variable value. Is it possible to do that? How can I do it? Thanks…
David
  • 86
  • 7
0
votes
1 answer

Movilizer - Dynamic Slideshow in MEL

I would like to know if it is possible to have a slideshow based on one dynamic screen. I am trying to use a dynamic Table Screen. When the user clicks on OK, $local:categoryCounter raises and shows other information of my array…
Mike Limburg
  • 207
  • 2
  • 9
0
votes
2 answers

Send e-mail from within the Movilizer

I try to create a text item screen which can be filled out by the user. When pressing OK the entered data should be stored and - if possible - sent via e-mail (maybe as a txt-file attachment - but as e-mail text should also be suitable). Is there a…
0
votes
2 answers

How to validate that at least one check box is selected in a Multi Select Screen

Assuming I want to validate in a Multi Select Screen (type = 4) that at least one check box is selected. How do I have to define the condition of the related validation in the following example?
André Schäfer
  • 608
  • 5
  • 15