Outsystems generates HTML5 and CSS3 compliant code, not sure what you mean with support, since browsers actually need to support it not the platform itself
Best regards,
PC
Outsystems generates HTML5 and CSS3 compliant code, not sure what you mean with support, since browsers actually need to support it not the platform itself
Best regards,
PC
I have created an application using the 'Employee App Template', which is already connected to a database. I need to connect to a new external database with different data. Would I need to delete the template app's database? If so, how would I do that?
Upon creation of a new external database, would I connect to it using the Service Center?
Thanks.
Hey Fabio
The reason I created the component is that the original (which this one in ECT_Provider is probably based upon) does not support multiple widgets on the same page
They should be similar
Best regards,
PC
automatic updation of dependancies for daily updates in source file
I was trying to debug the EditableTable in the browser to simulate user actions like click and found it practically impossible to debug the javascript behind the EditableTable because it is loaded via Ajax.
There is a thread at StackOverflow that describes how to tell the browser to show these scripts as files in the debugger so they can be found and stepped through:
If OutSystems could add these sourceURLs to the dynamically loaded javascripts, it would make developers' lives MUCH better! :)
Remco Dekkinga wrote:
Hi Thang Nguyen,
From the URL one should be redirected to the Github page with the plugin. In your case the url returns a 404 page, which means that the URL is not correct and you should change this URL to a working one.
I've googled the plugin and found the following URL: https://github.com/apache/cordova-plugin-dialogs.git
Take a good look at the dash between "plugin" and "dialogs". You can update this in the Outsystems Plugin eSpace > Module > Advanced > Extensibility Configurations > Change the URL in the popup.
Kind regards,
Remco Dekkinga
Hello Remco,
Can you show some screenshots to show how to navigate to the extensibility configurations as i am not able to find the extensibility configurations?
Regards
Mohit Aggarwal
Okay, upon further development, you don't need to refresh a container with the editable table in it, rather just refresh the fields within the table that you initialize to something other than the null equivalent. This will keep the new row in edit mode and you don't need to click it with javascript.
The downside is that you'll have many more AjaxRefreshes, sure wish we could make a reusable screen action with these:
An additional upside is it eliminates the need for the extra script tag that checks for the window.clickLastRow and simplifies the click to be more similar to the button click above:
$('tr[isnew=true] > td > div > a.NewItem').click();
Finally, we have the benefit here of it working in all the browsers. :)
I followed the onscreen instructions for making the Demo work meticulously and received the following message:
Help!
Hey Jamee,
Would you be talking about it?
Or do you wanna change it in runtime?
Anyway, you can't change the database connection in the model, because the connection string is encrypted.
I tried the SQL and I just could not get it to work. I believe it's currently just too advanced for me to do through SQL. I understand how to operate with SQL, but I just don't know enough about the language to get it do what I need.
For Example i know things like below
SELECT Name, LastName, City, DateOfBirth
FROM Table
WHERE City = Table
Or
SELECT Genre
FROM Table
ORDER BY Genre
or SELECT FirstName || ' ' || LastName and so on.
Any other ideas? :(
An unknown "B List" created after converting Json to a structure (API consume).
The following shows these 3 object lists contains different attribute names.
A json file for this case is attached, I sincerely hope I can get help from here....
Many thanks in advance .
Hi Buddy,
It is a known "feature" of the REST consume that the Platform tries to merge Structures that look similar. I'm not too happy with it either, and would love to see it fixed.
Hi Daniel, I have a new version of the component in the Forge, version 2.2.0. You can use as it is right now with the x5c field, but you'll need to wrap it with "-----BEGIN CERTIFICATE----- -----END CERTIFICATE-----" delimiters. You can use new actions that make easier to sign with Json Web Key and Json Web Key Sets.
Take a look, there's also a new page to test the features for JWKS:
I have completed everything described above. Do I have to set the DataSeriesName for each DataPoint prior to adding each Name/Color record? Within the preparation, I do not think my assignments are correctly referencing the DataSeriesName.
Hello,
I need to integrate a RabbitMQ with an application in Outsystems.
Does anyone knows any tool to do this integration?
Greetings,
FC