Hi Shiva G, I have tried the code mentioned by you
this.DateTime1=this.RequestInitialReceiptTimePoint.TimePoint.DateTime.content;
this.DateTime2=this.RequestFinishedAtTimePoint.TimePoint.DateTime.content;
it showed me the warning in script file that
Assignment of DateTime.content to the type string is not possible. then I changed it to
this.DateTime1=this.RequestInitialReceiptTimePoint.TimePoint.DateTime.content.ToString();
this.DateTime2=this.RequestFinishedAtTimePoint.TimePoint.DateTime.content.ToString();
and warning is gone.
I have tried this is what I did:-
script file
BO extension
And still the fields are empty.
It means no values are getting copied from the timedate fields.
Thanks and Regards,
Saurabh