-
Notifications
You must be signed in to change notification settings - Fork 11
Auto Create VF Controller DTO DAO Code
Exia.huangxy edited this page Jan 20, 2017
·
1 revision
- SalesforceXyTools Introduce
- SalesforceXyTools Install
- SalesforceXyTools Auto Create VF-Controller-DTO-DAO-Code
- SalesforceXyTools: Export Sobject To Excel
- SalesforceXyTools Sublime Package
Hello,I am Exia.huang. Today I will show you how to create VisualForce/Apex quickly by using SalesforceXyTools.
-
Find the menu below. [SFDC-XY]->[SFDC Code Creator]->[Create VisualForce/Controller/DTO/DAO Code]
-
Select your Sobject. I will select Blog__c.
-
Select Custom Fields Or All Fields.
-
I will select custom fields-Include Validate.
-
The sobject of Blog__c is as below:
- It will automatically create code like below
+---sfdc-xy | \---code-creator | Blog.page | BlogController.cls | BlogDao.cls | BlogDto.cls | BlogList.page | BlogListController.cls | SfdcXyController.cls
![SOS](https://github.com/exiahuang/XyHelp/blob/master/SalesforceXyTools/Auto%20Create%20VF-Controller-DTO-DAO-Code/SaleforceXyTools-Help003.jpg?raw=true)
5. Upload these code and enjoy yourself.
https://ap2.salesforce.com/apex/BlogList https://ap2.salesforce.com/apex/Blog
* Edit list of Blog__c.(Source code is BlogList.page.)
![SOS](https://github.com/exiahuang/XyHelp/blob/master/SalesforceXyTools/Auto%20Create%20VF-Controller-DTO-DAO-Code/SaleforceXyTools-Help005.jpg?raw=true)
* View list of Blog__c.(Source code is BlogList.page.)
![SOS](https://github.com/exiahuang/XyHelp/blob/master/SalesforceXyTools/Auto%20Create%20VF-Controller-DTO-DAO-Code/SaleforceXyTools-Help006.jpg?raw=true)
* Search Blog__c Data.(Source code is BlogList.page.)
![SOS](https://github.com/exiahuang/XyHelp/blob/master/SalesforceXyTools/Auto%20Create%20VF-Controller-DTO-DAO-Code/SaleforceXyTools-Help007.jpg?raw=true)
* New a Blog__c Data.(Source code is Blog.page.)
![SOS](https://github.com/exiahuang/XyHelp/blob/master/SalesforceXyTools/Auto%20Create%20VF-Controller-DTO-DAO-Code/SaleforceXyTools-Help008.jpg?raw=true)
* New a Blog__c Data.(Source code is Blog.page.)
![SOS](https://github.com/exiahuang/XyHelp/blob/master/SalesforceXyTools/Auto%20Create%20VF-Controller-DTO-DAO-Code/SaleforceXyTools-Help009.jpg?raw=true)
* Edit a Blog__c Data.(Source code is Blog.page.)
![SOS](https://github.com/exiahuang/XyHelp/blob/master/SalesforceXyTools/Auto%20Create%20VF-Controller-DTO-DAO-Code/SaleforceXyTools-Help010.jpg?raw=true)