Forcetalks | Liron | Activity http://52.205.218.194/lironco/activity/ Activity feed for Liron. Sun, 28 Jun 2026 01:57:04 +0530 https://buddypress.org/?v=2.16.0 en-US 30 hourly 2 f25d74134dbc7451b4efbc86a5702b2a Liron joined the group Salesforce Certifications http://52.205.218.194/activity/p/109175/ Tue, 23 Jun 2020 11:03:11 +0530 0 0baa4ea83a0ad80c9311cdb24ad905bf Liron replied to the discussion Can we update the ParentId of attachment in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/can-we-update-the-parentid-of-attachment-in-salesforce/#post-78704 Tue, 23 Jun 2020 11:01:21 +0530 Reply to Can we update the ParentId of attachment in Salesforce?

It is not possible with any process- not with data loader, process builder or apex. You can use apex to copy the attachment with the other parentId and then delete the original attachment.

]]>
62db216540025ced97b4a2c2338cacea Liron changed their profile photo http://52.205.218.194/activity/p/92014/ Wed, 13 Feb 2019 12:37:01 +0530 0 c57f7824fdd7d51d88f58c83dd4a5ec4 Liron replied to the discussion How can I get the custom setting in the salesforce apex test class? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-i-get-the-custom-setting-in-the-salesforce-apex-test-class/#post-18383 Tue, 07 Mar 2017 09:54:44 +0530 Reply to How can I get the custom setting in the salesforce apex test class?

Using @isTest(SeeAllData=true) is baa practice, as data may be different in each environment, and therefore the test behavior will be different.

 

You should create all the require data in the test class. Custom Setting data can be created as any other Object records

]]>
078373c85d79d810d6f828df12861f07 Liron replied to the discussion Can we send Emails stored in a custom field with comma separated using workflow in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/can-we-send-emails-stored-in-a-custom-field-with-comma-separated-using-workflow/#post-18382 Tue, 07 Mar 2017 09:47:13 +0530 Reply to Can we send Emails stored in a custom field with comma separated using workflow in salesforce?

No. You cannot.

In workflow you need to user either email field or user field type.

You should either use code that extract the emails from the custom field, or at first store them in separated emails fields without comma.

]]>