Hi Roel,
Thanks for the feedback!
Hi Roel,
Thanks for the feedback!
We investigated the issue further on our own. For future reference, in case someone else encounters the exact same issue, I am mentioning it here.
dequeueNormalEvent implicitely fires a SQL that uses tables OSSYS_BPM_PROCESS and OSSYS_BPM_ACTIVITY. These tables contained a high number of records, that causes the query to be slow.
We have cleaned the tables, removing records via BPTUtils forge component.
Also see: https://www.outsystems.com/forums/discussion/39611/ossys-bpm-activity/
Harlin Setiadarma wrote:
Have you generate Apple Push Certificate and upload it to OneSignal Setting screen?
https://documentation.onesignal.com/docs/generate-an-ios-push-certificate
Hi,
Yes, I have done with all formalities that's why iOS devices are added to oneSignal dashboard.
Please see below or attachment file for active iOS set up on oneSignal.
Hi,
If you are executing a Screen Action when clicking the Room Number, you can do this in the action using an assignment.
If you are doing nothing at all, you can create an action and a link around the Room Number in order to be able to store this information.
If you are navigating away of this screen (you have a link with navigate), you can change the link to open a screen action, save the session variables and then end the action with a Destination or External URL to navigate to the site.
On the other hand, you could just associate the inputs that are storing those DataStart and DataStop values to be associated with Session Variables. If the session variables are not being updated on leaving the page with a navigate, you can use the OnChange of those inputs to call a screen action (empty) just to force them to be updated before leaving.
Cheers
Hi Sachin R,
While you are moving the application to different environment the data inside the entity can't be moved because those are two different SQL servers.Where (Dev&Test) will have there dedicated SQL servers.
I am not having any idea about the configure.
According to my knowledge we can export the data(Excel File) from the entity by creating a server action, And use Bootstrap on the entity.
Regards,
Koushik
for variuos reasons, pictures didn't get uploaded. here they are
Hello,
I have a json file which contains 10 objectNumbers,
Is there a way I can make a list of all 10 so I can re-use them on another json call.
Roelof
Hello Sachin,
Deployment does not bring data from one environment to another.
There is no configuration that enables this.
If you want to bring data from one server to the other, you need to implement a way yourself.
Bootstrapping data from excel, or using database scripts to copy data, or using third-party tools to move data between databases, etc,
Cheers.
hi there,
i want to store some data from the 'Rezervari' form into session variables. I thought that I will manage it with the <onclick> event, but it ain't working.
So on the left-hand side i have the 'Rezervari' form,
right-hand side is a Table Record, containing empty rooms(+floor and orientation) between DataStart and DataStop, that gets populated from the database clicking a button, that's not visible here.
What i want is, when I click on a row(or the room number) from the TableRecord, the room number, DataStart and DataStop to be saved in session variables, so i can use them after 3 other steps, to save a new reservation.
Help:)
Hi
While moving build to development to the Testing environment, Dev entity data are deleted is there any configuration need to be enabled in the service center?
Regards,
Sachin
Koushik Prathi wrote:
Hi Vikas,
In Mobile Application, we have both client side and server side. Where at the page interface level it will try to fetch only the user functions on the client action. I created the function on the client action, and I am able to fetch the user function inside expression.
Regards,
Koushik
lol. it was unexpected. thanks though
Hi Raj008,
Once the user is already login why we need to show him the login page again, if you provide some more info it will help me,like scenario.
Regards,
Koushik
Perhaps I am obsessive but I get irritated with untidy flowcharts.
I'd love a JOIN node that does nothing but allow two or more flow-lines to join into one allowing bending around corners and getting rid of cris-crossing lines.
This would allow changing this
into this
If the system got clever it could even make it
How many times did you had a strange behavior in ServiceStudio that you think... How can I explain this in a way that Outsystems will understand...
If we simply record the behavior and upload it, it would help way more Outsystems to really understand what's going on.
Edit: Vasco Pessanha added a very good addition to also be able to upload images. (thank you Vasco)
e.g. based on
nr of connected entities,
nr of advanced sqls
nr of entities per aggregate
nr of undescribed actions
size of actions
nr of webblocks per page
nr of actions per webblock/page
To enable easier integration with systems external to the Outsystems environment allow more characters in names. This will make integration much easier to setup and maintain. It should also improve the match rate when two entities are assigned to one another.
Hello,
Under circumstances Outsystems cant generate APK due to problems such as
-source 1.6 or -source 1.7
Since Outsystems Mobile using Cordova, it would be nice if we can see/modify/choose the Cordova Configuration before generate the APK
Thanks
The Web Application Open Platform Interface (WOPI) enables Office Online to access and change files that are stored in your service. A WOPI integration for OutSystems would allow web apps built with OS to provide users with the functionality to open documents created in Office Online directly from their OS web apps.
The advantages to OS customers should be obvious. It would allow users to open Office Online documents retained within OS under the control of OS apps. The advantage to OS is that it would give OS a competitive advantage--none of OS's competitors (other than Microsoft itself) support this functionality.
Ideally the interface would be designed in such a way that the documents would actually be stored under Box, Dropbox, an AWS S3 or any other cloud storage service supported by OS.
We know this is possible because we did it for OutSystems. Unfortunately, after we had completed our OS WOPI integration Microsoft shut us down on the grounds that we did not meet their requirements as a cloud storage provider. However, OutSystems itself could easily meet those requirements.