• Srini_Rao
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

hi,

 

Can anybody know how to migrate data from siebel crm to salesforce, Please provide solution.

 

Thanks

Srinivas Bolneni

Hi Guys,

 

I have written a batch apex controller for my vf page.

In execute method of batch apex controller, i have a string variable "sample" and it is defined as

public String sample {get; set;} in that class.

 

but when i pass this variable to my page, it gives me null value.

i have used system.debug to check its value in my class and its showing the required value inside execute method.

 

So please help me on how this value can be passed to page correctly.Thanks