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

[Forums] Launch to specific screen of OutSystem mobile app from native iOS and Android app

$
0
0

I'm new to Outsystems and we are stuck with a scenario where we want to launch a specific screen of Outsystems mobile application from our native iOS and Android app.

We have already added URL Schemes to Outsystems mobile app using corodova plugin. Also added LSApplicationQueriesSchemes to my native iOS app. Android app is still in development.

Outsystems app is launching from native iOS app, but we need launch it to a specific screen. We have a login page in Outsystems app, we need to bypass that.

I assumed the outsystems app must be working on URLs or deeplinking, but looks like its not the case. We got URL by using GetBookmarkableURL() but there is not any provision of adding any input parameter to it.

Can you guys help me out here?? Even a vague idea to achieve it will be helpful.


[Forums] How many language supported?

$
0
0

Hi, I would like to know how many language this function support?

Thanks

[Forums] Convert Service application to Web

$
0
0

Is there a way to convert a web application with multiple modules into a Web application ? I am stuck due to some limitations with the service application and looks like a web application could be of help here. But creating a whole new one would be a less preferred option over converting the existing service app to a web app. Appreciate any pointers. 


Cheers.

[Ideas] Selection on mouse-over of elements on a web screen should be optional

$
0
0

It would be useful to have a setting for enabling/disabling the selection of the web elements on the web screen (on mouse-over). It is disturbing when designing the page.

[Ideas] Dynamic Sort

$
0
0

Inside Dynamic Sort expression of an aggregate, have the possibility to choose the table and field (in existing aggregate) and the option Ascending or Descending, depending on the logic.

Example:

[Ideas] Use placeholder inside of a list

$
0
0

It'd be great to be able to drag a placeholder into a list. For instance, If I want to change the content of master-detail pattern currently I have to create a copy of it each time I need a different list item layout I should create a new copy. 

The way I see it, I should clone master-detail and add a placeholder instead of current image/title/description layout.

[Ideas] autosuggest variables/names in assign widget

$
0
0

It would be nice to have an autosuggest feature in properties tab of assign widget which could help faster the assignment process.


For example, if I have a entiry name "typoscript" and if I want to assign a value to its attribute. While writing typo, it suggest the relevant options with keywords I have written. Once I press (.), it can suggest the attributes of this entity.

[Ideas] Collaborative mode for Service Studio

$
0
0

Motivation:

Pair programming is nowadays a largely accepted modus operandis to reach a productive state where quality is increased. While Service Studio is a collaborative tool to some extent, it could be improved, hence this idea. This idea also applies to situations where one person wants to interchange ideas with another person that is remote or wants to teach something to someone else. (Bootcamps, workshops, knowledge transfer sessions, etc). 


Inspiration

Scrimba has a collaborative IDE that allows a developer to have live coding sessions that are broadcasted/streamed to subscribers. Those live coding sessions are two way channels, meaning that the "master peer"/"host" can makes changes to the files but the "subscribers" can also submit changes to the code.  See this demo video to see the potential that scrimba can offer to its users.


The idea

Video streaming over webex/skype/slack is very resource consuming (net bandwith, RAM usage, CPU usage, etc) and can break the experience completely. Many times have I suffered on a knowledge transfer session while attempting to share my screen to explain something to some customer within Service Studio and suffered lag, pixelization, audio loss, etc. 

Bringing the concepts showcased on the video aforementioned, Service Studio could broadcast interaction events (user keystrokes, mouse clicks, mouse movement, etc) that happen within its context to another remote instance (or multiple instances) of Service Studio. 

By broadcasting only those events the data transfer size is reduced and by sharing the same application context there's no need to transfer image/video so that others could see what is happening given that those interactions actions are replicated on each subscribed Service Studio instance.


The usages of this idea could be:

  • Easy hands-on support with customers where the support person can do a live session that has immediate impacts on the customer end
  • Easy pair-programming sessions
  • Easy knowledge transfers/ teaching sessions
  • Easy collaborative workshop sessions


Fortunately, nowadays we can leverage real time communications very easily with technologies such as WebSockets, MQTT, etc that scale easily and would allow for an easier development process. (There's no need to bring those UDP connections into the table and relive many of the difficulties that multiplayer games have given that this solution could, to some extent, ignore state sharing and management).


Cheers,

João Gonçalves


[Ideas] Allow community member discussion threads on a training video page

$
0
0

It would be nice, that community members can start/read discussions on each training video page on the outsystems.com/learn site.

So what I have in mind is a the page where the video is to have a discussion thread at the bottom of that page.

[Ideas] Allow Links to have a "Margin Left"

$
0
0
Need to set the "margin left" in cols just like Buttons to make edit forms line up right.

J.Ja

[Ideas] [Service Studio] Be able to 'clap in/out' the eSpace Tree (right pane)

$
0
0
Sometimes when I'm working I the flow goes 'outside' the screen on the right side. This means scrolling of making the right pane smaller. It would be nice if there would be an arrow (like there is on the true change pane) to clap in/out the right pane.

Besides it would be easier to apply, it would also be quicker to click on it beside to select the line for you mouse so you can make it smaller.

A screenshot is attached for a small example (see the red borders :) ).

[Ideas] Check Module Detailed Size

$
0
0

Hello there,

It would be nice to have inside Service Studio a way that we could check inside the module what size does it actually occupies each Flow, Server Actions, All the images all at once, etc...

Best Regards,

Edgar Ramos



[Ideas] Automatically icon color for actions from producer modules according discovery classification

$
0
0

Hi guys, we use something similar here, but we do it manually.


We know that good architecture is very important in our projects. It is a wonder if we could see in our tree view the actions and other dependencies with the same color they were classified in the discovery tool.


For instance: library modules can have the default icon green and core modules a default color orange.


So, when you are in a green module and try to consume an action from the core module, you can see you are doing something wrong directly on your tree view and safe time to run the discovery and check this later.


Even the developer who is not so expert in 4LC can help to keep the architecture in the right lines.

[Ideas] Keep application pool associations

$
0
0

If I set an eSpace to a custom IIS application pool different from "OutSystemsApplications", this association will be lost if I publish the eSpace again. The eSpace will be moved to OutSystems default application pool.


The publishing process should not reset my application pool association.


This is very useful in x64 environments where I need to have my eSpace on a 32bit application pool:


http://www.outsystems.com/NetworkForums/ViewTopic.aspx?Topic=Running-eSpaces-in-32-bit-mode-in-Windows-2008-R2

[Ideas] Output variables in WebBlocks

$
0
0

That's about it.

Add output parameters in WebBlocks so you can reuse the data on parent screen or block.


[Ideas] Documentation for Attribute Data Type Inference

$
0
0

Hey, on this learning material https://www.outsystems.com/learn/lesson/874/modeling-data/

I attached the slide with "Attribute Data Type Inference" title which is very handy when creating entity/attributes. I haven't been able to find the specific documentation about that.

I suggest to have a specific doc about this so it can be referenced easily without going thru the whole PDFs/Videos from the Learning Path.

thnx.

[Ideas] update List_SortColumn_GetOrderby table name parameter after a change on table name is done

$
0
0

When I change a table name I receive an internal error due to need to update manually the List_SortColumn_GetOrderby parameter. It would be automatic.

[Ideas] Ability to work offline

$
0
0
I would like to have the ability to work off line with out having to upload the file for Intellectual Property.  In doing this I would run off of my local community edition, but later be able to change the server back to the development server when I have a connection again.

[Ideas] Sign In as End-User

$
0
0

In the User Module 'http://<SERVERNAME>/Users'  it would be valuable to have a sign in as... functionality to enable troubleshooting users issues or even to perform some testing.

I understand this logic can be created already without needing to expose the user password but regardless this should come out of the box in the users module. 


[Ideas] [Wisdom of the Crowds] Ideas categorizaton

$
0
0

Allow the ideas to be tagged in a given category like 'Performance improvement', 'New ideas', 'Bug fixing', etc.


Viewing all 1476385 articles
Browse latest View live


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