Hello,
I am attempting to create a record in Field Service Mobile while in offline mode.
using Xrm.WebApi.offline.createRecord(table,data) method the record is not being created.
I am not getting any errors.
could not find any issues debugging using the following method.
I use the same 'data' variable when online using Xrm.WebApi.online.createRecord(table,data) method and the record is successfully created.
the table I am trying to create the record for is enabled in offline.
the tables associated with lookup columns I am populating with @odata.bind are all enabled for offline mobile and the records in those tables are in the offline profile.
I made sure all columns that are listed as required are included in my 'data' variable.
any insights to what I might be overlooking?
Thanks,