First page Back Continue Last page Image
How to define ID of WSR
- portal-type : Type of the object in TioSafe
- portal-type_module : simulate a TioSafe module, used to retrieve object
- IntegrationSite_createPortal-Type : method called to create object in the application
- IntegrationSite_updatePortal-Type : method called to update object in the application
- IntegrationSite_deletePortal-Type : method called to delete object in the application
- IntegrationSite_getPortal-TypeLastID : method called to get the last ID in the application for Portal-Type
Notes:
ERP5SyncML need to retrieve/add/update/delete objects from the application. We thus need to configure all methods in the integration site for each kind of object that will be synchronized. Note that this is the minimal methods required, you might need other to get specific data (categories of product, addresses...). All methods must follow the scheme IntegrationSite_getPortal-TypeSomething except for the one simulating TioSafe modules.