• Mohd Ashhar
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 4
    Replies

Hello, 

I am getting this error - "You have uncommitted work pending. Please commit or rollback before calling out line number - 279", when calling getslots method of Appointment booking in FSL App, 

Everything was working fine till yesterday, but now I am getting this error everytime I hit that method. 

Thank you.

Hi, I am working on FSL , the global method FSL.getappointmentBooking.getSlots is giving error on line 767  "Attempt to dereference a null object", Can anyone help me on that?
Can anyone explain what the body attribute is used for.... I want to decrease the size of the FileCard , it is now 20rem and I am not able to change it to 10rem;
Hi, I am working on FSL , the global method FSL.getappointmentBooking.getSlots is giving error on line 767  "Attempt to dereference a null object", Can anyone help me on that?
Hi All,

I want to search Contacts using this query.
List<Contact> listcontact=[SELECT id,name,phone from Contact where Lastname=:lname and MailingAddress=:mailingaddress];

But unexpectedly it give the error.
Address fields can only be filtered using Distance expressions
Please help me..