System Register
Use it to register and maintain the systems that use the virtualization routine.
The SARA virtualization routine is componential so other systems, regardless of brand, may use the 2D assembly structure of the warehouses. |
You can use the virtualization routine by manually filling out the registers or via WebService, by entering the communication URL in this systems register.
You can enter two WebServices in this register, WS Virtualiz and WS Stock. Find further details on these fields in the Main Fields/Controls folder.
To integrate via WebService, to register the warehouse structure table, the XML must follow this structure:
<root>
<line>
<cod>AREA_CODE</cod>
<descricao>AREA_DESCRIPTION</descricao>
<tipo>STORAGE_AREA_TYPE</tipo>
<obs>STORAGE_AREA_GENERAL_NOTE</obs>
<status>AREA_STATUS</status>
</line>
</root>
In which:
| • | COD: Internal storage area code of legacy system. |
| • | DESCRIPTION: Informative description of storage area. |
| • | TYPE: Storage area type. Enter a valid code from the DBS table. |
| • | NOTE.: A free field for notes on the storage area. |
| • | STATUS: It indicates the cell situation at the time of request. Enter a valid code from the DBR table. |
To integrate via WebService, to register the stock search, the XML must follow this structure:
<root>
<status>ERROR_OR_SUCCESS_INDICATOR</status>
<msg>ERROR_OR_SUCCESS_MESSAGE</msg>
<fields>
<NOME_DO_CAMPO>FIELD_DESCRIPTION</NOME_DO_CAMPO>
<NOME_DO_CAMPO_X>DESCRIPTION_OF_FIELD_X</NOME_DO_CAMPO_X>
</fields>
<line>
<NOME_DO_CAMPO>FIELD_CONTENT</NOME_DO_CAMPO>
<NOME_DO_CAMPO_X>CONTENT_OF_FIELD_X</NOME_DO_CAMPO_X>
<line>
</root>
In which:
| • | STATUS: It indicates whether the search is successful or whether some error occurred: 1 means error and 0 means no error. |
| • | MSG: Message to be displayed onscreen when the value of field STATUS is 1. |
| • | FIELDS/NAME_OF_FIELD: Names of physical fields to be displayed in the search results. The contents of these TAGs must describe the field for display on the grid. |
| • | LINE/NAME_OF_FIELD: This TAG must contain the names of the physical fields defined in TAG FIELDS/NAME_OF_FIELD, the content of which is the value of the field to be displayed in the results grid. |
Procedures
Register the system thus:
| 1. | In System, select Add. |
| 2. | Fill out the fields on the displayed screen. |
| 3. | Check the data and confirm the addition. |