[Forums] Creating Own User form and log In
Mark Anthony Gonzales wrote:There is someone here created their own User log in (not using the built-in user log in and role)Need to use the existing external databaseCheersMarkHi Mark,you are asking...
View Article[Forums] SSL Pinning Plugin - Documentation
Hello!I'm starting to be upset by not having an error at all :(I'm using it on my personal environment to test this and it doesn't matter the hash I use in the configuration file, it always works!Can...
View Article[Forums] Integrating DocuSign Forge Component
Hi all,I am working on a client product, the clients requirement is to have the facility of E-Signing of documents. I have found the DocuSign component but i don't know how i can integrate with my web...
View Article[Forums] Integrating DocuSign Forge Component
Hassan wrote:Hi all,I am working on a client product, the clients requirement is to have the facility of E-Signing of documents. I have found the DocuSign component but i don't know how i can...
View Article[Forums] filtering multiple charts at once
Is there a way possible when you create a screen with multiple charts on it and all the charts are created from the same source table, to filter the one chart, the filter will at the same time filter...
View Article[Forums] Cannot set policy for soap call in C# extension
Hi All,To inform you all, I solved the issue. Instead of relying on the policy config file I developed the policy in C# code. The Microsoft.Web.Services3.Design Class makes it possible to develop a...
View Article[Forums] Firebase event "FirebaseReceiverAlertEventReceived" not working in...
Hi Francisco,I am using In-App Chat component which uses firebase for realtime chat notifications in my mobile app. When i was implementing this, i figured i have to create a realtime database in my...
View Article[Forums] TitleCase
Perhaps I'm using it wrong, but ToTitle appears to just convert to uppercase?(I don't know why outsystems doesn't just have this functionality anyway?)
View Article[Forums] filtering multiple charts at once
Hi Retha,Charts use data points, so you can do that using one source and also filter your chart by types.See this link here to create a simple bar chart, then do the same for others.Regards,
View Article[Forums] How to create a Horizontal List with Headers in Outsystems Mobile...
Hi,I want to make a List of more than 6 columns & that should be Horizontally Scrolled in-order view Columns as well as it should be a Vertical List. Also it should have Headers.Ref: Below...
View Article[Forums] Cannot set policy for soap call in C# extension
Hi Jordi,Good to see that you managed to solve the problem.Kind regards,Remco Dekkinga
View Article[Forums] How to create a Horizontal List with Headers in Outsystems Mobile...
Hi Assif,Did you tried to use a container with style = overflow-x: scroll; ?Regards,
View Article[Forums] Asynchronous programming in .net Extensions
Timothy May wrote:Mikko Nieminen wrote:After my first post, I had refactored the code, pretty much as you suggested:namespace OutSystems.NssSendGridExt {public class CssSendGridExt: IssSendGridExt...
View Article[Forums] Error on Message Queue Count: GeneralLogQueue
If it's a Production environment, try to identify which process is consuming all your memory. Normally it's a heavy Timer / batch process, or a BPT transaction, with a huge volume of data being loaded...
View Article[Forums] Asynchronous programming in .net Extensions
Filipe,Sorry - I did not. I used REST calls instead. I see others in the thread have succeeded though.
View Article[Forums] List of Record Variable Data Type
HiI've a editable table containing 4 fields/dropdown, which the user needs to select. I've defined a variable A, of data type "List of Record" referencing to an entity ABC. What i wish to do is, once...
View Article[Forge] unitAWSSigner
Extension to add authentication headers to the HTTP request so it is possible to call Amazon AWS REST services that require AWS_IAM authentication.
View Article[Forums] Asynchronous programming in .net Extensions
Timothy , i just made it! You have to use .ConfigureAwait(false);"Await resumes execution in the Synchronization context (essentially the thread) that started awaiting. If that thread is already...
View Article