• Fahad Akhtar
  • NEWBIE
  • 25 Points
  • Member since 2011

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 4
    Replies

I have created a workflow rule which will send an email and update a field. But when this worflow runs, both the actions are executing simultaneously. I want to prioritise these actions.  Update Field should execute after Email alert action. 

 

Is this possible?

 

Thanks

I have a visualforce page which is embedded in the parent page, which displays summary info. This page is working in production salesforce (salesforce11) and its not working in the sandboxes where the (salesforce 12) version is running. Looks like some feature/functionality is broken in the new release.

 

Here is the message I am getting in place of the visualforce container.

=====================================

Content cannot be displayed: java.io.NotSerializableException: common.apex.runtime.bytecode.BytecodeExecutionContext$DynamicContext Path to non-serializable object: ***VF Page Requested: 'pashaquotecharges' Object;@625bcadb[{}] Object;@7863224f[{, , 'j_id0', 'j_id0', 'javax.faces.Button', , , 'j_id0:j_id2', 'j_id2', 'javax.faces.Form', , 'j_id0:j_id2:block', 'block', 'javax.faces.Button', , , 'j_id0:j_id2:block:resultsBlock', 'resultsBlock', 'javax.faces.Button', , , , 'dataCell ', 2, 'totalRow ', 'headerRow ', 'if (window.hiOff){hiOff(this);} ', 'if (window.hiOn){hiOn(this);} ', 'dataRow even , dataRow odd ', 'list ',, 'value', , 'j_id0:j_id2:block:resultsBlock:j_id3:j_id4', 'j_id4', 'org.richfaces.renderkit.CellRenderer', , -2147483648, -2147483648, 'j_id0:j_id2:block:resultsBlock:j_id3:j_id10', 'j_id10', 'javax.faces.Text', 'Terminal Handling', , , 'value', , 'j_id0:j_id2:block:resultsBlock:j_id3:j_id5', 'j_id5', 'org.richfaces.renderkit.CellRenderer', , -2147483648, -2147483648, 'rightalign', 'j_id0:j_id2:block:resultsBlock:j_id3:j_id11', 'j_id11', 'javax.faces.Text', '$203.50', , , 'j_id0:j_id2:block:resultsBlock:j_id6', 'j_id6', 'javax.faces.Button', , , 'j_id0:j_id2:block:resultsBlock:j_id6:j_id7', 'j_id7', 'javax.faces.Label', , 'grandTotalText', 'rightalign', , , 'value', , 'j_id0:j_id2:block:resultsBlock:j_id6:grandTotalText', 'grandTotalText', 'javax.faces.Format', 'width:300px', 'rightalign', , 'j_id0:j_id2:j_id9', 'j_id9', 'javax.faces.Button', , }] Object;@17307a99[{}] Object;@6fc0deb3[{, , 'j_id0:j_id2', 'j_id2', 'javax.faces.Form', , 'j_id0:j_id2:block', 'block', 'javax.faces.Button', , , 'j_id0:j_id2:block:resultsBlock', 'resultsBlock', 'javax.faces.Button', , , , 'dataCell ', 2, 'totalRow ', 'headerRow ', 'if (window.hiOff){hiOff(this);} ', 'if (window.hiOn){hiOn(this);} ', 'dataRow even , dataRow odd ', 'list ', , 'value', , 'j_id0:j_id2:block:resultsBlock:j_id3:j_id4', 'j_id4', 'org.richfaces.renderkit.CellRenderer', , -2147483648, -2147483648, 'j_id0:j_id2:block:resultsBlock:j_id3:j_id10', 'j_id10', 'javax.faces.Text', 'Terminal Handling', , , 'value', , 

  • October 04, 2011
  • Like
  • 0

Hi I have two objects A & B

 

In the B object i have a field call total hours

 

B is the child object (look up relationship). I do not want to create a master detail relationship but I need to get in the A Object the sum of the total hour’s field.

 

 

How can i get this? I cannot create roll up summary fields because there is no master detail relationship....

 

Thank you!!

  • October 04, 2011
  • Like
  • 0

Hi,

 

I want to create a field which is required in both Person Account and Business Account Page layouts. What is the best practice to do it? Create it as Contact field or create it as Account field?

 

 

Thanks,

 

Vimal

I have created a workflow rule which will send an email and update a field. But when this worflow runs, both the actions are executing simultaneously. I want to prioritise these actions.  Update Field should execute after Email alert action. 

 

Is this possible?

 

Thanks