Hi All,
I have a customized calss which is a RunBaseBatch type, The class purpose is to update the new customers in the CustTable(Table)
When we run the class mannually it is showing an InfoLog i.e "The No.Of Customers updated: 1234"
But
When we run this class as a batch Job by adding this class to the Batch Job List it is not recording the infolog message
(i.e "The No.Of Customers updated: 1234") to its Batch Log (Batch history--> Log) it is only recording the message
whenever an error occured. I want the normal Infolog message also to be recorded in the Batch Log
( Batch History --> Log).
Let me know your Ideas to achieve my requirement...
Thanks InAdvacne...!