20
Views
2
Comments
Can I insert and update data fron Outsystems Table into an external SQLServer Table?

I have created a SQL_Server Extension in Integration Studio and I've using the tables which provided on my Outsystems App. 

Can I use "createProfile" method to insert or update that table with data from other Outsystems table?

Thanks in advice

Hey Laura,

Yes, you can do that.But Create is for creating new record and update is for updating a record.

Thanks & Regards,

Sudip Pal

Champion

Hi @Laura González 

You need to create extension like that which can create or update profile.

If your "createprofile" method only creating profile than it will not update the profile.

Best

Arun

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