Hello, i have a app that is in google play store and apple store, i've done some minor changes on the application in the past few days and added the google analytics, if i deploy the app to production and submite a new version to the store, will this have impact on the users ? while the app is in the review period on the stores
[Forums] Publish mobile app that is in store
[Forums] Running a feedback_message before a download
wrote:
wrote:
Hello
I am trying to implement an action which runs a feedback message, before exporting an excel file.
It seems that if the action ends with a download, the feedback message will not show.
Is there away around this problem? I've considered using a widget click in the action, but I'm not sure this approach will work.
Thanks
Hi Joseph,
Let go step by step -
1) I am trying to implement an action which runs a feedback message, before exporting an excel file.
Answer - Outsystems already have builtin functionality for feedback message.
2) It seems that if the action ends with a download, the feedback message will not show.
Tell me one thing if download is complete then you don't want to show feedback message and if yes then can you tell me at what time you want to show then.
3) I've considered using a widget click in the action, but I'm not sure this approach will work.
Answer - We can do multiple approach to solve the problem by widget click but can you explain more because we need to go with best practice of OS, if I can suggest something to you.
Thanks,
Rajat Agrawal
Hi Rajat.
Responding to your points:
- The above action is what I am already using. I then set up my workbook and then use the download component to export the excel file.
- What I want to achieve is the feedback message showing, and then the download starting. At the moment, the feedback is not appearing despite appearing fine in the action/ debugger.
Thanks
Joe
[Forums] Error Feedback Message Not Disappearing automatically
Hi Michael,
This is default functionality of feedback message in OS. We can't make any change on it. It will go when you click on "X" icon.
Thanks,
Rajat Agrawal
[Forums] How to create pagination in outsytem mobile applications
Hi all,
I want a pagination (list navigation) in mobile application like a web application I have large amount of data in a list so I want to show 20 records at a time in a list...How to achieve that....
Thanks
chiranjit kar
[Forums] The INSERT statement conflicted with the FOREIGN KEY constraint "OSFRK_OSUSR_71O_PASS
Hi,
In the action that saves the comment, you can check if the PassengerId is different than NullIdentifier().
You can also use an IF in the screen and show the comment area ONLY if the PassengerId is different the NULL().
I recommend the Online training, as all this is shown there.
Cheers.
[Forums] Running a feedback_message before a download
wrote:
Hello
I am trying to implement an action which runs a feedback message, before exporting an excel file.
It seems that if the action ends with a download, the feedback message will not show.
Is there away around this problem? I've considered using a widget click in the action, but I'm not sure this approach will work.
Thanks
Hi Joseph,
Let go step by step -
1) I am trying to implement an action which runs a feedback message, before exporting an excel file.
Answer - Outsystems already have builtin functionality for feedback message.
2) It seems that if the action ends with a download, the feedback message will not show.
Tell me one thing if download is complete then you don't want to show feedback message and if yes then can you tell me at what time you want to show then.
3) I've considered using a widget click in the action, but I'm not sure this approach will work.
Answer - We can do multiple approach to solve the problem by widget click but can you explain more because we need to go with best practice of OS, if I can suggest something to you.
Thanks,
Rajat Agrawal
[Forums] Introducing collectables 1/3 - real world badges
wrote:
Hi Mário,
Nice idea! How can we earn "Award" badge? It has only a description "sharing the awards with the group".
Cheers!
Hi Marco
access to your profile https://www.outsystems.com/profile/ProfileOverview.aspx, and in the other accomplishments session choose Award.
[Forums] Running a feedback_message before a download
The confirmation message seemed the best way I could think of, as the action running is an excel import, which and the download is an error log. The message was meant to be informing the user of the error, and the position of the error in the file.
It's an issue I have noticed in the past too.. trying to think of a way around it.
[Forums] Running a feedback_message before a download
I cant find a way to do this :/
What is your intention in Feedback_messaging before the download? Is using a confirmation message a possible solution? Or creating a message in your screen, displayed controlled by a variable?
[Forums] Publish mobile app that is in store
Hi Gonçalo,
If you add a new plugin, yes, this will have impact.
The user will need to update the app from store before be able to use the application, unless you put code to avoid using the plugin case it is not installed.
The Auto-update does not work with the plugins.
(If I understood correctly your dillema).
Cheers.
[Forge] TextMod
- Trim a specified string from the start and end of the original string
- Reverse a string
- Mask a string, or part thereof, with any character
- Replace a list of values in a "paragraph"
- Pad left a string with a single character to a total padded string length of n
- Pad right a string with a single character to a total padded string length of n
- Prefix a piece of text n number of times with another piece of text
- Append a piece of text n number of times with another piece of text
- Determine if string x starts with string z
- Determine if string x ends with string z
- String to record list of characters (Text - structure with one text property) + Function to convert from Text to Text
- Concatenate text values, including optional separator text
[Forums] Table Record or List Record
I think most differences are in layout :)
List Record lists anyways you want, even horizontally; Table Record is very easily customizable, as for cells, lines and header
[Forums] Table Record or List Record
Are there differences between these two besides the layout?
[Forums] Introducing collectables 1/3 - real world badges
Have got some badges now
[Forums] Running a feedback_message before a download
wrote:
Ho Joe,
Its means feedback message is working in action but it not appearing when you are using in export to excel action.
Can you share the oml?
Thanks,
Rajat Agrawal
More information on this behavior, I got while testing:
The download prevents the Feedback_Message from being displayed in the screen.. Even if it's called first (different transactions). It'll only be displayed after the next submit
[Forums] Running a feedback_message before a download
Ho Joe,
Its means feedback message is working in action but it not appearing when you are using in export to excel action.
Can you share the oml?
Thanks,
Rajat Agrawal
[Forums] Introducing collectables 1/3 - real world badges
wrote:
Have got some badges now
Awesome!! Have a great event ;)
[Forums] Error Feedback Message Not Disappearing automatically
[Ideas] Choose zone when deploying in Lifetime
We have 2 zone for deployment on our on-premise installation.
Internal zone accessible only by corporate network.
Public zone for public users accessed via internet.
Right now, we have to 2 options:
1. set default zone first, deploying, set back default zone to our "default"
2. deploy to default global zone, then change zone in Service Center after deployment
Both waste our time.
Why not before deployment, Lifetime asks which zone to deploy to, along with which database catalog to use.
Thanks.
[Forums] Exhausting all tcp/ip connections
Hi,
Please note that every call to a method of this extension created a new tcp/ip connection that is not closed in the end. The connections are closed later due to timeout.
This means that if we use this in a process that will call several methods very quickly, we will end up exhausting the tcp/ip connection pool.