Hi All,
I have created a custom job in which it updates some records of my custom table based on the date. It is something like createdate < datetime.now(). But i want to pass the date as parameter for the job while i trigger job from saleslogix web client.
As of now now i hard coded the date as ( datetime.now()), but i want to give it as parameter.
Can anyone let me know how can we set this as expected input parameter in my class and trigger it by giving date of my choice while i trigger this from web client
Thanks,
Ram