function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pavan BhandariPavan Bhandari 

Custom design

Hello All
I am newbie to salesforce . i need to know can we integrate any time of design in visual force . So frontend it will look normal website but the data need to be stored in salesforce?

Please let me know how this can be done.

Thanks
Best Answer chosen by Pavan Bhandari
Shashikant SharmaShashikant Sharma
Hi Pavan,

See these examples where JQuery UI is used in Salesforce. 

http://salesforce.stackexchange.com/questions/71514/datatables-table-jquery
https://force201.wordpress.com/2014/03/15/connecting-datatables-to-json-generated-by-apex/

This is a Table Example and similarly you can do any other where UI is pure HTML and data fetched and stored in SFDC.

Thanks
Shashikant
 

All Answers

Shashikant SharmaShashikant Sharma
Hi Pavan,

See these examples where JQuery UI is used in Salesforce. 

http://salesforce.stackexchange.com/questions/71514/datatables-table-jquery
https://force201.wordpress.com/2014/03/15/connecting-datatables-to-json-generated-by-apex/

This is a Table Example and similarly you can do any other where UI is pure HTML and data fetched and stored in SFDC.

Thanks
Shashikant
 
This was selected as the best answer
Pavan BhandariPavan Bhandari
Hi Shashikant

Thanks for your references. So we can integrate any design in salesforce and pass its data to SF objects. Frontend users will never understand that this site is built using SF.

Am i correct ?

Thanks
Pavan
Shashikant SharmaShashikant Sharma
Hi Pavan,

Yes that is correct. 

If it helped please mark the post as solved so that others could be benifitted from it.

Thanks
Shashikant
Pavan BhandariPavan Bhandari
Hi Shashikant

Can you let me know how can i mark it as solved. Not able to see any option to mark it.

Thanks
Shashikant SharmaShashikant Sharma
When you will hover on any answer you will see a button Best Answer , you eed to click that.

Thanks
Shashikant
Pavan BhandariPavan Bhandari
ok done.. Thanks