Workflows are available in Enterprise, Performance, Unlimited, and Developer Editions.
Workflows for Professional Edtion are available as a paid add-on though (needs to be requested with Support). And it is available as an add-on from the AppExchange: Have a look at the Workflow for Professional Edition App on the AppExchange.
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.
Workflows are available in Enterprise, Performance, Unlimited, and Developer Editions.
Workflows for Professional Edtion are available as a paid add-on though (needs to be requested with Support). And it is available as an add-on from the AppExchange: Have a look at the Workflow for Professional Edition App on the AppExchange.
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.
To deploy to production at-least 75% code coverage is required, and all those tests must pass. In addition, each trigger must have some coverage. Even though code coverage is a requirement for deployment, don’t write tests only to meet this requirement. Make sure to test the common use cases in your app, including positive and negative test cases, and bulk and single-record processing.
Below is the syntax:
@isTest
public class TriggerTestClass
{
static testMethod void testMethod1()
{
// Perform DML here only
}
}
Please refer to the below links which might help you further with the above requirement.
WORKFLOWS: Available in: Enterprise, Performance, Unlimited, and Developer Editions Available in: Lightning Experience and Salesforce Classic
NOTE:
All listed features are available in DE.
As a partner, workflows within your application run in a Professional Edition org. However, customers can’t create their own workflows. They must purchase the feature directly from Salesforce. Thanks, Manoj
Greetings to you!
Workflows are available in Enterprise, Performance, Unlimited, and Developer Editions.
Workflows for Professional Edtion are available as a paid add-on though (needs to be requested with Support). And it is available as an add-on from the AppExchange: Have a look at the Workflow for Professional Edition App on the AppExchange.
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.
Thanks and Regards,
Khan Anas
All Answers
Greetings to you!
Workflows are available in Enterprise, Performance, Unlimited, and Developer Editions.
Workflows for Professional Edtion are available as a paid add-on though (needs to be requested with Support). And it is available as an add-on from the AppExchange: Have a look at the Workflow for Professional Edition App on the AppExchange.
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.
Thanks and Regards,
Khan Anas
You always helps me. Thank you so much.
Thank You.
·
What is test coverage code % for the classes and triggers and what is the test method syntax
Thanks.
To deploy to production at-least 75% code coverage is required, and all those tests must pass. In addition, each trigger must have some coverage. Even though code coverage is a requirement for deployment, don’t write tests only to meet this requirement. Make sure to test the common use cases in your app, including positive and negative test cases, and bulk and single-record processing.
Below is the syntax:
Please refer to the below links which might help you further with the above requirement.
https://trailhead.salesforce.com/en/content/learn/modules/apex_testing/apex_testing_intro
http://www.sfdcpoint.com/salesforce/test-class-with-example-salesforce/
http://amitsalesforce.blogspot.com/2015/06/best-practice-for-test-classes-sample.html
https://webkul.com/blog/test-classes-in-apex-salesforce/
I hope it helps you!
Regards,
Khan Anas
But i heard from someone that code coverage is 90%. ( is it for trigger or class )
Thanks.
If you have enough code coverage across the whole code, for triggers you need a minimum of 1%. Recommended is to have 75%.
Regards,
Khan Anas
WORKFLOWS:
Available in: Enterprise, Performance, Unlimited, and Developer Editions
Available in: Lightning Experience and Salesforce Classic
NOTE:
- All listed features are available in DE.
As a partner, workflows within your application run in a Professional Edition org. However, customers can’t create their own workflows. They must purchase the feature directly from Salesforce.Thanks,
Manoj