Forcetalks | Aastha | Activity https://www.forcetalks.com/aasthaj029/activity/ Activity feed for Aastha. Wed, 10 Dec 2025 07:28:36 +0530 https://buddypress.org/?v=2.15.3 en-US 30 hourly 2 04394a3418ba0cb6c65c30affd14a1e1 Aastha replied to the discussion Can we call a future method from a Salesforce batch class using Apex? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/can-we-call-a-future-method-from-a-salesforce-batch-class-using-apex/#post-78848 Wed, 24 Jun 2020 18:21:53 +0530 Reply to Can we call a future method from a Salesforce batch class using Apex?

Hello Shariq,

But we can call one batch class from another batch, finish() method.

Thanks and Regards

Aastha Jain

]]>
b468e111162c6499b57657e239ac1d38 Aastha replied to the discussion Can we delete custom setting from manage package in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/can-we-delete-custom-setting-from-manage-package-in-salesforce/#post-77982 Thu, 11 Jun 2020 16:00:29 +0530 Reply to Can we delete custom setting from manage package in Salesforce?

Hello Aditya,

No we can't delete custom setting from manage package.

Infact we can't delete anything from manage package.

NOTE : Only Admin have access to make changes to custom settings.

Thanks and Regards

Aastha Jain

]]>
751adf2f377ddf0df46b3dd4a6359dde Aastha replied to the discussion How many types of API’s avaliable in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-many-types-of-apis-avaliable-in-salesforce-3/#post-77981 Thu, 11 Jun 2020 15:48:25 +0530 Reply to How many types of API’s avaliable in salesforce?

Hello Marziya,

There are 4 types of API's in Salesforce,

  1. REST API
  2. SOAP API
  3. BULK API
  4. STREAMING API

To know about them in detail, you can refer to the below link :

API Link

Thanks and Regards

Aastha Jain

]]>
a1c8f8dc85fa01e2c8a8303ccc40a08c Aastha replied to the discussion What is System.RunAs () is the test class? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-system-runas-is-the-test-class/#post-77980 Thu, 11 Jun 2020 15:41:23 +0530 Reply to What is System.RunAs () is the test class?

Hello Shweta,

System.runAs() : It enable us to Changes the current user to the specified user.

we use This Method when we need to execute the test as a context of a current user .

When to use :

We use System.runAs() when we need to perform mixed DML operations in our test by enclosing the DML operations within the runAs block.

To bypass the mixed…

Read more

]]>
252e1e27cb88042829412051fcba9785 Aastha replied to the discussion How to show images on click of button on Lightning Component in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-show-images-on-click-of-button-on-lightning-component-in-salesforce/#post-77979 Thu, 11 Jun 2020 15:22:04 +0530 Reply to How to show images on click of button on Lightning Component in Salesforce?

Hello Deepak,

Please give this link a look. I hope this will help.

https://developer.salesforce.com/forums/?id=9062I000000IGAzQAO

Thanks and Regards

Aastha Jain

]]>
abe6055ca54d633e5a4e831abfa9b0b9 Aastha replied to the discussion What is contentType in Attachments in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-contenttype-in-attachments-in-salesforce/#post-77977 Thu, 11 Jun 2020 15:15:58 +0530 Reply to What is contentType in Attachments in Salesforce?

Hello Deepak,

‘ContentType’ is a restricted picklist field in Attachment object, which means it accepts only the values that are listed in picklist values.

It has values like…

Read more

]]>