Forcetalks | Tanu | Activity https://www.forcetalks.com/tanurajputalgoworks-com/activity/ Activity feed for Tanu. Thu, 18 Dec 2025 08:47:48 +0530 https://buddypress.org/?v=2.16.0 en-US 30 hourly 2 6638509cf085788f14ef02d54f2e7a16 Tanu and Gaurav are now connected https://www.forcetalks.com/activity/p/66309/ Tue, 06 Mar 2018 05:37:08 +0530 0 ea04903f870ea7cfedfe2a751ff150d0 Tanu started the discussion What is the difference between RPC or Document Style web services? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-rpc-or-document-style-web-services/ Tue, 30 Jan 2018 11:59:06 +0530 What is the difference between RPC or Document Style web services?

What is the difference between RPC or document style web services? How you determine to which one to choose?

]]>
c101e60c1a3ed03824b82dbf23d01c03 Tanu started the discussion What to do in case I am getting this error "Parent Target Field: bad value for restricted picklist field"? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/parent-target-field-bad-value-for-restricted-picklist-field/ Tue, 30 Jan 2018 11:44:23 +0530 What to do in case I am getting this error "Parent Target Field: bad value for restricted picklist field"?

I am getting this error while Upgrading the managed package in Full copy sandbox.What exactly is the issue?

]]>
b76d9040bc6e484c4758baeb3050ae7d Tanu replied to the discussion How to convert a timestamp value to datetime in apex? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-convert-timestamp-value-to-datetime-in-apex/#post-22387 Mon, 16 Oct 2017 14:56:14 +0530 Reply to How to convert a timestamp value to datetime in apex?

I am getting wrong value of timestamp  "201708161100" by this way, so please help me to get right answer.
You can validate your answer here Convert Timestamp to date.

]]>
1997626502fd88bae0e432bcd5a0740c Tanu started the discussion How to pass data from one component to another in Salesforce lightning? in the forum https://www.forcetalks.com/salesforce-topic/how-to-pass-data-from-one-component-to-another/ Wed, 19 Apr 2017 10:09:15 +0530 How to pass data from one component to another in Salesforce lightning?

How to pass data from one component to another in lightning?

]]>
134d80d0536317aaeeea17c479e9a8bb Tanu started the discussion How to pass data from one component to another in Salesforce lightning? in the forum https://www.forcetalks.com/salesforce-topic/how-to-pass-data-from-one-component-to-another/ Wed, 19 Apr 2017 10:09:15 +0530 How to pass data from one component to another in Salesforce lightning?

How to pass data from one component to another

]]>
b998534500c1c0fc95d59feb9fa8400d Tanu replied to the discussion Finding Sobject type when Id is given in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/finding-sobject-type-when-id-is-given/#post-17131 Thu, 08 Dec 2016 13:42:19 +0530 Reply to Finding Sobject type when Id is given in Salesforce?

Hi Kumar,

Try this,

Schema.SObjectType sobjectType = Id.getSObjectType();
sobjectName = sobjectType.getDescribe().getName();

]]>
411d0dba42d814e8c075eb4d29157d99 Tanu started the discussion Automatically resize Inline visualforce components on a standard salesforce visualforce pagelayout? in the forum https://www.forcetalks.com/salesforce-topic/automatically-resize-inline-visualforce-components-on-standard-pagelayout/ Thu, 03 Nov 2016 15:02:54 +0530 Automatically resize Inline visualforce components on a standard salesforce visualforce pagelayout?

Hi All,

Is there a way to automatically resize the inline visualforce components on standard page layout based on the content of the visualforce page.

]]>
acfb9307796a76d3eb972a489c6aa1d8 Tanu started the discussion in the forum https://www.forcetalks.com/salesforce-topic/can-i-insert-a-static-resource-using-apex-code-in-salesforce/ Thu, 03 Nov 2016 14:36:04 +0530 Hi All,

Can I Insert a Static Resource using Apex Code in Salesforce?

]]>
256da26fe4cc57572ab0aee0a5656adc Tanu started the discussion How to change the color of a custom button in salesforce? in the forum https://www.forcetalks.com/salesforce-topic/how-to-change-the-color-of-a-custom-button-in-salesforce/ Thu, 03 Nov 2016 14:31:44 +0530 How to change the color of a custom button in salesforce?

Hi All,

I want to change the color of button as it's clicked,how to do this?

]]>
ff8db241ad27aaf50bce10999cb25503 Tanu started the discussion How to swap 2 different component views in Salesforce Lightning? in the forum https://www.forcetalks.com/salesforce-topic/how-to-swap-2-different-component-views-in-lightning/ Wed, 02 Nov 2016 14:25:53 +0530 How to swap 2 different component views in Salesforce Lightning?

Hi All,

How to swap 2 different component views in Lightning?

]]>
9e465c22304f6b4fd7420faf379137d0 Tanu started the discussion How do I reset a Salesforce Lightning file input after submission? in the forum https://www.forcetalks.com/salesforce-topic/how-do-i-reset-a-lightning-file-input-after-submission/ Wed, 02 Nov 2016 14:06:41 +0530 How do I reset a Salesforce Lightning file input after submission?

Hi All,

How do I reset a lightning file input after it has been submitted?Here is my input on the component:

<input type="file" class="file" aura:id="file" />

After the user submits the file it still has the old file selected and I want to clear it out after submission.

Thanks!

]]>
cd8c8f62967e0c6fb537932dba7334ba Tanu started the discussion How to attach file using Salesforce Lightning for Salesforce1? in the forum https://www.forcetalks.com/salesforce-topic/how-to-attach-file-using-lightning-for-salesforce1/ Wed, 02 Nov 2016 14:02:33 +0530 How to attach file using Salesforce Lightning for Salesforce1?

Hi All,

I wanted to attach a file to an objects's notes & attachments list. Since Aura's inputFile ui tag is in Prototype stage, Is there any other way to implement this? How to pass the Blob value received from FileReader (Javascript). Which attribute type in Lightning has to be used?

]]>
eddd4860b1cde9c2aa0f7c7ae93f656c Tanu started the discussion The autocomplete functionality is not working with custom lookup in the forum https://www.forcetalks.com/salesforce-topic/the-autocomplete-functionality-is-not-working-with-custom-lookup/ Tue, 01 Nov 2016 13:46:49 +0530 The autocomplete functionality is not working with custom lookup

Hi All,

I have enabled the autocomplete lookup functionality for my Org but Its not working for my custom lookup.
Strange think is whenever I add one of Standard lookup field like "Owner" its start working for both Custom and Standard lookup.

]]>
3101c8812b3900048f250ae442de36b7 Tanu started the discussion Can anyone tell how to color a Cell based on Condition in XML Spread sheet using Visualforce? in the forum https://www.forcetalks.com/salesforce-topic/can-anyone-tell-how-to-coloring-a-cell-based-on-condition-in-xml-spread-sheet-using-visualforce/ Tue, 01 Nov 2016 13:44:43 +0530 Can anyone tell how to color a Cell based on Condition in XML Spread sheet using Visualforce?

Hi All,

Hi,
I am using XML Spread sheet code in visual force page which generates Multisheets,there is a requirement i should put color for cell based on condition,For ex:if cell contains property 10% the put RED color,If it contains Property 20% then put BLUE color.But i din get the approach to put condition in Visualforce page.

]]>
61f3db44d4fd6f87e829b3573e467454 Tanu started the discussion How to get parent Salesforce lightning component's attribute in child component? in the forum https://www.forcetalks.com/salesforce-topic/how-to-get-parent-lightning-components-attribute-in-child-component/ Thu, 27 Oct 2016 13:43:12 +0530 How to get parent Salesforce lightning component's attribute in child component?

Hi All,

I have a parent component name "ParentComp" which has 3 attributes A,B and C of type String. I have a nested component "ChildComponent". I want to change the value of parent component's attribute B from child's java script controller.

How can i do that?

]]>
6f980e93b9a06af64b48a2fb7a6f78ac Tanu started the discussion In Salesforce, When to use {#v.attrib} vs {!v.attrib}? in the forum https://www.forcetalks.com/salesforce-topic/when-to-use-v-attrib-vs-v-attrib/ Thu, 27 Oct 2016 13:07:40 +0530 In Salesforce, When to use {#v.attrib} vs {!v.attrib}?

Hi All,

I have seen some uses of {#v.attrib} in a few of lightning components, and I'm a person who is used to {!v.attrib}. Is there a difference between them or is there a scenario where '#' has to be used/is better instead of '!'?

]]>
c8504be9c785bdd8aa0d26b9cdd866a7 Tanu started the discussion In Salesforce, How do I get the Value of a ui:inputCheckBox Lightning Component? in the forum https://www.forcetalks.com/salesforce-topic/how-do-i-get-the-value-of-a-uiinputcheckbox-lightning-component/ Wed, 26 Oct 2016 14:49:05 +0530 In Salesforce, How do I get the Value of a ui:inputCheckBox Lightning Component?

Hi All,

How do I get the Value of a ui:inputCheckBox Lightning Component?

]]>
1883c08a91d7799c72341c196cd467a2 Tanu started the discussion How to extend a standard Salesforce lightning ui component? in the forum https://www.forcetalks.com/salesforce-topic/how-to-extend-a-standard-lightning-ui-component/ Wed, 26 Oct 2016 14:48:06 +0530 How to extend a standard Salesforce lightning ui component?

Hi All,

How to extend a standard lightning ui component?

]]>
434b53917c63903bdf16f166cef4dc9f Tanu started the discussion How to create a salesforce partner community user in test class? in the forum https://www.forcetalks.com/salesforce-topic/how-to-create-a-salesforce-partner-community-user-in-test-class/ Wed, 26 Oct 2016 14:47:29 +0530 How to create a salesforce partner community user in test class?

Hi All,

How to create a salesforce partner community user in test class?

]]>
f4b1097894d8199c74b61430646e894f Tanu started the discussion What is the best way to debug Salesforce Lightning Components (used in the Community Builder)? in the forum https://www.forcetalks.com/salesforce-topic/what-is-the-best-way-to-debug-lightning-components-used-in-the-community-builder/ Tue, 25 Oct 2016 15:08:01 +0530 What is the best way to debug Salesforce Lightning Components (used in the Community Builder)?

Hi All,

What is the best way to debug Lightning Components (used in the Community Builder)?

]]>
bb8ca23d2d33bcdb1643737c1ca4849f Tanu started the discussion In Salesforce, How to use "force:inputField" and "force:outputField" inside an "aura:iteration"? in the forum https://www.forcetalks.com/salesforce-topic/how-to-use-and-inside-an/ Tue, 25 Oct 2016 15:07:03 +0530 In Salesforce, How to use "force:inputField" and "force:outputField" inside an "aura:iteration"?

Hi All,

How to use <force:inputField> and <force:outputField> inside an <aura:iteration>.

]]>
2cfd207f49f9161ee4bb1c5e21c9bf19 Tanu started the discussion How to add script files to a salesforce lightning application? in the forum https://www.forcetalks.com/salesforce-topic/how-to-add-script-files-to-a-salesforce-lightning-application/ Mon, 24 Oct 2016 14:53:16 +0530 How to add script files to a salesforce lightning application?

Hi All,

When I'm adding script files to a lightning component i'm getting an error as 'script tags only allowed in templates: Source'. Is there another way to add script links to the lightning application?

]]>
a2a63886e5d73fbb62d5aaa1211438f6 Tanu started the discussion Lightning Connect: Is it possible to create activities for external object? in the forum https://www.forcetalks.com/salesforce-topic/lightning-connectis-it-possible-to-create-activities-for-external-object/ Mon, 24 Oct 2016 14:41:20 +0530 Lightning Connect: Is it possible to create activities for external object?

Hi All,

I have few queries regarding lightning connect.please guide me...
1: Now External object have read only mode. In this logic whether data store in salesforce or not.
2.Now Is it possible to create activities for external object .
3.Will this possible without store the external system (.NET)data in sfdc to create/update/delete feature… Read more

]]>
177838513cc1106bb18adf3a2aa22f61 Tanu started the discussion How to display accounts records in pageblock table in Salesforce lightning component? in the forum https://www.forcetalks.com/salesforce-topic/how-to-display-accounts-records-in-pageblock-table-in-lightning-component/ Mon, 24 Oct 2016 14:10:08 +0530 How to display accounts records in pageblock table in Salesforce lightning component?

Hi All,

How to display accounts records in pageblock table in lightning component.

]]>
504e1f3ac5c0789e57a71f9d9e83ffff Tanu started the discussion How to add background image to Salesforce Lightning component in Community? in the forum https://www.forcetalks.com/salesforce-topic/how-to-add-background-image-to-lightning-component-in-community/ Fri, 21 Oct 2016 13:33:34 +0530 How to add background image to Salesforce Lightning component in Community?

Hi All,

I want to add a background image to lightning component in Community,how to do this.

Help me to write code.

]]>
b41b6bb3727c2017761eaa825f6075bd Tanu started the discussion How do you detect if a user is coming from Salesforce1 (SF1) in a lightning component? in the forum https://www.forcetalks.com/salesforce-topic/how-do-you-detect-if-a-user-is-coming-from-sf1-in-a-lightning-component/ Fri, 21 Oct 2016 13:21:41 +0530 How do you detect if a user is coming from Salesforce1 (SF1) in a lightning component?

Hi All,

I'm developing a lightning app that users will be accessing via desktop and through Salesforce1. I've been using the $Browser variable to detect if the user is coming from mobile but that only works if they are accessing the page via a web browser on their phone and not the SF1 mobile app. It seems the $User.getTheme… Read more

]]>
19013577aefc0721a70b7007292fc21a Tanu started the discussion How to deploy static resources zip file using ANT to Salesforce? in the forum https://www.forcetalks.com/salesforce-topic/how-to-deploy-static-resources-zip-file-using-ant-to-salesforce/ Fri, 21 Oct 2016 10:52:07 +0530 How to deploy static resources zip file using ANT to Salesforce?

Hi All,

Here i want to upload static resources "ZIP File" to Salesforce using ANT.
This ZIP File contains CSS style sheets.

Tell me how to do this.

]]>
a92b1623451a014267bc72058e28ea4a Tanu replied to the discussion How to get the Label Names for Object's fields in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-get-the-label-names-for-objects-fields-in-salesforce/#post-16741 Tue, 18 Oct 2016 06:46:33 +0530 Reply to How to get the Label Names for Object's fields in Salesforce?

Hello Pranav,

try this

String type='Account';

Map<String, Schema.SObjectType> schemaMap = Schema.getGlobalDescribe();
Schema.SObjectType leadSchema = schemaMap.get(type);
Map<String, Schema.SObjectField> fieldMap = leadSchema.getDescribe().fields.getMap();
for (String fieldName: fieldMap.keySet()) {

System.debug('##Field… Read more

]]>
e9052f82ccbfbab9f5f8eb3628036d6e Tanu replied to the discussion How to skip the first item while iteration through list in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-skip-the-first-item-while-iteration-through-list-in-salesforce/#post-16740 Tue, 18 Oct 2016 06:27:29 +0530 Reply to How to skip the first item while iteration through list in salesforce?

Hello Pranav,

You can do this by using the regular loop like this

int size = myList.size();
for (int i = 1; i < size; i++) {
myList.get(i).doSomething();
}

for example-

list<Contact> con = new list<Contact>();
for(Integer i=0;i<10;i++){
Contact c = new Contact(lastname='tt'+i);
con.add(c);
}
insert… Read more

]]>
5a606a1186a64073192bff3fb9ef2d8b Tanu started the discussion In Salesforce, how to write a wrapper class to display records of an account with Pagination? in the forum https://www.forcetalks.com/salesforce-topic/wrapper-class-with-pagination/ Wed, 05 Oct 2016 15:06:36 +0530 In Salesforce, how to write a wrapper class to display records of an account with Pagination?

Hi All,

Hi ! I need to write a wrapper class to display records of an account with a checkbox. Along with the list of records I need to have 'next' & 'previous' buttons. In the same page I need to display the list of Accounts selected immediately whenever they are selected.

]]>
5e8265d95f8ed33d6e02a281d22a0851 Tanu started the discussion How to add radio button to a pageblock table in salesforce? in the forum https://www.forcetalks.com/salesforce-topic/how-to-add-radio-button-to-a-pageblock-table-in-salesforce/ Wed, 05 Oct 2016 15:04:19 +0530 How to add radio button to a pageblock table in salesforce?

Hi All,

How to add radio button to a pageblock table in salesforce?

]]>
2887678a4a5cda34c81773707f9dd40f Tanu started the discussion In Salesforce, What are the best practices in determining whether a formula field should be created versus workflow field update? in the forum https://www.forcetalks.com/salesforce-topic/what-are-the-best-practices-in-determining-whether-a-formula-field-should-be-created-versus-workflow-field-update-2/ Tue, 04 Oct 2016 15:27:28 +0530 In Salesforce, What are the best practices in determining whether a formula field should be created versus workflow field update?

Hi All,

What are the best practices in determining whether a formula field should be created versus workflow field update?

]]>
c945c37d60ec9ec10162c07bdb56d53d Tanu started the discussion In Salesforce, what is the best solution to create a Button to send email to multiple contacts in Contact Related List? in the forum https://www.forcetalks.com/salesforce-topic/what-is-the-best-solution-to-create-a-button-to-send-email-to-multiple-contacts-in-contact-related-list/ Tue, 04 Oct 2016 15:24:40 +0530 In Salesforce, what is the best solution to create a Button to send email to multiple contacts in Contact Related List?

Hi All,

I need to create a button on contact related list so that I can send email to selected multiple contacts. What would be the best solution and best practices?

]]>
ef1d595de0f4889d9297cf509c53e4aa Tanu started the discussion Is there any query in Salesforce to fetch all the fields on the entity? in the forum https://www.forcetalks.com/salesforce-topic/is-there-any-query-to-fetch-all-the-fields-on-the-entity/ Tue, 04 Oct 2016 15:23:26 +0530 Is there any query in Salesforce to fetch all the fields on the entity?

Hi All,

I want to use such a soql  sothat i not have to write all filds instead i just write few words and get all fields

[select All fields from Case where Type =NEW]

 

 

]]>
c196001acff6e081674605f619a9850d Tanu started the discussion How to create a custom list-view button that handles multi-record selection in salesforce? in the forum https://www.forcetalks.com/salesforce-topic/how-to-create-a-custom-list-view-button-that-handles-multi-record-selection-in-salesforce/ Mon, 03 Oct 2016 14:25:36 +0530 How to create a custom list-view button that handles multi-record selection in salesforce?

Hi All,

How to create a custom list-view button that handles multi-record selection in salesforce?

]]>
276f34c42831694ab9678ae1f9aed05b Tanu started the discussion In the Lightning experience, how do I add a tab on built-in Salesforce objects? in the forum https://www.forcetalks.com/salesforce-topic/in-the-lightning-experience-how-do-i-add-a-tab-on-built-in-salesforce-objects/ Mon, 03 Oct 2016 14:24:20 +0530 In the Lightning experience, how do I add a tab on built-in Salesforce objects?

Hi All,

In the Lightning experience, how do I add a tab on built-in Salesforce objects?

]]>
90546c8aab9da5cf3899d8725ad99d29 Tanu started the discussion How to create Salesforce visualforce page with iframe with auto resizing height? in the forum https://www.forcetalks.com/salesforce-topic/how-to-create-visualforce-page-with-iframe-with-auto-resizing-height/ Mon, 03 Oct 2016 14:22:23 +0530 How to create Salesforce visualforce page with iframe with auto resizing height?

Hi All,

How to create visualforce page with iframe with auto resizing height?

]]>
630fb973db7facdc30da98dbd735d0d2 Tanu started the discussion How to open up sharing for old/exising records in system using Salesforce apex code? in the forum https://www.forcetalks.com/salesforce-topic/how-to-open-up-sharing-for-oldexising-records-in-system-using-apex-code/ Thu, 29 Sep 2016 14:26:40 +0530 How to open up sharing for old/exising records in system using Salesforce apex code?

Hi All,

I have a list of old records open and closed on which there is no sharing (these records are old requests that I want to share with groups) . How can I achieve this using apex code?

]]>
3f4dcda12bea7ccab3fb9287b1d29640 Tanu started the discussion How to upload multiple attachments from Salesforce apex? please provide me some sample code in the forum https://www.forcetalks.com/salesforce-topic/how-to-upload-multiple-attachments-from-apex-please-provide-me-some-sample-code/ Thu, 29 Sep 2016 14:20:28 +0530 How to upload multiple attachments from Salesforce apex? please provide me some sample code

Hi All,

I want to upload multiple attachments from apex? please provide me some sample code.

]]>
00c04b8c6fd7fc31a0b5637c56ca647c Tanu replied to the discussion How can we make the force logout from the force.com site by the use of apex in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-we-make-the-force-logout-from-the-force-com-site-by-the-use-of-apex-in-salesforce/#post-16443 Wed, 28 Sep 2016 14:57:07 +0530 Reply to How can we make the force logout from the force.com site by the use of apex in salesforce?

Hello Mohit,

There is no class for the logout. when you are logged in you are authenticated as portal user, and portal has a page for logout.

 

]]>
f297817ff9ab5381572b509052aaecf1 Tanu replied to the discussion Does Salesforce apex transpiled into java or not ? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/does-apex-transpiled-into-java-or-not/#post-16442 Wed, 28 Sep 2016 14:53:39 +0530 Reply to Does Salesforce apex transpiled into java or not ?

Hello Mohit,

In one embodiment, the Apex interpreter serves as a level of isolation between customer code and the host virtual machine (VM). The Apex interpreter may enforce governor limits and brokers requests to the underlying platform on behalf of customer code. In one embodiment, the Apex interpreter is not a full-fledged Java… Read more

]]>
a14a6528fade4a49ac3e1f790ce4059f Tanu started the discussion How to make use of formula function like “Contains” as case insensitive in Salesforce? in the forum https://www.forcetalks.com/salesforce-topic/how-to-make-use-of-formula-function-like-contains-as-case-insensitive/ Wed, 28 Sep 2016 14:41:35 +0530 How to make use of formula function like “Contains” as case insensitive in Salesforce?

Hi All,

How to make use of formula function like “Contains” as case insensitive?

]]>
7640beff1d4a7653309577e9054a263e Tanu started the discussion How are Roll-Up Summary fields calculated in the Salesforce database? in the forum https://www.forcetalks.com/salesforce-topic/how-are-roll-up-summary-fields-calculated-in-the-database/ Wed, 28 Sep 2016 14:37:57 +0530 How are Roll-Up Summary fields calculated in the Salesforce database?

Hi All,

How are Roll-Up Summary fields calculated in the database?

]]>
c9af2b2739dc51221f9159bc8295f32a Tanu started the discussion How to make a dynamic picklist in salesforce? in the forum https://www.forcetalks.com/salesforce-topic/how-to-make-a-dynamic-picklist-in-salesforce/ Wed, 28 Sep 2016 14:32:09 +0530 How to make a dynamic picklist in salesforce?

Hi All,

I want to create a dynamic picklist,how to do this.

]]>
8f6514a5a7602234b8bd43b8d2a70813 Tanu started the discussion Which criteria is used to calculate cross object field in salesforce? in the forum https://www.forcetalks.com/salesforce-topic/which-criteria-is-used-to-calculate-cross-object-field-in-salesforce/ Tue, 27 Sep 2016 13:44:35 +0530 Which criteria is used to calculate cross object field in salesforce?

Hi All,

Which criteria is used to calculate cross object field?

]]>
f7a00e7f93171ae694807bf3dbe0aee9 Tanu started the discussion Is the following TRUE or FALSE for Salesforce? (See description) in the forum https://www.forcetalks.com/salesforce-topic/is-it-true-or-falseto-delete-a-note-or-attachmentyou-must-be-the-owner-of-the-note-or-attachment-or-an-administrator-with-themodify-all-data-permission/ Tue, 27 Sep 2016 13:42:55 +0530 Is the following TRUE or FALSE for Salesforce? (See description)

Hi All,

Is it TRUE or FALSE,To Delete A Note Or Attachment,You Must be the owner of the note or attachment or an Administrator with the"Modify All Data Permission".

]]>
7183af098c130fca0443c48732253bda Tanu replied to the discussion Which action methods do standard controllers contains in Salesforce visualforce page? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/which-action-methods-do-standard-controllers-contains-in-visualforce-page/#post-16411 Tue, 27 Sep 2016 13:12:58 +0530 Reply to Which action methods do standard controllers contains in Salesforce visualforce page?

Hello Pranav,

Standard controllers contains following action methods in visualforce page are

  1.  save - Inserts a new record or updates an existing record if it is currently in context. After this operation is finished, the save action returns the user to the original page (if known), or navigates the user to the detail page for the…

Read more

]]>
e4919db67246a1989ee1fdf663008e90 Tanu started the discussion What is an easy (and fast) way to find a object named based on a parentid in Salesforce? in the forum https://www.forcetalks.com/salesforce-topic/what-is-an-easy-and-fast-way-to-find-a-object-named-based-on-a-parentid/ Mon, 26 Sep 2016 14:11:00 +0530 What is an easy (and fast) way to find a object named based on a parentid in Salesforce?

Hi All,

What is an easy (and fast) way to find a object named based on a parentid?

]]>
3ad73d1c5e64fda5996359e0c3fa98ac Tanu started the discussion How to hard-Delete Objects Using the Salesforce Force.com Migration tool in the forum https://www.forcetalks.com/salesforce-topic/how-to-hard-delete-objects-using-the-force-com-migration-tool/ Mon, 26 Sep 2016 14:09:32 +0530 How to hard-Delete Objects Using the Salesforce Force.com Migration tool

Hi All,

Is there a way to hard-delete custom objects using the Force.com migration tool? When you deploy a DestructiveChanges payload, the objects are "soft-deleted" and not erased from the platform. This creates an issue when you subsequently try to push back in those objects.

Is there a way to do this?

]]>