20
Views
1
Comments
Using a .NET library in outsystems

Usecase :

I have a .NET library which I need to use in outsystems.

The .NET library has a list of c# source files

Queries:

1. Can i convert methods of these source files into actions in outsystems ?

2. If not, how can I use these source files in the outsystems code ?

Issue:

As mentioned in https://success.outsystems.com/documentation/how_to_guides/integrations/how_to_use_.net_standard_libraries_in_outsystems_extensions/?_gl=1*1sq4mgj*_ga*MTg0MjAwODI0NC4xNjY2MTUyMDQy*_ga_ZD4DTMHWR2*MTY5NDQ4ODQ0Mi44Ny4xLjE2OTQ0ODg0NDkuNTMuMC4w I have completed all the steps. 

Post this I am getting a bunch of actions that can be consumed in outsystems, but I do not see any actions relevant to the source files I am looking for.

Based on what are the actions created ?




Hi Michalle Sandya A ,

You need to make use of Integration Studio and generate an extension to import the DLL or .net library. First, generate an extension and use the import action from the .net library method to do it. In there please select only the library that you want to use (not all libraries present in the project )

Video Tutorial

Sample

Outsystems Docs 

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