[Forums] DB External, Enable Process Event
Hi Putu.If you control the entity, yes, you can do this. If amy other app can create records, you can also create a timer to check periodically for new records and start the process.Cheers
View Article[Forums] Need Help in in Line Chart - Booking Project
Kilian Hekhuis wrote:Hi Ghada,These are my filters:(the last one says Entites.Status.CheckedIn). Is that the problem with your filter, that you need a valid (non-empty) CheckOutDate?I make this change...
View Article[Forge] TensorFlow
Connector and sample on how to use Tensorflow to integrate machine learning models into OutSystems applications. Sample uses a pre-trained inception model for image recognition.
View Article[Forums] How to display Binary Data in a list
Hello Pryia.You need to add a field to save the file name. The file name is not saved in the binary. But yah, you can have a link that points to a screen action where in the end you finish with a...
View Article[Forums] Detployment controller gives error often
We have installed outsystems on our own servers and recently its giving errors very often.We are using 2 front-ends and deployment controller often gives error. Not able to understand why this must be...
View Article[Forums] Need Help in in Line Chart - Booking Project
The result is correct if it displays the correct data. I don't know what's in your database :). Just debug it a little, and you'll find the numbers, right?
View Article[Forums] Inconsistency in Support Portal
Hi Hanno,Do you have two OutSystems accounts as well?
View Article[Forums] Inconsistency in Support Portal
Hi KillianI believe I might have more than two, actually. Most were trial accounts though.Jacobus Coetzee is my preferred account (I have set my display name to Hanno, but see it does not pull through...
View Article[Forums] Detployment controller gives error often
Hi Snehal,There's a 1000 things why this could happen. I'd advise you to contact OutSystems Support for this.
View Article[Forums] Relationships : User table vs External tables
Hi Killian, Thanks a lot for your assistance.I think i understand your suggestion but im still somehow stuck.Lets say im building a bank app, and i want app to have its own schema, i create a user...
View Article[Forums] Getting image url from binary data
Eduardo Jauch wrote:Hi Ragul,Challenge as in learning how to do? In this case, Jorge's answer is the way to go.But you see, there is no way to a access directly, through URL, a database object. At...
View Article[Forums] DB External, Enable Process Event
Is it also impossible to use external database event for human and wait activities and also for conditional flow?Thank you,Regards,I
View Article[Forums] URLs of eSpace consumed APIs get reset after publish through LifeTime
This seems to be a little bit inconsistent but has been plaguing us for a while. Every so often when we deploy between environments the URLs of consumed REST APIs in the deployed eSpace will get reset...
View Article[Forums] How to get input data on mobile app
Hi,I'm trying to get the input data on textbox in a mobile applicacion. In web application is very easy, only compare the inputBox.typedValue, but in the mobile app i can't do this or something...
View Article[Forums] Error with Touch ID Plugin
Hi,I'm trying to integrate the Touch ID Plugin in my mobile application. When I initialize the app, i receive this error (image), but I have the common Plugin updated. Can anyone help me?A lot of...
View Article[Forums] column chart label on top
Hi Renato.Thanks for your reply.Although I couldn't find an action called "Charts_GetAdvancedFormat", I used "AdvancedFormat_Init" and used the piece of code you / stackoverflow provided.This worked...
View Article[Forums] Workbook_GetProperties
I also am having the same error as you! Have you gotten it to work somehow?
View Article[Forums] Create an excel file with several sheets from list of record
Hi everyone, I have been trying to create an excel file with several sheets, each sheet should be filled with data from different aggregates. I have tried to achieve this with excel package but with no...
View Article[Forums] How to get input data on mobile app
You use a variable to store that data, you can look at that! For example, lets say you have a input field in your screen, in that screen you have a local variable called (InputA), if you write...
View Article[Forums] URLs of eSpace consumed APIs get reset after publish through LifeTime
Do you deploy between environments via solutions?
View Article