feed-icon-32x32.png

Subscribe in Feed Reader
Subscribe by Email

Learn how Salesforce.com can help your business
arrowpointe @ twitter
  • anyone use Salesforce's knowledge base? (the old school one) Notice scrollbars appearing in the content recently? 4 days ago
  • yes, i can use aggregate functions in dynamic soql. asked too soon, sorry 4 days ago
  • can i use aggregate functions in the Database.query() method? 4 days ago
  • what's the timing for new IDE? will it run just as well on eclipse 3.4 as 3.5? major benefits of 3.5 (i only use eclipse for salesforce)? 4 days ago
  • anyone use campaignmonitor with salesforce? no integration, but seems like a slick tool. curious about your process re: subscriber sync 4 days ago
  • is there a apex method or query that can tell me whether a subscriber org has a Trial vs. Active license of my package they installed? 5 days ago
  • feels like the new salesforce ui uses JavaScript libraries and rendering more friendly to fitefox's memory issues. Real or my imagination? 6 days ago
  • More updates...

Powered by Twitter Tools

Link to View Pending Workflows

I’ve been getting into Timed Workflows lately and I’ve found myself consistently using the Timed-Workflow Monitoring page to see what’s going on with a record. I made it a bit easier on myself by adding a custom link to my Opportunities that let me see the pending workflows for a record. Thought I’d share it.

/setup/own/massdelete.jsp?ftype=WFTimeQ&col0=TargetEntity&oper0=e&fval0={!Opportunity.Name}

It’s broken down as follows:

  • /setup/own/massdelete.jsp?ftype=WFTimeQ - this brings you to the Monitoring page.
  • &col0=TargetEntity - chooses the “Record Name” option in the first row.
  • &oper0=e – sets the comparison operator to equals
  • &fval0={!Opportunity.Name} – Puts the Opportunity Name in the value to search for.

The best the link can do is bring you to the page with the form filled in.  It’s up to you to click the search button.  So it’s down to 2 clicks from about 8.

3 Comments »

  1. Mark Brailsford Said,

    August 18, 2009 @ 6:18 pm

    For some reason this did not work for me. Typing the record name into the search yielded the desired results, but the link does not work. Any thoughts?

  2. Scott Hemmeter Said,

    August 18, 2009 @ 9:22 pm

    Not sure. Reply back and copy/paste the link you used. The example I gave was doing it from Opportunities. If you are clicking the link from another object, you’ll need to use a different merge field.

  3. Tanner Said,

    October 15, 2009 @ 4:59 pm

    It’s actually weird that I ran across this post. I was building this exact functionality earlier :)

    This didn’t work for me earlier. It essentially added additional picklist values and when i hit Search, it returned everything.

RSS feed for comments on this post · TrackBack URI

Leave a Comment

All comments are moderated. Other visitors will not see your comment until it has been approved.