[Forums] Build a Authentication screen so that user should be able to assign...
Hello Sri,Besides what Kilian asked you, I would like you to think about what you are asking.The role system exists to define who can access what, in the application.So, if a user has a role that is...
View Article[Forums] Error opening .xif extension
Eduardo Jauch wrote:Hello VonnelizeI think the solution is to do this: https://www.outsystems.com/forums/discussion/12413/the-extension-source-code-is-already-being-edited-in-the-ide/This is a...
View Article[Forums] Best Approach
Hi Sayd,To be honest, this sounds like a pretty rediculous idea. OutSystems is a business tool meant for dealing with large sets of data, data entry into the database, and data processing (using the...
View Article[Forums] Null Values of Input fields not getting populated
Hi Neha,If you have a variable containing 0 (Integer/Decimal) or "0" (Text), and the Null Value Property of the Input is also 0 (or "0"), you shouldn't see a zero in the Input.
View Article[Forums] URL Link with a value
Hi Arvin,What do you mean with "generate the url with a value"? Do you want to pass a parameter to the URL? In that case, just add an Input Parameter to the destination Screen or URL, and set that....
View Article[Forums] Phone Number Format
Hello,Does any one know how to format the phone number in below format in mobile ?XXX-XXX-XXXXIf user enters 1234567890 then it should format like below : 123-456-7890
View Article[Forums] Null Values of Input fields not getting populated
Kilian Hekhuis wrote:Hi Neha,If you have a variable containing 0 (Integer/Decimal) or "0" (Text), and the Null Value Property of the Input is also 0 (or "0"), you shouldn't see a zero in the Input.Yes....
View Article[Forums] Phone Number Format
Have you tried this: https://www.outsystems.com/forge/component/2258/input-masks-mobile/?
View Article[Forums] Session Fixation Mismatch
Hi All,I came across an error this morning while browsing around my application. It basically said "Session Fixation Mismatch" and gave me an internal error. Firstly, would anyone be able to explain to...
View Article[Forums] How do we make a Kiosk Type of App
Hello Raymond.You need, probably, a plugin to do it. I don't know if there is something already in forge. If you don't find anything, you can create your own plugin using this,...
View Article[Forums] Setting as identifier in Integration Studio
At some point in the past, Identifiers could only be Integers and Text, I get the feeling the rule to decide when to gray out that option on the context menu was never updated when Long Integers became...
View Article[Forums] Transactions in SQL Server Database
Hi Miguel,Now that I've gathered more context, let me try to answer your questions.As a rule of thumb, the same transaction is used for all the platform generated queries during a request, regardless...
View Article[Forums] File viewer plugin- how to open pdf file from my device
Hello..anybody know how to open file to be placed in the folder “Resources”, tab“Data” of Service Studio
View Article[Forums] Connection Time Out Error
Hello,We are using Mobile App created using OutSystems Platform. While doing load testing we found that there are Connection Time Out errors.We have used Asynch call while calling another service from...
View Article[Forums] Update data after editing
Hi Kilian,In EditRecords screen once I edit and update, the resulting changes are effected in debug mode in Outsystems, But result is not effecting in Database .We are using external DB Entities...
View Article[Forums] Not working for iOS
Right, I see your point... Like I said, at runtime there's no way to know if the user have the plugin (edit-plist-file-plugin) or not. What you can do is to normally call CheckAppLauncherPlugin action,...
View Article[Forums] Connection Time Out Error
Hello Umesh,Not sure I understood your question.The fact that some request is asynchronous do not remove the possibility of timeout. It just means that other processes will not wait it to finish to...
View Article[Forums] Connection Time Out Error
Hi Eduardo,Thanks for your quick reply.Yeah but from that request we are no expecting any response.Yeah it takes some time to get back response but how to make the call fully Asynchronous?Thanks,Umesh...
View Article[Forums] Integrate Outsystems with Oracle Access Manager using SAML 2.0...
Hi,You can found a class inside a jar file for instance in this way: https://stackoverflow.com/questions/1500141/find-a-jar-file-given-the-class-nameCan you also try to find if any file with the...
View Article[Forums] Combining data input with existing record data
Hi Richard,If you use a Table Records, you can place an input field on the third column, and either a button next to it to submit data or using OnChange event (or you can use something like the...
View Article