Every plugin should have basic steps to use plugin.
Like GIT website
Every plugin should have basic steps to use plugin.
Like GIT website
With the current news of Google increasing the cost to use its Javascript API is there any thought on Outsystems creating an "Outsystems Supported Plugin" That uses the the native SDK instead of the Javascript API. Maps are a core feature for many mobile applications. I know there currently is a plugin on the forge that uses the sdk, but It was not stable enough and would constantly cause errors when we tried to use it for our live bus tracking. We switched to the javascript plugin because it was much more stable.
Google now only allows you 28,000 calls per month instead of the old 25,000 per day. This is going to dramatically increase the cost to run our maps using the current Outsystem Javacript plugin.
So I somehow thought that Ignore would automatically set the Id of the foreign key field to NULL, I was sad to discover that this is not the case.
For non mandatory foreign keys I would love to NULL the value on delete, instead of just keeping the value (which effectively makes the constraint useless, since you still have to do a table scan on the target table to know if the Id is actually there).
I really like advance SQL widget . If very useful for situation where we cannot create the logic using the aggregate directly.
But as we know SQL query can be written in many ways . Can we have any tool or logic where we can see the performance of the query that we have written (for complex query it can point that which part of query is taking more time ).
Also if possible it would be better if widget is able to point to the line number if any error occurred while executing the query.
[Kind of similar functionality like sql profiler or Sql analyzer]
The weekly email digest should have all of the new components of the week, not only the top 15 and they should be unique (if you have several new versions of the same component in the same week, only the latest should appear)
Best regards,
PC
Instead of having to use an SQL statement for this:
SELECT {OrderStatus}.[Label], COUNT({Order}.[Id]), '', '' , '' FROM {Order} INNER JOIN {OrderStatus} ON {Order}.[OrderStatusId] = {OrderStatus}.[Id] GROUP BY {OrderStatus}.[Label]
with an output structure of DataPoint for example.
Add the possibility of defining the Output Structure of an Aggregate so it's bind to DataPoint structure directly.
It would be nice if I can use the ListAppend/Insert, and just select the variables to create a record, so I don't need to define the record first, assign values and than use the listAppend/Insert.
Build a Service Studio and Integration Studio version to run in MAC OS X operating systems.
Would be nice if "Find Usages In All Espaces" didn't check references when it opened other espaces, really slows the workflow down... maybe do it in the background after opening the eSpace? Or on the first publish attempt?
J.Ja
Currently if you are scrolled right down a long webpage and a Feedback message is displayed, the user has no way of knowing this because the message can only be seen when the page is scrolled up to the top.
To me this behaviour is bug because there is no way to send a message to the user and ensure that they see it.
A forum dedicated to partners and the Outsystems Channel team to discuss ideas, strategies, challenges and experiences.
Hi All,
Right now we don't have anything to debug the extension code in the Outsystems. If I want to debug the code on runtime, I can't do in outsystems extension. Please if you can provide such features in OS.
Thanks,
Rajat Agrawal