Overview
This section aims to provide an overview of how objects deployed by iDynamics Shopfloor are structured to facilitate customization.
If you have any doubts about how to approach a specific customization, feel free to contact us through our support portal.
Custom Configuration Tables
- IDPCDP Setup: General application configuration.
- IDPCDP Centers Setup: Centers configuration. Used to associate a specific IP with a tablet/device to directly open that machine without displaying the assistant for selecting the Work Center and Machine Center.
Standard Configuration Tables
- IDPCDP Employee: Employees. Allows selection of a default Work Center Group ("IDPCDP Work Center Group") and activation of debug mode, which opens the production journal before registering to verify the operation.
- IDPCOS Sales Team Member: Sales team members. All salespeople who are part of the team. The manager can or cannot be a member of the team. A salesperson can belong to multiple teams, having one defined as default on their card, and a salesperson can also be the head of multiple teams.
- IDPCOS Sales Team Role: Sales team roles. Any notable role for any of its members other than the manager, specified within the team. They are reusable. Example: coordinator.
Custom Traceability Tables
IDPCDP Process Readings: Has one line for each running machine and another for each operator working on that machine. This table feeds the Plant Status.
IDPCDP Production Entry: Registers an entry for every event occurring in iDynamics Shopfloor, in addition to standard Business Central tables: Capacity, Product, and Warehouse Movements.
Modifications to Standard Tables
The main modifications to standard tables are as follows:
The Employee table adds two new fields. It allows selection of a default Work Center Group and activation of debug mode, which opens the production journal before registering to verify the operation.
The Item table adds a field to indicate non-palletized products and another to set the pallet unit for calculating manufacturing multiples.
The Item Journal Line table includes the treatment of the new traceability table "IDPCDP Manufactoring Entry".
The Machine Center table includes a field to hide the machine from the operator screen and several informative fields about the current stop reason, machine running status, pallet serial number.
The Prod. Order Component table includes fields to determine the lot/serial from which consumption will occur and the quantity to be consumed, as well as some flowfields informing about available stocks.
The Capacity Movements table has a field linking it to IDPCDP Production Entry which is IDPCDP Manufactoring Movement. Every capacity movement has its corresponding Production Movement, but not vice versa, as machine stop movements do not generate capacity movements.
Events
The application includes numerous customization events to allow extension and adaptation for clients. In the following development manual sections, you'll find the events necessary to customize the main application features, although this is not an exhaustive list.
However, you can use the Business Central event recorder to find all available events and consult with us through our support portal to address any customization queries.