Browse by Tags
-
I was wondering if someone could help me... I am trying to connect to a set of web services provided by a product called Lagan CRM... Now, I can access the WDSL and see all the methods but I cannot return anything from resultset when I call one of it's method... The call is made through code using...
-
Hi, Definitly I can do a lot in a custom button. I create my web service submit data connection, I set it up on buttom Rules along with several verification operations. But I would like to do all this, without using Rules. I want to use the button clicked event, but here I experience a great dificulty...
-
Sorry to bring up my old thread, but I've run into a new problem along the same lines. I have a form that has a webservice as it's main datasource. There are several tables on a database that have been made into a dataset for the webservice to read and populate into the forms datasource. Each...
-
Is it possible to lookup a manager's direct reports and display them in a drop down list box? I was thinking of using the OOTB "UserProfileService" web service with SharePoint Services form. Can someone tell me how it can be done? Thanks!
-
I've been looking for a solution to this for some time nom - and I just came accross this : Custom SharePoint User WebService V1.0 - (useful to switch views depending on the current user's SharePoint groups in Infopath) Actually the WebService has only one method: GetUserGroupsFromCurrentUser...
-
Hello, I have an InfoPath browser form that I publish to a SharePoint MOSS enterprise form services form library. This form needs (IF POSSIBLE) a no-code solution. I have a text field called Alias/Badge # where a manager types in an employees AD account alias or badge field. After a button is pressed...
-
Hello I would like to use a browser enabled infopath form to do a survey via microsoft sharepoint. The option to use the survey provided by MOSS, I dont like to use. The survey should be completed via browser and anonymous users should be able to fill out the form and the submit/save it on the Sharepoint...
-
Looks fairly complicated. I really only have one piece of knowledge that might be usful and that would be to explore the use of CAML to submit changes to the secondary data sources. This is working well for me. Searching for CAML and/or UpdateListItems might get you started. My posting walks through...
-
Hi everybody, I need to read out data from oracle database and present it in browser enabled form. I made a web service which shows loginname and project-id columns from database. The loginname is an input parameter so I can browse the web service via it's url and filter data, based on the loginname...
-
Let me try and explain this to the best of my laymen abilities. I am using a secondary data source,and I want to change one column configured as an option ( the value being 1 or 2). Using the webservice and Matt F's. demo. I was able to setup the caml code and everything behaved. Well sort of......