You need to sign in to do that
Don't have an account?

Standard objects into custom apps
Hi
Is there any way to include standard objects into custom apps.
Sarvesh
Is there any way to include standard objects into custom apps.
Sarvesh
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
You can include standard objects like Accounts, Contact etc... in your custom app you develop in salesforce. Its all depends up on the license your users going to use in salesforce. Different license will have limited functionality in salesforce. eg. if you are using paltform user license you will not eb able to access Asset object.
So please mention the license you are using for your users.
This link will help you
https://help.salesforce.com/HTViewHelpDoc?id=users_understanding_license_types.htm&language=en_US
I'm using 'User License : Salesforce'.
Sarvesh
Can you please let me know how I can include Cases as objects in my app.
Basically I want to implement web-to-cases. For this I need cases object in my app.
I have created web-to-case and then webtocase.html file also, but after submitting the form in webtocase.html I don't know where the data is going in my salesforce app.
I have created a custom object of Cases, but this object is not capturing the data of this html file.
Please assist me.
Sarvesh.
So for web to case records will be created in case object only. I request you to watch this video. this will give you details on web2case
https://www.youtube.com/watch?v=8bB7X2d8qyc
I'm creating this at below.
https://ap2.salesforce.com/
Sarvesh