Forum Replies Created

Page 4 of 10
  • Ayush

    Member
    July 17, 2020 at 12:12 pm in reply to: Is It Always Necessary To Know Apex To Create Visualforce Pages?

    No,it is not always necessary

  • Ayush

    Member
    July 9, 2020 at 1:27 pm in reply to: What is a external ID in Salesforce and give me example?
  • Ayush

    Member
    July 9, 2020 at 1:20 pm in reply to: What is JSON deserialize in Salesforce?

    Deserializes the specified JSON string into an Apex object of the specified type.

  • Ayush

    Member
    July 7, 2020 at 12:35 pm in reply to: How to Convert VF page into PDF in Salesforce ?
  • Ayush

    Member
    July 7, 2020 at 12:31 pm in reply to: What is CustomMetaData type in Salesforce?

    It can help you :-https://www.forcetalks.com/salesforce-topic/custom-metadata-types-in-salesforce/

    Custom Metadata Types in salesforce

  • Ayush

    Member
    July 6, 2020 at 1:29 pm in reply to: How can we prevent from the recursive trigger in Salesforce?
  • Ayush

    Member
    July 2, 2020 at 12:18 pm in reply to: What is platform event message in Salesforce?

    Platform events enable developers to deliver secure, scalable, and customizable event notifications within the Salesforce platform or from external sources.

  • Ayush

    Member
    July 2, 2020 at 12:14 pm in reply to: What is the use of with security_enforced clause in SOQL queries?

    you can use this to enable checking for field- and object-level security permissions on SOQL SELECT queries and cross-object relationships

  • Ayush

    Member
    July 1, 2020 at 1:20 pm in reply to: What is the purpose of system.runAs() in Salesforce?

    Normally, all Apex codes run in System mode, and therefore the current user’s various permissions and record sharing rules are not taken into consideration. The system method, System.runAs(),lets us write test methods that change user contexts to either an existing user or a new user. All of that user’s record sharing is then enforced. You can only use runAs in a test method. But runAs() does not validate CRUD or Field Level Security permissions.

  • Page 4 of 10