[Forums] Okta Widgets in Outsystems
Hi All,Did anyone implemented Okta widgets in Outsystems?I was able to implement Okta widgets but gettings error's while trying to login.Thanks,Rajat Agrawal
View Article[Forums] When file is not of supported extension, the feedback message is not...
J. wrote:Hi,when the processfile is throwing an exception (because of an unsupportedextension, the feedback-message is not shown)Hi,i also have the same problem with the feedback message from filename...
View Article[Forums] Need help with calendar access
Armando Gomes wrote:It depends on what he's trying to do. The widget referenced by Paulo belongs to the MobilePatterns module. He's looking into a different component, the CalendarPlugin which has a...
View Article[Forums] Database exception
Hello Neha,The error is exactly the same as before, but now for column Year.You have an UNIQUE index for year column, so database will not allow you to insert a new record with a value for the year...
View Article[Forums] Opening PDF in local storage with File Viewer Plugin
Hello,In my mobile app I create a PDF with jsPDF, and it's saved locally with the help of the FilePlugin.This all works fine. I can browse to the location of the internal storage, and open the...
View Article[Forums] Outsystems pricing
Hi Karl,In a personal edition you only have a development environment.Furthermore you can't just develop in a personal edition and "move" your code to another enterprise environment.Your personal...
View Article[Forums] When file is not of supported extension, the feedback message is not...
Hi,This problem has been fixed by the latest version. Please check the sample on how to implement the feedback message on your side.The messages should be grouped before you show them, otherwise your...
View Article[Forums] Light BPT in Java Stack
Hi Pasar,As far as I know the JAVA stack is in maintenance mode. Existing implementations are supported, but I even think they try to actively support JAVA stack customers to move to .NET. OutSystems...
View Article[Forums] [Google Analytics Plugin] Data doesn't appear in Behavior
Hi Guilherme,I noticed similar behavior, but when I checked some time later I notices the data appeared.So maybe the availability of the registered data is not 100% real-time.Regards,Daniel
View Article[Forums] Database exception
Correct..But for confirmation can u plz share the right snap with data...Thanks
View Article[Forums] Okta Widgets in Outsystems
Hi Rajat,I once implemented the OKTA single sign-on for a client and it worked perfectly. How did you do your implementation? Can you share a bit more?
View Article[Forums] Outsystems pricing
Hi Daniel,Thank you for you response I marked your answer as a solution. I really appreciate it.Best Regards, KarlDaniël Kuhlmann wrote:Hi Karl,In a personal edition you only have a development...
View Article[Forums] App Freezing Issue on iOS
Hi Andras,In my case, we just relied on Outsystem's fix to solve the issue and didn't really investigate it further. Are you using the latest version of the Outsystems platform? I would hope that this...
View Article[Forums] Database exception
Neha, You need to understand how INDEXES work.First stop: https://success.outsystems.com/Documentation/10/Reference/Data/Database_Reference/Database_IndexesSecond stop:...
View Article[Forums] Is it possible to use an onclick event on a row in a list to perform...
Rob Blagden wrote:I have a results list and would like a user to be able to hover over a row and have it change colour + when a user clicks the row I would like the system to navigate to a show detail...
View Article[Forums] Okta Widgets in Outsystems
Hi Remco,Did you done SSO with help of IDP component?I want to use Okta widgets, I am trying using CDN, JS & CSS in OS. Below is the link...
View Article[Forums] Is it possible to use an onclick event on a row in a list to perform...
Thanks Elize van der RietI will Try and give feedbackTIA
View Article[Forums] How to select Distinct records from local storage entity in outsystems
Hi,I have a below table in my Local Storage, How to select a Distinct notification_date Records from it.I tried with filters & attribute expression but didn't resolved.Thanks,Assif
View Article[Forums] How to select Distinct records from local storage entity in outsystems
Hello Assif,Use the Group By. Groupping will help you select distinct values, as it will work like the Distinct for the fields you are groupping.Cheers.P.S. To do it, just click in the context menu of...
View Article