Re: Using IDF and the Item Revison A Dimension Fields to calculate Warehouse Square footage availability
Tom E Stieger <testieger-7y5+ka1ulstWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.systems.as400.mapics |
|---|---|
| Message-ID | <0DE4DD1692F0F3488C99943C2F08D19D0288D144@palladium.finewire.local> |
One thing we have done extensively with the IDF is to create SQL view and add them in through the IDF as non-maintainable secondary business objects. In you case you could easily create a view to get product volume: Create view yourlib.itemvol as select itmno, itrv, stid, hite*long*wide as volume from afmlib.itmrva Make sure to give proper authority to AMAPICS user, then bring into the IDF. Your logic in the SQL view will probably be more complicated then that, but now whenever your users have access to Item information they can see the volume it takes up as well. -Tom Stieger IT Manager California Fine Wire -----Original Message----- From: mapics-l-bounces-Zwy7GipZuJhWk0Htik3J/[email protected] [mailto:mapics-l-bounces-Zwy7GipZuJhWk0Htik3J/[email protected]] On Behalf Of Raymond Spears Sent: Thursday, January 03, 2013 7:22 AM To: mapics-l-Zwy7GipZuJhWk0Htik3J/[email protected] Subject: [MAPICS-L] Using IDF and the Item Revison A Dimension Fields to calculate Warehouse Square footage availability We would like to use the ITMRVA fields listed below to calculate square footage available in Warehouse '1'. * = in use today. SHAP Shape Code * HITE Height * LONG Length IDIA Inside diameter ODIA Outside diameter DUOM unit of measure for dimensions * WIDE Width IDMA Make ID IDMO Model ID OEMP OEM Product Number Our question is how do other companies determine in real-time what footage is available in any given warehouse today within IDF? Our direction is to develop via Enterprise Integrator, user exit data files and ITMRVA dimension fields to display to the COM/IM and EPDM users available warehouse space for new product or customer demand for availablility of warehouse space. We don't want an add on software package our whole company direction is to develop in house via IDF, System Link, user exits to Infor standards. We realize this may be available in other Infor products today and/or third party add ons but the basics are in plan vanilla XA and that is where we want to stay. Any dicussion on how you are able to determine warehouse square footage is welcomed. Thank you, Raymond Spears Unaka Company rspears-f/[email protected] _______________________________________________ This is the MAPICS ERP System Discussion (MAPICS-L) mailing list To post a message email: MAPICS-L-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mapics-l or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] Before posting, please take a moment to review the archives at http://archive.midrange.com/mapics-l. _______________________________________________ This is the MAPICS ERP System Discussion (MAPICS-L) mailing list To post a message email: MAPICS-L-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mapics-l or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] Before posting, please take a moment to review the archives at http://archive.midrange.com/mapics-l.