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

[Forums] How to check the module type

$
0
0

Kilian Hekhuis wrote:

Hi Pavani,

The System Entity "Espace" has a column "EspaceKind" that contains this information.


Hi Kilian,

I checked  this Espace in service center and could not find the EspaceKind  column .

Am I Checking in correct place?

Please help me.

Thanks,

Pavani


[Forums] How to check the module type

$
0
0

Joey Moree wrote:

Hey Pavani,

Are you talking about in Service Studio or are you trying to create your own page where you want to display the module type to an end user?

If it's the former, for extensions there will be  "(extension)" shown behind the module name in grey text.
Blank and web responsive don't have much of a difference, web responsive already has a UI flow setup for you, but you can do this manually in blank aswell (so potentially they can be the same, but responsive does some stuff for you already).

Hi Joey,

I am taking about in service studio not trying to create by my own.

And I have checked for the extension behind the module name I didnot find the module type.

Thanks,

Pavani.


[Forums] Download of paginated values

$
0
0

No, please do not use a seperate Aggregate! It is wasteful and causes maintenance problems. Instead, use a Refresh Data. To circumvent the Max. Records imposed by using it as input to a Table Records, set it to a very high value (like 1000000000) to be sure you're getting them all.

[Forums] Module erroe

$
0
0

I am trying to publish module but its gives error. The error is " File Save --It was not possible to save the module. " what should i do?

[Forums] Download of paginated values

$
0
0

Pranav Pandey wrote:

Ronan T wrote:

Hi team,

On download of the paginated values of the table only the values in 1st page is getting downloaded if i am in 1st page both 1st and 2nd page is getting downloaded if i am in 2nd page and all the values is getting downloaded if i am in last page.Please help i need all the records to get download in which ever page i am


Thanks,

Ronan T.


Hi Ronan T,

I too faced the same issue while doing Excel data download. I believe you are using the same aggregate that you are using for Table Record (or using the table record data to export) . 

My solution : For downloading the data , I am calling a separate Aggregate in the download function and using it to export data.

Regards



Ah that makes a lot more sense.

This is true, Outsystems does some optimization based on what data needs to be presented on screen, possibly limiting the data inside your aggregate. 

Like Pranav said, using a seperate aggregate (or action) to fetch all data for the download will help solve this issue.

[Forums] FetchFileURL stop working

$
0
0

Perhaps there's a problem going on at Amazon?

What is the url you are receiving?

[Ideas] Stop setting Default to Yes when pasting

$
0
0

If there are no default buttons on the web screen, OutSystems likes to set one of the pasted buttons to Default=Yes.

This can be maddening!

-- Ritchie Annand

[Ideas] BPT Native User Action Blockage

$
0
0
It would be nice to have a native option that would block a process until a given user action was completed.

[Ideas] Test an Action like "Test query" (for unit testing)

$
0
0

Be able to create a unit test for a Server / Service / Client (?) / Screen (?) action that shall be executed without developer intervention, for regression purposes.

[Ideas] Preview Mode | Add new iPhones X / XS / XR

$
0
0

Hello everyone,

in the development of mobile applications, it's important to have a sense of the full aspect of our application. Since these new devices from Apple have different screens from the previous ones, I think it would be important to also have the preview for these models. Both for version 10 and for version 11.


Kind regards,

Nuno Miguel Verdasca

[Ideas] Additional Exercises Masterclass BPT: update OML to a non-deprecated version

$
0
0

Hi, I'm following the masterclass on Modelling Business Processes and I've reached the Additional Exercises section (https://www.outsystems.com/learn/lesson/1168/additional-exercises/). I've downloaded the materials ZIP and noticed that the  OML in it has been built with version 8. Even though it is possible to update it in Service Studio, it would be nice to have it available in version 10 and/or 9.1.

[Ideas] [ServiceStudio] Display physical database table name for a given entity.

$
0
0
Sometimes you might want to verify if the correct data has been inserted into a table, or would like to insert records into a table manually. It be good to know the physical name of a given entity.

[Ideas] Configurable Service Action Timeout

$
0
0

When calling a service action, the platform seem to internally set a fixed 100 seconds timeout on the request, so if the action takes longer then that, a "time out" exception is raised on the "Client side" but the action will keep running on the "server side".


I'm not sure if i'm missing a setting here, but in case i'm not, my suggestion would be to either raise the 100 seconds timeout or make it configurable when calling service actions.

[Ideas] Simple query boolean expressions: allow checking without true/false

$
0
0

Normal expressions allow booleans to be evaluated without comparison, and the not operator, e.g.:

if(not myBool, "hello", "hi")

In simple query expressions however, we need to explicitly check against True or False, and the not operator is not allowed:

Entity.Attribute = False

I'd consider that bad coding style in a normal expression. Why can't we use "proper" boolean expressions in simple queries?

[Ideas] Add Filter option to hide Retired Components in Forge

$
0
0
Add Filter option to hide Retired Components in Forge

[Ideas] Aggregate with distinct

$
0
0
Aggregate should have an option to remove duplicates.

I see this as a new tab like "Sorting" where you could select the column you want to remove duplicates.

[Ideas] Set the values of static entity record's text attributes in Text Editor

$
0
0

I'd like to use the Expression Editor to set the values of a static entity record's text attributes, since they can be quite long sometimes and it would be easier to see the whole value in the Expression Editor than in a single line.


Cheers!

[Ideas] Delete Old Versions of eSpaces - easier maintenance

$
0
0

Hi, I found that 100 espace limit in a page was too few.

I usually maintained Platform Server once in a few months.

And it really a chore when deleting old versions of espace.

Maybe add a configurable paramater instead of static 100 entries.

[Ideas] Deploy All modules in Application to Personal Area

$
0
0

We have about 10 or so modules in our application, each supplying screens within our WebApp. If I want to debug a module then go to a web page from another module, I get a 404 error that the page cannot be found.

This requires me to publish the module containing that screen to my personal environment as well. This can be time consuming to do each time a producer module has changed.

It would be nice if we could deploy all the modules to our personal environment to expedite the process of debugging an application in our personal space.

[Ideas] Allow hyphen ("-") in URL path of an exposed API Web Method

$
0
0

In an Outsystems project we find ourselves building in an application in the middle of a landscape where communication with web services is not always there. This situation makes it very difficult to test a complete flow since dependencies of other systems are quite often down.

In order to surpass this situation making the application more independent for testing purposes, the idea is to try to have a module with a mock of those services and just changing the entry point on DEV / TST environment to make it work.

The problem is the external parties' web services have hyphens ("-") on the URL path of the web methods and when we are creating the mock service to expose, Service Studio considers the "-" an illegal character.

Viewing all 1476385 articles
Browse latest View live


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