• Keezel
  • NEWBIE
  • 5 Points
  • Member since 2007
  • A. O. Smith


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
I am trying to create an Email Alert action in process builder.  I have created the email alerts already.  But, the Email Alert field on the action is not functional.  What am I doing wrong?  Again, I've already created the template and the alert, and the alert is NOT using an org wide email address. 
  • November 23, 2015
  • Like
  • 0

I created a custom button for launching a new case with several fields pre-populated.  My agents are using Knowledge.  I want the new case to open with the Knowledge sidebar enabled in the service cloud console.  However, I believe I need to use some Java script containing the "srcUp" funciton to make this work.  Can anyone take a look at the custom button URL below and tell me how to include it in the proper Java script so it does not override the Knowledge sidebar?

 

"/500/e?
retURL=%2F{!AssetContactJunction__c.Id} &
def_asset_id={!AssetContactJunction__c.AssetId__c} &
def_account_id={!Asset.AccountId} &
def_contact_id={!AssetContactJunction__c.ContactId__c} &
00N40000001LeCs={!Asset.Product_Family_New__c}"

 

I want it to open as a subtab of the tab it launches from. 

  • January 28, 2013
  • Like
  • 0
I am trying to create an Email Alert action in process builder.  I have created the email alerts already.  But, the Email Alert field on the action is not functional.  What am I doing wrong?  Again, I've already created the template and the alert, and the alert is NOT using an org wide email address. 
  • November 23, 2015
  • Like
  • 0
I'm trying to do the data import wizard exercise (https://developer.salesforce.com/trailhead/force_com_admin_beginner/data_management/data_import) and I'm getting the above error when I choose the file Trailhead tells me to download.  I went searching in the forums for an answer to this and tried the one suggestion -- copying to a notepad app and re-importing into excel.  It didn't work.  The other "suggestion" is to change browsers.  I don't find this an acceptable alternative.  In addition to the time and hassle it will take to shut everything down and fire it all back up in another browser, I don't have appropriate security set up on IE and I don't trust Chrome at all.  I also can't ask my users to do that every time they want to import. 

I've already been using the DataLoader and, where possible, DemandTools to import data.  I thought this would be a chance to learn how the Import Wizard works.  But all this exercise tells me is what other folks have told me before -- the Import Wizard is a pain and they don't use it. 

I don't expect the Trailhead forum to fix this, but I am about to load the required data using DataLoader.  I hope the Challenge doesn't care how I loaded it.  I will report back.  But in the meantime if anyone has any useful suggestions, please chime in.  Thanks.