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

[Ideas] Improved support for javascript modules / import modular javascript

$
0
0

Several javascript projects / SDKs are migrating to modular javascript, and deprecating namespaced web javascript SDKs, so we get better performance when being packaged and used within apps.

An example are Google APIs: https://firebase.google.com/docs/web/modular-upgrade - or AWS Amplify https://docs.amplify.aws/lib/project-setup/create-application/q/platform/js/#install-amplify-libraries

To use these javascript libraries/SDKs, we must import them into projects using npm or yarn and bundle using webpack. At the very least they need to be imported as <script type="module" .../>. To use them in JavaScript nodes, it is often hard to reference the functions exposed by these modules (given the need to import { xxx } from 'lib', instead of having globally available namespaced objects)

OutSystems should have a guideline and/or easier way to import, package and use javascript modules, so it is easier to create and package low-code reactive libraries that leverage the large majority of modern javascript SDKs available for SaaS/PaaS services.


[Ideas] Ability to open dependent theme style sheet module from CSS popup

$
0
0

It would be helpful to be able to open and jump to the code for a theme style sheet belonging to a different module from within the CSS popup.

[Ideas] OnBlur Property

$
0
0

Add "OnBlur",  like the On Change.


[Forums] Saving the list data into database

[Ideas] Consume REST services: Update API methods

$
0
0

Currently if you have two OutSystems applications, one that exposes a REST API method and the other that consumes the method, in the consumer application you can't see if the method was changed in the exposing application and refresh it.


It would be a good idea to have a "refresh REST API" option that refreshes all the consumed methods from a REST API, like we have for SOAP services (see attached image). Also, to have a warning message in a consuming application that "method x" was changed and you need to refresh that method.


For example, you have a method without input parameters that returns a list of records and you consume it in another application. If in the exposing application you add a mandatory input parameter to the method and then run the consuming application you will get an error message because your request to the service is incorrect.


When you open the consuming application in Service Studio you don't get a warning that one of the consumed methods  has changed and you don't have an easy way to update that method. You have to remove it and then consume it again and for this you need to know what was changed in the method.

[Forums] How can i place feedback button on right side of screen.

$
0
0

Hi ,

Im new to outsystems platform. Im working on reactive web app.I have to palce a feedback button on right side top of the screen [as shown in picture] so that whenever user clikcs on feeedback button he can see types of feedback and text area box. How can i achieve this.

Thanks.

[Forums] OutSystems joining forces with Ionic

[Forums] Date Picker issue on detail screen

$
0
0

Hi Anil Kumar,

Need more information about your issue or if you dont mind can you give  OML file  for more details..

Kind regards.


[Forums] Firebase mobile plugin and custom Token

$
0
0

Firebase mobile plugin does not log in with the custom token, I'm trying to connect to my real-time DB on firebase, and I successfully connected to firebase. The plugin works perfectly, but now when I try to sign in to firebase with a custom Token, the firebase plugin does not work, and the auth is not a success. I have to secure my DB with rules and sign in the user with the custom token. 

[Forums] OutSystems joining forces with Ionic

[Forums] Use GetStaticEntity() in Reactive Web

$
0
0

Did you read the answer from Goncalo Almeida on the image above? The reason why that error is happening? 

And then he says, to avoid the error, create a local variable with the default value of Entitie.xxx.value you want to use inside of the getEntity() and then use it inside of the getEntity(local variable).xxx.xxx

[Forums] Use GetStaticEntity() in Reactive Web

$
0
0

Hi,


I think as Márcio said in above comment, you can't use GetEntity() in an aggregate since it needs to have a value to use in the filter.

I'm not sure where you are fetching this aggregate or what for, but if it is on the screen, but you can create an aggregate to return Entity1 with a filter of Entity1.Id = Entities.Entity1.Deleted, and then add a filter passing this value directly into your GetProductsByDelFig aggregate. If you don't want to use a Data Action, you could just fetch them both on the screen, and in the OnAfterFetch call a Refresh Data for your GetProductsByDelFig aggregate:

If it is inside a server action it is much simpler:

Hope this helps!

[Forums] Dropdown Search - Outsystems UI 2.12.0

$
0
0

Hi Paulo,

The dropdown search works all well at my end.

It seems you've set on AllowMultipleSelection property to True. Find it under OptionalConfigs.

[Forums] How can i place feedback button on right side of screen.

[Forums] How to add Bulk request

$
0
0

Hello

Maybe you can use the list widget to implement this:

  1. Create a local variable with type = EmployeeList
  2. Use the widget list with a form on it
  3. This form inputs will receive the list.current.employee attributes
  4. Create a button to add employee, the logic appends a new empty employee to the local variable "list"
  5. Create a button to save this employee list, use a for each in the local list and save all values on it

I hope this helps you :)

Best regards,

Miguel


[Forums] Is there full demo on FullCalendar Reactive

$
0
0

Hi Omar,

If you don't know how to use a ListAppend, you probably lack some training in OutSystems. Where are those images coming from? And for that matter, which Full Calendar component are you using?

For example this one actually does have a demo, have you installed that?

[Forums] Dropdown Search - Outsystems UI 2.12.0

[Forums] Issue validating range of IPs

[Forums] How can i place feedback button on right side of screen.

$
0
0

Hello, 

This area is out of the screen main content and it looks like this is something that you will show on all screens, with that said, you can customize the layout itself.

Then you just need to use container and OutsystemsUI widgets to adjust the position and the look and feel of this component.

Please refer this video on how to do this. Creating a custom layout

I hope this helps you :)

Best regards,

Miguel 

[Forums] How can i place feedback button on right side of screen.

$
0
0

Try to use FloatingContent, to see if it helps you. And then, 

And then you can even create a class to make the button rotate as I did in the image below

EDIT:

Yes, I agree with Miguel, you can use the floating content directly on the main/default layout that is used among the screens.

Check the OML and let us know if it helps you!

Ps: the left style is used right now var(--space-base) because of the spacing given to the button itself, but if the button has a bigger spacing, the left spacing should change to the new spacing of the button.

Viewing all 1476385 articles
Browse latest View live


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