• donmac
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies

Hi Friends,

 

We are trying to levarage salesforce winter 13 release static resource based csv driven test case data setup. Would like to know  few things

 

1. how to establish foreign key relationship in the static resource. ?

2. single csv static resource can have data-set related to a table ? for,.eg) if we have 3 custom table then we need to have 3 different csv static resource loaded to load data is it. 

3. is there any govenor limits in providing the data set. if so where can is see the limits information. 

 

We're interested in updating records when the value of a Custom Setting changes.  I was wondering if anyone knows if you can fire a trigger on update for a Custom Setting value?  There does not seem to be anyway of programatically inserting or updating the information held,  so,  a trigger appears to be the only option of automating the updates.

I've been working on a debug log parser project.  Some goals for it are below:

  1. Quickly see what events (validation rules, workflow, triggers) are firing during actions in salesforce.
  2. Make viewing the event hierarchy easier.
  3. Easily identify workflows whose criteria evaluate to true.
  4. Graph governor limit usage by event

Here is a preview screenshot: