Skip to content

Instantly share code, notes, and snippets.

View SagarSfdc's full-sized avatar
🎯
Focusing

Sagar Sindhi SagarSfdc

🎯
Focusing
View GitHub Profile
/**
* This Apex class is used for bussiness logic
* with Pagination_Scrolldown Visualforce Page.
*
* @author Sagar Sindhi
* @since 07.12.2018
* @revision N/A
*
**/
@SagarSfdc
SagarSfdc / RemoteSiteCreation.Page
Created March 10, 2018 13:11
This is a visualforce page and controller for Remote site creation using MetaDataService apex class.
<!--
- This Visualforce Page is created for Remote Site Creation
- using MetaDataService apex class.
-
- @author Sagar Sindhi
- @since 10.03.2018
- @revision N/A
-
-->
@SagarSfdc
SagarSfdc / MetadataService.cls
Created March 10, 2018 12:52
This Apex class in MetaDataService class generated using Salesforce MetaData API WSDL file.
This file has been truncated, but you can view the full file.
/**
* This Apex class is generate from MetaData API
* WSDL file and modified for remote site creation.
*
* @author Sagar Sindhi
* @since 10.03.2018
* @revision N/A
*
**/
<!--
- This Visualforce Page is created for Upload file
- as a Attachment Using Salesforce ajax Toolkit.
-
- @author Sagar Sindhi
- @since 17.11.2017
- @revision N/A
-
-->