Use case: you've clicked "Run Now" and want to see the status of the timer. Should be able to have this screen auto refresh every few seconds so you don't need to keep clicking the "Refresh" button.
J.Ja
Use case: you've clicked "Run Now" and want to see the status of the timer. Should be able to have this screen auto refresh every few seconds so you don't need to keep clicking the "Refresh" button.
J.Ja
Hi,
I am trying to implement one application inside that i want to show the surrounding of the place in augmented reality using with user mobile camera. It will be more useful in upcoming applications.
Regards,
Koushik.
The ODC was stupendous!!! Good Job OutSystems Crew
But I propose that Outsystems make the presentations available to the comunity.
Besides that it is not possible to attend to all presentations due to the parallel sessions
When working together with group of developers we would be happy if service studio can refresh itself.
At least when I publish my version, my screen on service studio should gets updated/refreshed.
When we are working with multiple modules that are dependencies, and we need to test the applications, we have a lot of work to get into the applications and update the dependencies.
As a suggestion could have a quick access button in the service studio that we could update the dependencies without having to open the dependency derating screen.
Please add the functionality allow an OS Entity or Entities to be reinitialized:
Currently #1 can be done via customer Server actions.
Currently #2 can not be performed.
When I want to check previous versions of my espace then I can go to Open from Environment, select an espace and click on Other Versions. Here I can choose an espace that I want to check and it then opens. However visually there is not much difference between the original and the other version. Sometimes this leads to changing the wrong version. Also when you search for a specific change in the versions it can become confusing which version you already checked.
So therefor I propose to show the version number of the espace so that I clearly see on which version I'm looking.
When creating an attribute (e.g.: "CompanyId" from a "Company" existing/origin entity) makes bring all applicable properties from origin entity like "Description" and "Label" to the entity where added.
Now we've to insert again (for some cases) the same info that original attribute have.
it is nice if only there is the Java Stack version. I am doing heavy BPT for banking workflow and it is Java.
Inês Sousa wrote:
Toto wrote:
Please help.
OneSignalOnNotificationReceived and OneSignalOnNotificationOpened not working on IOS, but working on Android.
After debugging using Outsystems, those 2 action is never called on IOS.
Any idea to fix this ?
Hii,
I have some tips, hope it helps!
Cheers!
Hi,
1. Yes we already user the correct Apple Push Service Certificate
2. Yes we can register with any IOS device. Notification is received, the problem is onNotificationOpen and onNotificationReceived is not running, the notification itself is received by the IOS devices
3. We user the server action from the plugin, sendToUserId.
NB : the problem is not receiving notification, but onNotificationOpen and onNotificationReceived is not work.
Thanks
Mariaan Bosman wrote:
Grant yourself the OutSystemsNowServiceUser (OutSystemsNowService) role on the user module and then log into http://[yourenvironment]/OutSystemsNowService portal to enable your app.
I cant log on to this bcs it tells me 'invalid username/password' . i dont know which password i should use. can you help me?
Please make the page accesses, (meaning which role can access a page) accessible in the database, instead of it being "hard-wired" into the oml.
Currently, there is no way to query this information, and when you need to put security on a menu for example, you are forced to maintain 2 different sets of security configuration. One that manages the access to the pages (in the OML directly) and one that manages the access to menu items, for which you need to create an extra entity. Both should be linked to eachother, but currently this is impossible because the page access data is not accessible.
A system table which contains this information, would be a great help.
I think it would be great if we could cover more ground up front regarding UI/UX and prototyping. To bridge the gap between design and development.
So my idea would be that your for example Sketch prototype export (CSS & SVG) can be imported into OutSystems to bootstrap your application?
Has an option in Users eSpace. Maybe per group of users
Currently there is no way to access the browser's event instance.
This would be useful for several purposes, for example to stop propagation or the default behaviour.
Then using a javascript node we could execute the event.stopPropagation() or event.preventDefault()
Would be useful if Outsystems created a Table Records allowing dynamic columns.
This Tabe Recods could receive 2 list, the first one as the header and the max size of the list is the max columns and the second list is the tradicional as is, the rows.
It would be great to have these events in a SOAP webservice also, so we could also manipulate Headers and RequestText of the SOAP Message.