• Amit Tripathi
  • NEWBIE
  • 0 Points
  • Member since 2013

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

hello,

 

Iam an admin but have been dropped into the "Make it work" category and can't figure out the code that is needed.

The code would need to fire everytime the agreement is created, or updated and whenever a matching record is created

 

There is one agreement per unlimited Records.

 

I have two custom objetcs; 

Agreement__c

Matched_Records__c

 

Criteria

Agreement.combined_Provider_Client__c = Matched_Records.Provider_client_SFID__c

 

Action

Copy the value of Agreement.Status__c over to Matched_Records.Matched_Agreement_Status__c

 

Agreement.Status__C is a picklist if that matters

 

 

 

Hi

   I am  working with projects and project contains several task . 

 

when i selected project , i will show all task it contains.

if task clicked , it will open iframe popup. after editing that page need to save and close the iframe popup .and refresh the parent project page.

 

 I did save and close edit task page . but the parent window doesn't refresh.

 

closing popup iframe done by jquery

lilke 

parent.parent.j$("#project-modal").trigger('reveal:close');

 

if i give window.parent.reload();

doesn't work 

 

any help appriciated

 

thanks

Karthik