cancel
Showing results for 
Search instead for 
Did you mean: 

Function Import

prabhu_04
Explorer
324

Why we don’t have Put operation in Function import?

DominikTylczyn
Active Contributor

You'd need to be just a tiny bit more specific, a really tiny bit, but still...

View Entire Topic
Shruthisampath
Explorer
0 Kudos

We go for Function Import when the operations or business scenario are not achievable by CRUD operations. For Example, Say we have same field in 2 tables(Different Entitysets) which doesn't have any relationships, If we want to fetch the data based on one table to another then we will write this code in Function Import . Remember Function Imports are independent of Entitysets.