can we query sharepoint list smart object like the query below.
SELECT * FROM Master_2.Get_List_Items WHERE DocumentID in (24401,25317)
can we create query based smartobject for sharepoint 2010?
can we query sharepoint list smart object like the query below.
SELECT * FROM Master_2.Get_List_Items WHERE DocumentID in (24401,25317)
can we create query based smartobject for sharepoint 2010?
I believe SmartObjects can be executed using ADO Query:
https://help.k2.com/onlinehelp/k2blackpearl/devref/4.7/default.htm#ADO_NET_Provider.htm
Is this perhaps what you are looking for?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.