• Kobe
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hello,

I currently have both the view and edit overridden with scontrols on an Account. The problem I’m seeing is when somebody goes and edits the account I have to set nooverride=1 in the url to stop the edit scontrol from looping. However when the user hits the save button nooverride=1 is automatically transfer to the view url, thus not calling on the view scontrol.

The view scontrol works fine if you go to view the account by other means, but it isn’t ran after the save button is pressed. Does anybody know of a way to clear the nooverride=1 when the save button is pressed?

Thanks!
  • September 12, 2008
  • Like
  • 0
I have SQL query here, can you help to transfer to SOQL?
 
Select o.OpportunityId from OpportunityLineItem o inner join PricebookEntry PE on o.PricebookEntryID=PE.ID inner join Product2 P on PE.product2ID=P.Id where P.Id in
(select Product2.Id from Product2 where Product2.Family  not LIKE 'Service%')
 
Thanks,
 
Cassie
  • September 11, 2008
  • Like
  • 0