Quantcast
Channel: OutSystems Community
Viewing all 1476385 articles
Browse latest View live

[Forums] Building native app that DOESN'T support iPad

$
0
0

Hey, João,

Regarding question 1), there's a preference you can use for iOS named 'target-device', which Cordova uses to map that exact setting.

As for question 2), I'm not entirely sure, but I believe that comes down to the submissions themselves: if you generate and submit an IPA targeted for 'universal', your submission will be usable and accessible for both iPhones and iPads. If you then generate and submit one for, say, 'tablet', then that upload will be pushed to iPads alone, keeping the iPhone version's last version as the latest.

Hope that clears it up!

Best regards,

Carlos Simões


[Forums] Input Mask on P10 App Native

$
0
0

Hi Fantato,

Thank you very much for your fast and clear response. I will wait for this mobile mask forge version.

The simple use of the Input Widget from Outsystems is enough to my necessity. But I need to use comma as a decimal point and point as a group separator. I don't get to do this with input widget. Can you help me ?

Best Regards,

Roberto

[Forums] Bottom Bar problem

$
0
0

is there a way to enable the bottom bar? I created one exactly as in the video, but it does not show in the app. (browser test or real app in the phone). This is what my block looks like.

Thanks for your help

[Forums] Count minutes using this component

$
0
0

Hi Ana,

Thanks for your attention! I forgot to say that I want to count during 1 hour, but showing a minutes counter. I tested with your parameters, but seems to be in seconds.

Best regards,

Roberto

[Forums] Service Studio 9 is not compatible with the selected Platform Server 10

$
0
0

Hi,

I had install Service Studio 9 and trying to connect to the environment. But I have this error after connecting. I'm using version 9 because it's what my boss asking me to.

Thanks for your help.

[Forums] Store Json String to Entity

$
0
0

I cant display result from JSON Deserialize to table. Can you help me if i want to store json array from my webservice into localstorage or database?

[Forums] Store Json String to Entity

$
0
0

Hi Bimo,

This is Harlin from Perkasa (Outsystems Partner Indonesia).

We met before when I presented Outsystems in your office :)


To achieve your goals (store json to database entity):

1. You need to deserialize the json into correct data type.

Your json is an array of object.

So your data type should be list of record.


2. your json is now is in a local variable (list of record), you need to iterate (loop) each of record before saving to entity...

To iterate you need For-Each node, like in below picture.

After For-Each you can pass that JSON.List.Current.Record to Create<Entity> Action.

If you still need more helps, just mail me: harlin@ppu.co.id

I will gladly help.

[Forums] Bottom Bar problem

$
0
0

That was strange...

Maybe you accidentally delete BottomBar block in your template.

Make sure you have this in your screen or template:


[Forums] Introduccing Silk UI Mobile training

$
0
0

Hi,

I am going through the video on 'Introducing Silk UI Mobile' and there's a demo on creating mobile app on email.


I would like to know how can I download the 'emailconnector' used in the demo by Samuel as I want to go through step by step of what he shown in the clip.


Thanks,

Bennett

[Ideas] OST Recovery Tool to Recovery OST File to PST Outlook

$
0
0


In the article, it is discussed what to do when offline OST file stop giving response and shows errors. Microsoft OST file is very useful for every organization because this only gives the permission to users to access data in downtime of Microsoft Exchange Server but sometime due to errors the file get corrupt and damage for user; in this situation users can make utilization of OST Recovery Utilitythat gives very easy procedure to repair OST file and recover all OST items such as- emails, contacts, notes, inbox items, outbox items and appointments.

The main motivation is get users out from the corruption issues and during make the software our team worked hard and the consequence is in front of you “ PDS OST Recovery Tool“the utilization of the tool is piece of cake for users who need to download the software with following simple steps and successful installation of the Software get start the recovery process of OST file to PST file.

Steps to Recover OST File to PST Outlook 

  • Download the OST Recovery Tool Software on your machine
  • Run the downloaded setup by following the instruction
  • Now browse your corrupted .ost file by two ways “Browse” or “ Auto Search” both methods are used to find out the location of OST file
  • The scanning process has been started and software will keep all the folders or emails in front of you that you can preview by opening the emails body
  • Recover emails by two types; Either select the emails or folders using check box button or select the complete OST file
  • Just save your OST emails into different formats such as- EML, MSG, HTML, MHTML, RTF, TXT, DOC, PDF, PST, MBOX and Outlook Profile
  • While converting OST as PST; if you want to make small PST file then you can define the size from 1 GB to 5 GB to get PST File split
  • You can use “ Messages filtering option “ and “ Multiple convention” option to restore OST file

Recovery of Selective Single and Multiple OST Emails or Mailbox 

OST Recovery Tool Software assistances to recover emails from inaccessible OST file in additional to Convert OST file to PST File with email properties- to, bcc, cc, time, subjects, from, email header information and embedded images etc.  The messages filtering option is world best which save users time and allows users to filter the emails according to dates “From date” to “To date” to recover OST file to PST file without creating any problem. You can get the complete preview OST file to PST Outlook file with complete its stuff. OST to PST Recovery Software is used for OST File Recovery into Existing Outlook profile and PST file that having the facility of PST file splitting upto 5GB. 


It also gives the option to recover those emails which having attachments.Outlook OST file Recovery Software helps to recover data from OST file to PST.


Get more information about this software:-   OST Recovery


[Forums] Count minutes using this component

$
0
0

hiiii

This is abhay.....

By default accordions must be expanded in all pages of product catalog flow....that's my problem....it is not by default getting expanded....

I have used a jquery function on the web screen where accordion is.....


"

$(function(){

 $(".AccordionVertical_header").click();

})"


can you suggest me a way to Exapnd it by default.....







[Forums] Input Mask on P10 App Native

$
0
0


hiiii

This is abhay.....

By default accordions must be expanded in all pages flow....that's my problem....it is not by default getting expanded....

I have used a jquery function on the web screen where accordion is.....


"

$(function(){

 $(".AccordionVertical_header").click();

})"


can you suggest me a way to Exapnd it by default.....


[Forums] Demo, screenshots, difference between other component

$
0
0

Tiago,

It's more that I would like to see what it looks likes/how its works before installing it into the environment. There already is a component for this, only it got no export.

Is there another security added besides the SC login? Not all developers should be able to 'check' all values/options.

Kind regards,

Evert

[Forums] Store Json String to Entity

$
0
0

Harlin Setiadarma wrote:

Hi Bimo,

This is Harlin from Perkasa (Outsystems Partner Indonesia).

We met before when I presented Outsystems in your office :)


To achieve your goals (store json to database entity):

1. You need to deserialize the json into correct data type.

Your json is an array of object.

So your data type should be list of record.


2. your json is now is in a local variable (list of record), you need to iterate (loop) each of record before saving to entity...

To iterate you need For-Each node, like in below picture.

After For-Each you can pass that JSON.List.Current.Record to Create<Entity> Action.

If you still need more helps, just mail me: harlin@ppu.co.id

I will gladly help.


Hi Harlin,


Thank you for the solution, and it works!!!!

[Forums] Loading circle while process data

$
0
0

Hey,

I want to ask how to add loading circle while waiting process data before navigate to another page in mobile outsystems.

Thanks


[Forums] Store Json String to Entity

$
0
0

Glad it works...

Can you mark my post as your Solution, it will help other helpful people looking for unanswered question to help...

[Forums] Loading circle while process data

$
0
0

Hi Bimo,

Add an icon/image, then apply css style class to animate/spin it.

Then use a local variable and if widget/container's visible property to make it show or hidden.



[Forums] Service Studio 9 is not compatible with the selected Platform Server 10

$
0
0

Hi Allan,

Maybe you have to explain your boss that using a servicestudio 9 to a platform server 10 isn't possible .. 

Or on the other hand, maybe the environment of your company isn't transferred to V10 yet and is still using 9, and now you try to connect to your personal environment which is v10. If you want to do the training you have to use v10 service studio, you can use them together on one pc. Switch to 9 when you want to connect to a v9 server,


Regards,

Wim

[Forge] PixelTracker

$
0
0
Pixel Tracker, Tracking pixels, Web Beacon is an email tracking application that uses a tracking pixel (1x1 pixel images) to track status of your emails. Status like is the email opened and how many times it has been opened and from where and what device.

[Forums] Service Studio 9 is not compatible with the selected Platform Server 10

Viewing all 1476385 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>