Skip to content

choudharymanish8585/RentACar

Repository files navigation

RentACar

RentACar data scripts

Classes you can use to create the data

CreateData.apxc: This file has the code to create the data to be used in your RentACar Application

DeleteData.apxc: This file has the code to delete the data created by CreatedData.apxc file

CreateDataTest.apxc: TestClass for CreateData class

DeleteDataTest.apxc: TestClass for DeleteData class

How to Call CreateData class

Once you have created your "CreateData" class, follow below steps to call the class method to generate data
  • Open your developer console
  • Click on 'Debug' menu item
  • Select 'Open Execute Anonymous Window'
  • Type CreateData.createPackageData();

How to Call DeleteData class

Once you have created your "DeleteData" class, follow below steps to call the class method to delete data
  • Open your developer console
  • Click on 'Debug' menu item
  • Select 'Open Execute Anonymous Window'
  • Type DeleteData.deleteData();

  • Also download this static resource file and upload in your org. This static resource contains images of the cars.

    About

    RentACar Lightning Application Data Scripts

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published