Murphybp79
Frequent Contributor
since ‎02-23-2023
2 weeks ago

Your statistics

  • 54 Posts
  • 5 Solutions
  • 15 Likes given
  • 37 Likes received

User Activity

I had a question about the help article covering the new security changes that require ECAs to be installed for DemandTools. The article includes separate links for sandboxes, and I wanted to clarify when those steps need to be followed. Does this on...
I have a scenario where I'm wanting to merge records that are the exact same (all fields match, including created/modified dates) due to an import.  I have a couple thousand records, so I don't want to have to manually select a winner.  However, I ca...
I couldn't find this in any of the existing documenation, so posting this for anyone else that may have the same questions.If you want to add a Line Break when using a CONCATENATE formula you can use the CHAR(10) character to add it. Example:CONCATEN...
I'm trying to import data from one Salesforce object into another, and as part of the import I want to combine 3 text fields into a single field.  Orignally I was going to combine the data in Salesforce prior to importing, but then I came across this...
I'm using the Modify module to try and update a new picklist field I've created with a formula.  I want to select a certain value based on if I can find the word "Cancelled" in the name of the record. I'm trying to use an IF with SEARCH, but I keep g...