Auto Create VF-Controller-DTO-DAO-Code

SalesforceXyTools

Auto Create VF-Controller-DTO-DAO-Code

Hello,I am Exia.huang. Today I will show you how to create VisualForce/Apex quickly by using SalesforceXyTools.

There are 5 steps.

  1. Find the menu below. [SFDC-XY]->[SFDC Code Creator]->[Create VisualForce/Controller/DTO/DAO Code] SOS
  2. Select your Sobject. I will select Blog__c. SOS
  3. Select Custom Fields Or All Fields.
    • I will select custom fields-Include Validate. SOS
    • The sobject of Blog__c is as below: SOS
  4. 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
  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
    • View list of Blog__c.(Source code is BlogList.page.) SOS
    • Search Blog__c Data.(Source code is BlogList.page.) SOS
    • New a Blog__c Data.(Source code is Blog.page.) SOS
    • New a Blog__c Data.(Source code is Blog.page.) SOS
    • Edit a Blog__c Data.(Source code is Blog.page.) SOS
Link:
Auto Create VF-Controller-DTO-DAO-Code