Problem: The new custom properties added in the workorder object are not sync with the backend (SAP Backend).
Steps:
1. Add the new custom properties in the workorder object throuth Agentry Editor
2. Create the new Pojo Class, extending from MeterWorkOrder Class, the reason to extend from MeterWorkOrder is becouse when I look in the WorkOrder SAPOBJECT, I see this class by default. Then my POJO class have the contructors, the custom field ZLATITUDE, the set and get methods and finally I override the SetProperties method.
3. Export my POJO class to JAR file and move it to the Application Java Server Folder
4. Reference the custom .jar in classpath of the Agentry.ini file on [JAVA-1] backend
5. Update the SAPOBJECT workorder Param Value in Agentry SAP Framework Configuration to my new custom class
6. Activating the custom field from the BAPI. Our Abap consultant already added an "include" with the new custom fields, so the properties are available to reference and activate in the Agentry SAP Framework Configuration tool
Note: When I debug the Java code in my Agentry Editor, I see that my setProperties Method don't run, SMP execute the setProperties method inside of MeterWorkOrder class.
Could someone help me to find what is missing in this process to complete the sync? Any idea?
Thanks a lot in advance