function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gazzer82gazzer82 

Update custom field, action poll

Hi, please exucse the newbie question, but i have been reasearching this for hours with little success.

 

I have an APEX trigger setup that has an APEX callback that updates a value on an Opportunity after pulling some data in from a web service.

 

That all works fine.

 

What i want to do now is setup and actionpoll on the page that refershes that field when the value is changed. I assume i need to do this by creating a new customforce page and adding it to the page layout. However, i cannot get the custom page to showup whe changing the page layout?

 

I would also really appreciate some help with the actual page and controller code if anyone is willing, i think i kinda have it, but it's all a bit foreign to someone coming from an ObjC background!

 

Thanks

 

Gareth