18
Views
3
Comments
Invoking Outsystems module from Javascript
Question

Is it possible to execute an Outsystems app with Javascript? If so, can someone give me an example of how it would work.

2021-02-18 12-29-06
António Pereira
Champion

Hi Steve,

Do you want to call an OutSystems app using JS or you want to use JS inside the OutSystems app? What's your use case?

Regards,

António Pereira

UserImage.jpg
Steve Sommers

António Pereira wrote:

Hi Steve,

Do you want to call an OutSystems app using JS or you want to use JS inside the OutSystems app? What's your use case?

Regards,

António Pereira


I want to execute an Outsystems module from JS and I'd like to send and receive data when I do it.



2021-02-18 12-29-06
António Pereira
Champion

Steve Sommers wrote:

António Pereira wrote:

Hi Steve,

Do you want to call an OutSystems app using JS or you want to use JS inside the OutSystems app? What's your use case?

Regards,

António Pereira


I want to execute an Outsystems module from JS and I'd like to send and receive data when I do it.



Hi Steve,

Perhaps I'm not understanding clearly what you want to achieve but an OutSystems app runs on the web, it is not a script you can call and execute from another code. If you need to send and receive data from the OutSystems app you can create a REST endpoint and make calls to it. 

What's your use case?

Regards,

António Pereira


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.