The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
45 views

Sending a redirect

I have a hyperlink in an email which will open an opportunity using the standard opportunity page. Before the opportunity page is open I want to carry out some business logic. I only want this ...
3
votes
2answers
49 views

How to ensure something only happens once in a request?

If I have a page which include multiple components which means that multiple back end controllers get invoked on page load. How do I ensure that a piece of business functionality only happens once? ...
5
votes
1answer
55 views

Lifecycle of Controllers

I am just wondering about the life cycle of page controllers? How often are than instantiated and is there any configurations which can change this? Is there a method guaranteed to be invoked every ...
1
vote
1answer
18 views

Problem in Helptext rendering due to showheader attribute in apex:page

i am displaying helptext with some fields but when i do showHeader="false" in apex:page,as i want to remove my header.all helptext disappears from my page.Why this is happening?How can i prevent from ...