• lukaz1010
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hi All,

 

I have an scenario where i want to restrict Account Partner Role for certain users. Can we do this? We are not allowed to have trigger on "Partner" object.

 

Any suggestion please. Quite urgent.

 

Thanks

nsb

  • February 22, 2012
  • Like
  • 0

Hey there,

 

I'm trying to display a print button IF there is certain information in the URL string, e.g., an ?id= field. Here's my statement:

 

 

rendered="{!IF({!id} != 'null', true, false)}

 

 Clearly, it didn't like this... any suggestions to fix? Thanks!

 

--Dave

 

p.s. here's the entire element:

 

 

<apex:outputLink rendered="{!IF(id != 'null', true, false)}" target="_blank" value="/apex/CTN_Lessons_37p?apprenticeshipId={!apprenticeshipID}&ctContactId={!ctContactId}&id={!id}">Print My Lesson</apex:outputLink>