We are trying to utilize the capabilities of offline mode in mobile but all our scripts are mostly written with Xrm.WebApi.online to perfomr the CRUD operations.So our initial thought it to change it Xrm.WebApi.Offline to use it in offline mode but again it will impact the former one. So we are planning to use Xrm.WebApi only to perform the CRUD( replacing the WebApi.offline or WebApi.online) so that we do not need to think about if we are using online mode or offline mode for a particular entity.
Can we get the idea or impact that we are going to face.