Forcetalks | Scott | Activity https://www.forcetalks.com/smeridew/activity/ Activity feed for Scott. Wed, 01 Apr 2026 11:31:13 +0530 https://buddypress.org/?v=2.16.0 en-US 30 hourly 2 06ca3859bc5eb5941ca8e737d2e2cdf7 Scott replied to the discussion How to connect my org to Salesforce marketing cloud? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-connect-my-org-to-salesforce-marketing-cloud/#post-25684 Fri, 02 Mar 2018 21:57:23 +0530 Reply to How to connect my org to Salesforce marketing cloud?

Start here: Connect the Clouds

 

]]>
776c886b54643c3b3e7610bbc0c34b87 Scott posted a new post. https://www.forcetalks.com/?p=25661 Thu, 01 Mar 2018 05:32:13 +0530
Parsing out an Email Subject in email-to-case using RegEx for EXACT matching

Salesforce's On-Demand Email Handler Service can be further enhanced using a case trigger to better identify the type of case that is being created. Inherently…

]]>
c65654fc40bd6addafd073d452d722bc Scott replied to the discussion Is there any development environment in Salesforce Marketing Cloud ? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/is-there-any-development-environment-in-salesforce-marketing-cloud/#post-25662 Wed, 28 Feb 2018 18:15:38 +0530 Reply to Is there any development environment in Salesforce Marketing Cloud ?

No. There is only separate BUs that you can create, which provide segregation of the data.

 

]]>
f71cabc82f5908af59981bb040f53db1 Scott replied to the discussion Is there any way to select all fields of object via soql query in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/is-there-any-way-to-select-all-fields-of-object-via-soql-query/#post-23855 Fri, 12 Jan 2018 21:17:40 +0530 Reply to Is there any way to select all fields of object via soql query in Salesforce?

No equivalent. You need to specify all fields to be retrieved. You can use the APEX describe command to get all fields and build a query string.

 

public Void GetAllField()
{
String query ='';
String SobjectApiName = 'Account';
Map<String, Schema.SObjectType> schemaMap = Schema.getGlobalDescribe();
Map<String, Schema.SObjectField> fieldMap… Read more

]]>
090f14e64f5c7cab60368967e1a38899 Scott replied to the discussion What is record type in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-record-type-in-salesforce/#post-23840 Fri, 12 Jan 2018 16:17:06 +0530 Reply to What is record type in Salesforce?

Record Types are often used to extend an object's usefulness - rather than create a brand new custom object. As an example, the CASE object in Salesforce is a very generic service object to handle all sorts of inquiries or requests. You may have multiple record types to identify the sort of case that could be stored (for example, an… Read more

]]>
ced00c14d33d20f803777956248423ac Scott replied to the discussion How to Identify Text Category in OCR in a Salesforce Visualforce Page? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-identify-text-category-in-ocr-in-a-salesforce-visualforce-page/#post-23839 Fri, 12 Jan 2018 14:34:14 +0530 Reply to How to Identify Text Category in OCR in a Salesforce Visualforce Page?

Have a look at http://www.ephesoft.com - they have an OCR web service that you can use to make an apex synchronous callout to classify and extract fields from an image (pdf, jpg, gif, etc). Good video here: https://www.youtube.com/watch?v=wdLXnbN8tDA

]]>
f80d253cc8032eb75ffbf6a0fcf1c6fe Scott changed their profile photo https://www.forcetalks.com/activity/p/28507/ Fri, 12 Jan 2018 14:29:24 +0530 0 91e13b447b1368bb79684a529556f56a Scott became a registered member https://www.forcetalks.com/activity/p/28394/ Wed, 10 Jan 2018 14:40:13 +0530 0