function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rajaram.adminrajaram.admin 

what is Dynamiv Apex? explain one example.

HI,

 

 

Thanks Regards

Rajaram.

Navatar_DbSupNavatar_DbSup

Hi,

 

Dynamic Apex enables developers to create more flexible applications by providing them with the ability to:

 

1. Access sObject and field describe information

 

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dynamic_describe_objects_understanding.htm

 

2. Write dynamic SOQL queries, dynamic SOSL queries and dynamic DML

 

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dynamic_soql.htm

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dynamic_sosl.htm

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dynamic_dml.htm

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

 

 

JitendraJitendra

Hi,

 

Dynamic Apex enables developers to create more flexible applications by providing them with the ability to “Access sObject and field describe information”, “Write Dynamic SOQL Queries”, “Write Dynamic SOSL Queries” and “Dynamic DML”.

 

Have a look on below article, it has few questions regarding Dynamic Apex:

http://shivasoft.in/blog/salesforce/very-useful-tips-and-tricks-of-the-apex-salesforce-interview-questions-part-4/