You need to sign in to do that
Don't have an account?

how to write scedular apex to create a opportunity record on perticular day of every month.
Hi,
I want to write a schedur apex code which will automaticaly creates opportunity record.
In detail: I have 5 accounts records now i want create 5 opportunity records on perticular date of every month(11/18/2014).
Please help to write code for this.
thanks
I want to write a schedur apex code which will automaticaly creates opportunity record.
In detail: I have 5 accounts records now i want create 5 opportunity records on perticular date of every month(11/18/2014).
Please help to write code for this.
thanks
[1] http://blog.deadlypenguin.com/blog/2012/05/26/scheduled-actions-in-salesforce-with-apex/
Thnak you very much..I read ur blog..Its good ..Now I wrote some Scedular apex.
But I am unable to insert a record
Please help to whats a mistake in code.. And how to add products belonging to Account contact Roles
This version is a little bit more bulk ready and should generate your opportunities correctly.
NOTE: This code has not been tested and may contain typographical / logical errors