Tag Archives: AppExchange

Steps of Publishing App in Appexchange

Appexchange is the real market place of Salesforce where we can find all kinds of apps roaming about. The users/clients can use those apps whenever they need it. Both kinds of apps are there Free and Paid. First of all, when the app and package is ready before starting the publishing process in appexchange  we have …

Continue reading

Scheduler class in Apex

The Scheduler class is similar to normal Apex class, which is programed to run at pre defined interval. Class must implement schedulable interface and it must contains implementation detail in execute() method. There are 2 ways to invoke scheduler Class :     Using UI     Using System.schedule  Using UI The class which implements interface schedulable get the button …

Continue reading