• pradeep kumar s 1
  • NEWBIE
  • 10 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 11
    Replies
friends,
i have written schedule apex for calling webservice every hour,batch apex is invoked inside the schedule apex.from this service response will be got and records are inserted from that response.i am using soap api webservice.now i am writing test classes for this.but iam getting  this error.
how can i fix it?
here is the error---
​'System.CalloutException: You have uncommitted work pending. Please commit or rollback before calling out '
if i click on any record,the pop up will open.this is already done.but here is a problem.if i click on ok or confirm button which is on popup display,it is taking too much time to close pop up display.so i don't want to take too much time for this,so how can i do?
** 'ok and confirm' buttons are created in apex class.

i think this is possible from client side,so i want to write from client side,but i don't know how i can write.
please provide me the best solution for this.
hI friends,
pop up is not working on my vf page properly.
actually i am working on pageblock table,if the size of pageblock table is higher then the pop up is changed accordingly.if that is low,it changes.
based on back ground scroll bar,the pop up chenges automatically.
so please find this solution.
 
hello friends,
i have done a pageblocktable with parent to child relationship. here is a problem i can see the whole records on my profile (system admin) but another user can not see these records with the same pageblock table.i have given field level security,profile permissions on those objects also.
still why can not he see those records?please mention me any permissions on those reocrds.
Please any body solve this issue:
i am getting this error----" System.CalloutException: Web service callout failed: Unexpected element. Parser was expecting element 'http://schemas.xmlsoap.org/soap/envelope/:Envelope' but found ':HTML' "
i don't know why iam getting this error.previously it worked well.but now it is not working properly.it shows this error.please resolve this issue.this is an urgent issue.the results are found in this community and one knowledge article is there.but iam not resolving this issue.how can i resolve this.plese explain me step by step.
hi..! friends
if I am trying to save an apex class,  I  am getting so many asci code errors,
here is my program and related errors:
apex class with asci code errorserror

and my friend saved this program and he did not get any error when he was writing this.but i have got these so many times.
and when i was writing this program, i did not get any error only whenever i am trying to copy any program, i will get these errors :

here is the common error:
'invalid identifier '    public list'.Apex identifiers must start with an ASCII letter (a-z or A-Z) followed by any number of ASCII letters(a-z or A-Z),digits(0-9),'$','_',or unicode characters from U+0080 to U+FFFE-'.


 
hello friends,
i have done a pageblocktable with parent to child relationship. here is a problem i can see the whole records on my profile (system admin) but another user can not see these records with the same pageblock table.i have given field level security,profile permissions on those objects also.
still why can not he see those records?please mention me any permissions on those reocrds.
friends,
i have written schedule apex for calling webservice every hour,batch apex is invoked inside the schedule apex.from this service response will be got and records are inserted from that response.i am using soap api webservice.now i am writing test classes for this.but iam getting  this error.
how can i fix it?
here is the error---
​'System.CalloutException: You have uncommitted work pending. Please commit or rollback before calling out '
hI friends,
pop up is not working on my vf page properly.
actually i am working on pageblock table,if the size of pageblock table is higher then the pop up is changed accordingly.if that is low,it changes.
based on back ground scroll bar,the pop up chenges automatically.
so please find this solution.
 
hello friends,
i have done a pageblocktable with parent to child relationship. here is a problem i can see the whole records on my profile (system admin) but another user can not see these records with the same pageblock table.i have given field level security,profile permissions on those objects also.
still why can not he see those records?please mention me any permissions on those reocrds.
Please any body solve this issue:
i am getting this error----" System.CalloutException: Web service callout failed: Unexpected element. Parser was expecting element 'http://schemas.xmlsoap.org/soap/envelope/:Envelope' but found ':HTML' "
i don't know why iam getting this error.previously it worked well.but now it is not working properly.it shows this error.please resolve this issue.this is an urgent issue.the results are found in this community and one knowledge article is there.but iam not resolving this issue.how can i resolve this.plese explain me step by step.