asp.net - Sales force App Integration ( .NET Development) & more detail for New bee -


Please note that I am very new to Salesforce, so please understand if I am not clear or clear I am / P>

I'm new to Salesforce, and I need to create an app in ASP.NET which helps the client / user add hours / few field details in cellphone.

So what I want, I need to create a web application that will get details from the sales force (this description is a custom object which I am explaining) and my web app Do some calculation on the app. Return results & amp; Display it in a sales force.

So in summary: 1) How can we require a customer / page, which we are going to use on the web app and app. ; Display on Salesforce page.

3) We have custom UI & amp; Fields in Salesforce? 4) How can this field be achieved when submitted on the web app?

** 5) Which API is to use? (In my case, we are planning that we will provide a method on Salesforce that a user can invest in total hours, some hours of today, remaining time ... based on these, we can bill them, so all these Which API can be managed with calculations?)

6) In addition to how I can display results & amp; Other things on Salesforce, I mean, I can design a page, if so, what options do I have to design another page, Apex ??

.... I need to take care of more things; need to know . But as I am new to Salesforce, please guide me technical experts.

Thanks in advance.

This is a very big question, so I will give you a higher level of steps:

1) Create a custom object using Build; Surge; Objects menu

2) Save your enterprise WSDL under Build; to develop; API menus usually open wsdl in the browser and save the web page as some .3dl

3) A Web service reference using enterprise WSDL saved in a local file in .NET.

4) You can write and read a custom object (or a sales force object) using the SF API. To do this, you have to write.

Once you have steps 1,2,3, you should see the binding SF document for the API and how to put it in the SOAL and run the update statement. It has too much information for a SO question.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -