How to learn Mapics ERP / Infor XA












1















I have got a job offer where the work will be on Mapics (infor XA) ERP suite. Please can anyone give guidance on how to find resources to get an introduction to this?
I have googled a bit and it did not help much :(










share|improve this question

























  • Try asking this question on the MAPICS-L mailing list. It doesn't look like a very active list, though. See www.midrange.com.

    – dmc
    Oct 11 '16 at 16:07
















1















I have got a job offer where the work will be on Mapics (infor XA) ERP suite. Please can anyone give guidance on how to find resources to get an introduction to this?
I have googled a bit and it did not help much :(










share|improve this question

























  • Try asking this question on the MAPICS-L mailing list. It doesn't look like a very active list, though. See www.midrange.com.

    – dmc
    Oct 11 '16 at 16:07














1












1








1








I have got a job offer where the work will be on Mapics (infor XA) ERP suite. Please can anyone give guidance on how to find resources to get an introduction to this?
I have googled a bit and it did not help much :(










share|improve this question
















I have got a job offer where the work will be on Mapics (infor XA) ERP suite. Please can anyone give guidance on how to find resources to get an introduction to this?
I have googled a bit and it did not help much :(







ibm-midrange erp






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 20 '18 at 19:27









Cody G.

3,83211733




3,83211733










asked Oct 9 '16 at 7:28







user3311539




















  • Try asking this question on the MAPICS-L mailing list. It doesn't look like a very active list, though. See www.midrange.com.

    – dmc
    Oct 11 '16 at 16:07



















  • Try asking this question on the MAPICS-L mailing list. It doesn't look like a very active list, though. See www.midrange.com.

    – dmc
    Oct 11 '16 at 16:07

















Try asking this question on the MAPICS-L mailing list. It doesn't look like a very active list, though. See www.midrange.com.

– dmc
Oct 11 '16 at 16:07





Try asking this question on the MAPICS-L mailing list. It doesn't look like a very active list, though. See www.midrange.com.

– dmc
Oct 11 '16 at 16:07












1 Answer
1






active

oldest

votes


















2














If you're a user then I would expect you'd be trained on the menus / programs you will need to access. It's fairly straightforward.



You can find a "intro to powerlink" here.



For a PowerUser/IT/Programming perspective:
You can find a lot of pdfs from the xausergroups presentations here, show omitted results.
Unfortunately nearly none of the MAPICS/Infor XA documentation is public, whatever company you end up going to will most likely get you an account on https://www.inforxtreme.com/ which has all the information regarding your products.



However, Infor XA runs on top IBM i (which is an Operating system with a built in database, DB2), (IBM i was previously OS/400 then AS/400, eServer, iSeries, then finally IBM i)



IBM provides some documentation on IBM i series.
Hopefully you're working with the latest revision IBM i series, but some of the information contained in the older revisions of IBM i series is worthwhile. V7R3 is the same as version 7.3. There are "Technology Refreshes" which you can think of as OS updates, but there are also smaller updates/bugfixes called PTFs.



This page will get you started on reading about the IBM i series, for which you will have to choose your version. For the latest version and to see how to access/change the database using SQL see this page.



"ERP data" is defined pretty well on the wiki page so I'll leave it at that.



From my understanding, MAPICS stored relationships in definitions, and used the IBM database to store these relationships/records. Infor XA has basically extended / replaced MAPICS and now forms those relationships with more updated methods I assume, (while maintaining the previous MAPICS ones. In Infor XA Release 7+, Infor has stopped supporting these old MAPICS programs through the 5250 emulator as they continue to convert them over.



So in the IBM i Series/DB2 if you didn't have Infor XA you'd basically be left with a bunch of tables without relationships/transactions defined.



So lets get into Infor XA as it is today: A tool that manages this information (relationships, transactions, table names, etc.) and offers extensibility thorugh "Integrator"



Infor XA (Infor Developer Framework?) consists of 3 main packages - Powerlink, Systemlink, and NetLink, but also includes an "Integrator" tool inside of Powerlink.



Using a 5250 emulation client (similar to telnet) we can log into the iSeries (think Linux command line) and get to programs which then allow us to manipulate and view data. Editing the views or programs requires editing the program code, the majority of which are written in RPG, CL, or COBOL? code, some of which are proprietary.



Powerlink is a java based application that allows the create/maintain/delete of records, creation of views, subsets, and sorts --- and cards with pieces of information based on the relationships between the tables ('Business Objects'). It also may include Integrator, which allows you to create your own tables and user programs to work within XA itself.



System-Link is powerlink without the UI, and instead using XML to send/receive data that information (upholding and allowing access through relationships and security)



Netlink is a browser based version of power-link which doesn't have all the functionality, but is continuously developed and will integrate into Infor Ming.le.



Additionally Infor XA has expanded upon the security of the IBM i series, and of the old MAPICS programs. Security is a nightmare if you're using MAPICS because you'll have to manage: IBM i series permissions (users/groups), MAPICS (groups?), and Infor XA security and sometimes they overlap and sometimes they don't.



Although IBM i series supports languages such as node.js, ruby, and python to interact with the data --- Infor XA does not, just System-Link and ION. Some people update the tables directly, but tables inside of any enterprise application that does not make the use of database constraints or relationships should be considered "hands off" unless you want to break things.






share|improve this answer


























  • Thanks a lot Cody for the answer

    – user3311539
    Dec 25 '16 at 13:32











  • Thanks a lot Cody for the answer. Now it's clear what to learn from a technical viewpoint( the three packages you mentioned). Could you please provide your thoughts on how to get an understanding on an erp from a business point of view. The idea is to get a hold of the terms and words that would be used. For example, you mentioned "card". Would this be specific to mapics or generic to all erp

    – user3311539
    Dec 25 '16 at 13:41











  • "an ERP" ? or Infor XA? --- "card" is a term that is somewhat specific to Infor XA when I was thinking about it, but a UI 'card' is anything that displays pieces of information, which is exactly what it is in Infor XA., MAPICS doesn't necessarily have 'cards' but it has 'programs' which display pieces of information so you could call those 'cards' too.

    – Cody G.
    Dec 27 '16 at 21:03













  • If you're looking for business processes of the program it is best to be taught by someone who performs that specific job function or read the documentation (very dry), I cannot post the documentation here, unfortunately and like I said Infor XA does not provide it publicly. Once you get access to inforxtreme.com you can find a lot of the 'business process' documentation there.

    – Cody G.
    Dec 27 '16 at 21:06











  • Here's an image that I think provides a quick overview of all the functions in ERP. visualbusiness.net/upload/solutionmap1-14.jpg at a small business you're looking at 1 manager per each top level section.

    – Cody G.
    Dec 27 '16 at 21:10











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f39941105%2fhow-to-learn-mapics-erp-infor-xa%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown
























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














If you're a user then I would expect you'd be trained on the menus / programs you will need to access. It's fairly straightforward.



You can find a "intro to powerlink" here.



For a PowerUser/IT/Programming perspective:
You can find a lot of pdfs from the xausergroups presentations here, show omitted results.
Unfortunately nearly none of the MAPICS/Infor XA documentation is public, whatever company you end up going to will most likely get you an account on https://www.inforxtreme.com/ which has all the information regarding your products.



However, Infor XA runs on top IBM i (which is an Operating system with a built in database, DB2), (IBM i was previously OS/400 then AS/400, eServer, iSeries, then finally IBM i)



IBM provides some documentation on IBM i series.
Hopefully you're working with the latest revision IBM i series, but some of the information contained in the older revisions of IBM i series is worthwhile. V7R3 is the same as version 7.3. There are "Technology Refreshes" which you can think of as OS updates, but there are also smaller updates/bugfixes called PTFs.



This page will get you started on reading about the IBM i series, for which you will have to choose your version. For the latest version and to see how to access/change the database using SQL see this page.



"ERP data" is defined pretty well on the wiki page so I'll leave it at that.



From my understanding, MAPICS stored relationships in definitions, and used the IBM database to store these relationships/records. Infor XA has basically extended / replaced MAPICS and now forms those relationships with more updated methods I assume, (while maintaining the previous MAPICS ones. In Infor XA Release 7+, Infor has stopped supporting these old MAPICS programs through the 5250 emulator as they continue to convert them over.



So in the IBM i Series/DB2 if you didn't have Infor XA you'd basically be left with a bunch of tables without relationships/transactions defined.



So lets get into Infor XA as it is today: A tool that manages this information (relationships, transactions, table names, etc.) and offers extensibility thorugh "Integrator"



Infor XA (Infor Developer Framework?) consists of 3 main packages - Powerlink, Systemlink, and NetLink, but also includes an "Integrator" tool inside of Powerlink.



Using a 5250 emulation client (similar to telnet) we can log into the iSeries (think Linux command line) and get to programs which then allow us to manipulate and view data. Editing the views or programs requires editing the program code, the majority of which are written in RPG, CL, or COBOL? code, some of which are proprietary.



Powerlink is a java based application that allows the create/maintain/delete of records, creation of views, subsets, and sorts --- and cards with pieces of information based on the relationships between the tables ('Business Objects'). It also may include Integrator, which allows you to create your own tables and user programs to work within XA itself.



System-Link is powerlink without the UI, and instead using XML to send/receive data that information (upholding and allowing access through relationships and security)



Netlink is a browser based version of power-link which doesn't have all the functionality, but is continuously developed and will integrate into Infor Ming.le.



Additionally Infor XA has expanded upon the security of the IBM i series, and of the old MAPICS programs. Security is a nightmare if you're using MAPICS because you'll have to manage: IBM i series permissions (users/groups), MAPICS (groups?), and Infor XA security and sometimes they overlap and sometimes they don't.



Although IBM i series supports languages such as node.js, ruby, and python to interact with the data --- Infor XA does not, just System-Link and ION. Some people update the tables directly, but tables inside of any enterprise application that does not make the use of database constraints or relationships should be considered "hands off" unless you want to break things.






share|improve this answer


























  • Thanks a lot Cody for the answer

    – user3311539
    Dec 25 '16 at 13:32











  • Thanks a lot Cody for the answer. Now it's clear what to learn from a technical viewpoint( the three packages you mentioned). Could you please provide your thoughts on how to get an understanding on an erp from a business point of view. The idea is to get a hold of the terms and words that would be used. For example, you mentioned "card". Would this be specific to mapics or generic to all erp

    – user3311539
    Dec 25 '16 at 13:41











  • "an ERP" ? or Infor XA? --- "card" is a term that is somewhat specific to Infor XA when I was thinking about it, but a UI 'card' is anything that displays pieces of information, which is exactly what it is in Infor XA., MAPICS doesn't necessarily have 'cards' but it has 'programs' which display pieces of information so you could call those 'cards' too.

    – Cody G.
    Dec 27 '16 at 21:03













  • If you're looking for business processes of the program it is best to be taught by someone who performs that specific job function or read the documentation (very dry), I cannot post the documentation here, unfortunately and like I said Infor XA does not provide it publicly. Once you get access to inforxtreme.com you can find a lot of the 'business process' documentation there.

    – Cody G.
    Dec 27 '16 at 21:06











  • Here's an image that I think provides a quick overview of all the functions in ERP. visualbusiness.net/upload/solutionmap1-14.jpg at a small business you're looking at 1 manager per each top level section.

    – Cody G.
    Dec 27 '16 at 21:10
















2














If you're a user then I would expect you'd be trained on the menus / programs you will need to access. It's fairly straightforward.



You can find a "intro to powerlink" here.



For a PowerUser/IT/Programming perspective:
You can find a lot of pdfs from the xausergroups presentations here, show omitted results.
Unfortunately nearly none of the MAPICS/Infor XA documentation is public, whatever company you end up going to will most likely get you an account on https://www.inforxtreme.com/ which has all the information regarding your products.



However, Infor XA runs on top IBM i (which is an Operating system with a built in database, DB2), (IBM i was previously OS/400 then AS/400, eServer, iSeries, then finally IBM i)



IBM provides some documentation on IBM i series.
Hopefully you're working with the latest revision IBM i series, but some of the information contained in the older revisions of IBM i series is worthwhile. V7R3 is the same as version 7.3. There are "Technology Refreshes" which you can think of as OS updates, but there are also smaller updates/bugfixes called PTFs.



This page will get you started on reading about the IBM i series, for which you will have to choose your version. For the latest version and to see how to access/change the database using SQL see this page.



"ERP data" is defined pretty well on the wiki page so I'll leave it at that.



From my understanding, MAPICS stored relationships in definitions, and used the IBM database to store these relationships/records. Infor XA has basically extended / replaced MAPICS and now forms those relationships with more updated methods I assume, (while maintaining the previous MAPICS ones. In Infor XA Release 7+, Infor has stopped supporting these old MAPICS programs through the 5250 emulator as they continue to convert them over.



So in the IBM i Series/DB2 if you didn't have Infor XA you'd basically be left with a bunch of tables without relationships/transactions defined.



So lets get into Infor XA as it is today: A tool that manages this information (relationships, transactions, table names, etc.) and offers extensibility thorugh "Integrator"



Infor XA (Infor Developer Framework?) consists of 3 main packages - Powerlink, Systemlink, and NetLink, but also includes an "Integrator" tool inside of Powerlink.



Using a 5250 emulation client (similar to telnet) we can log into the iSeries (think Linux command line) and get to programs which then allow us to manipulate and view data. Editing the views or programs requires editing the program code, the majority of which are written in RPG, CL, or COBOL? code, some of which are proprietary.



Powerlink is a java based application that allows the create/maintain/delete of records, creation of views, subsets, and sorts --- and cards with pieces of information based on the relationships between the tables ('Business Objects'). It also may include Integrator, which allows you to create your own tables and user programs to work within XA itself.



System-Link is powerlink without the UI, and instead using XML to send/receive data that information (upholding and allowing access through relationships and security)



Netlink is a browser based version of power-link which doesn't have all the functionality, but is continuously developed and will integrate into Infor Ming.le.



Additionally Infor XA has expanded upon the security of the IBM i series, and of the old MAPICS programs. Security is a nightmare if you're using MAPICS because you'll have to manage: IBM i series permissions (users/groups), MAPICS (groups?), and Infor XA security and sometimes they overlap and sometimes they don't.



Although IBM i series supports languages such as node.js, ruby, and python to interact with the data --- Infor XA does not, just System-Link and ION. Some people update the tables directly, but tables inside of any enterprise application that does not make the use of database constraints or relationships should be considered "hands off" unless you want to break things.






share|improve this answer


























  • Thanks a lot Cody for the answer

    – user3311539
    Dec 25 '16 at 13:32











  • Thanks a lot Cody for the answer. Now it's clear what to learn from a technical viewpoint( the three packages you mentioned). Could you please provide your thoughts on how to get an understanding on an erp from a business point of view. The idea is to get a hold of the terms and words that would be used. For example, you mentioned "card". Would this be specific to mapics or generic to all erp

    – user3311539
    Dec 25 '16 at 13:41











  • "an ERP" ? or Infor XA? --- "card" is a term that is somewhat specific to Infor XA when I was thinking about it, but a UI 'card' is anything that displays pieces of information, which is exactly what it is in Infor XA., MAPICS doesn't necessarily have 'cards' but it has 'programs' which display pieces of information so you could call those 'cards' too.

    – Cody G.
    Dec 27 '16 at 21:03













  • If you're looking for business processes of the program it is best to be taught by someone who performs that specific job function or read the documentation (very dry), I cannot post the documentation here, unfortunately and like I said Infor XA does not provide it publicly. Once you get access to inforxtreme.com you can find a lot of the 'business process' documentation there.

    – Cody G.
    Dec 27 '16 at 21:06











  • Here's an image that I think provides a quick overview of all the functions in ERP. visualbusiness.net/upload/solutionmap1-14.jpg at a small business you're looking at 1 manager per each top level section.

    – Cody G.
    Dec 27 '16 at 21:10














2












2








2







If you're a user then I would expect you'd be trained on the menus / programs you will need to access. It's fairly straightforward.



You can find a "intro to powerlink" here.



For a PowerUser/IT/Programming perspective:
You can find a lot of pdfs from the xausergroups presentations here, show omitted results.
Unfortunately nearly none of the MAPICS/Infor XA documentation is public, whatever company you end up going to will most likely get you an account on https://www.inforxtreme.com/ which has all the information regarding your products.



However, Infor XA runs on top IBM i (which is an Operating system with a built in database, DB2), (IBM i was previously OS/400 then AS/400, eServer, iSeries, then finally IBM i)



IBM provides some documentation on IBM i series.
Hopefully you're working with the latest revision IBM i series, but some of the information contained in the older revisions of IBM i series is worthwhile. V7R3 is the same as version 7.3. There are "Technology Refreshes" which you can think of as OS updates, but there are also smaller updates/bugfixes called PTFs.



This page will get you started on reading about the IBM i series, for which you will have to choose your version. For the latest version and to see how to access/change the database using SQL see this page.



"ERP data" is defined pretty well on the wiki page so I'll leave it at that.



From my understanding, MAPICS stored relationships in definitions, and used the IBM database to store these relationships/records. Infor XA has basically extended / replaced MAPICS and now forms those relationships with more updated methods I assume, (while maintaining the previous MAPICS ones. In Infor XA Release 7+, Infor has stopped supporting these old MAPICS programs through the 5250 emulator as they continue to convert them over.



So in the IBM i Series/DB2 if you didn't have Infor XA you'd basically be left with a bunch of tables without relationships/transactions defined.



So lets get into Infor XA as it is today: A tool that manages this information (relationships, transactions, table names, etc.) and offers extensibility thorugh "Integrator"



Infor XA (Infor Developer Framework?) consists of 3 main packages - Powerlink, Systemlink, and NetLink, but also includes an "Integrator" tool inside of Powerlink.



Using a 5250 emulation client (similar to telnet) we can log into the iSeries (think Linux command line) and get to programs which then allow us to manipulate and view data. Editing the views or programs requires editing the program code, the majority of which are written in RPG, CL, or COBOL? code, some of which are proprietary.



Powerlink is a java based application that allows the create/maintain/delete of records, creation of views, subsets, and sorts --- and cards with pieces of information based on the relationships between the tables ('Business Objects'). It also may include Integrator, which allows you to create your own tables and user programs to work within XA itself.



System-Link is powerlink without the UI, and instead using XML to send/receive data that information (upholding and allowing access through relationships and security)



Netlink is a browser based version of power-link which doesn't have all the functionality, but is continuously developed and will integrate into Infor Ming.le.



Additionally Infor XA has expanded upon the security of the IBM i series, and of the old MAPICS programs. Security is a nightmare if you're using MAPICS because you'll have to manage: IBM i series permissions (users/groups), MAPICS (groups?), and Infor XA security and sometimes they overlap and sometimes they don't.



Although IBM i series supports languages such as node.js, ruby, and python to interact with the data --- Infor XA does not, just System-Link and ION. Some people update the tables directly, but tables inside of any enterprise application that does not make the use of database constraints or relationships should be considered "hands off" unless you want to break things.






share|improve this answer















If you're a user then I would expect you'd be trained on the menus / programs you will need to access. It's fairly straightforward.



You can find a "intro to powerlink" here.



For a PowerUser/IT/Programming perspective:
You can find a lot of pdfs from the xausergroups presentations here, show omitted results.
Unfortunately nearly none of the MAPICS/Infor XA documentation is public, whatever company you end up going to will most likely get you an account on https://www.inforxtreme.com/ which has all the information regarding your products.



However, Infor XA runs on top IBM i (which is an Operating system with a built in database, DB2), (IBM i was previously OS/400 then AS/400, eServer, iSeries, then finally IBM i)



IBM provides some documentation on IBM i series.
Hopefully you're working with the latest revision IBM i series, but some of the information contained in the older revisions of IBM i series is worthwhile. V7R3 is the same as version 7.3. There are "Technology Refreshes" which you can think of as OS updates, but there are also smaller updates/bugfixes called PTFs.



This page will get you started on reading about the IBM i series, for which you will have to choose your version. For the latest version and to see how to access/change the database using SQL see this page.



"ERP data" is defined pretty well on the wiki page so I'll leave it at that.



From my understanding, MAPICS stored relationships in definitions, and used the IBM database to store these relationships/records. Infor XA has basically extended / replaced MAPICS and now forms those relationships with more updated methods I assume, (while maintaining the previous MAPICS ones. In Infor XA Release 7+, Infor has stopped supporting these old MAPICS programs through the 5250 emulator as they continue to convert them over.



So in the IBM i Series/DB2 if you didn't have Infor XA you'd basically be left with a bunch of tables without relationships/transactions defined.



So lets get into Infor XA as it is today: A tool that manages this information (relationships, transactions, table names, etc.) and offers extensibility thorugh "Integrator"



Infor XA (Infor Developer Framework?) consists of 3 main packages - Powerlink, Systemlink, and NetLink, but also includes an "Integrator" tool inside of Powerlink.



Using a 5250 emulation client (similar to telnet) we can log into the iSeries (think Linux command line) and get to programs which then allow us to manipulate and view data. Editing the views or programs requires editing the program code, the majority of which are written in RPG, CL, or COBOL? code, some of which are proprietary.



Powerlink is a java based application that allows the create/maintain/delete of records, creation of views, subsets, and sorts --- and cards with pieces of information based on the relationships between the tables ('Business Objects'). It also may include Integrator, which allows you to create your own tables and user programs to work within XA itself.



System-Link is powerlink without the UI, and instead using XML to send/receive data that information (upholding and allowing access through relationships and security)



Netlink is a browser based version of power-link which doesn't have all the functionality, but is continuously developed and will integrate into Infor Ming.le.



Additionally Infor XA has expanded upon the security of the IBM i series, and of the old MAPICS programs. Security is a nightmare if you're using MAPICS because you'll have to manage: IBM i series permissions (users/groups), MAPICS (groups?), and Infor XA security and sometimes they overlap and sometimes they don't.



Although IBM i series supports languages such as node.js, ruby, and python to interact with the data --- Infor XA does not, just System-Link and ION. Some people update the tables directly, but tables inside of any enterprise application that does not make the use of database constraints or relationships should be considered "hands off" unless you want to break things.







share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 20 '18 at 19:26

























answered Oct 13 '16 at 15:06









Cody G.Cody G.

3,83211733




3,83211733













  • Thanks a lot Cody for the answer

    – user3311539
    Dec 25 '16 at 13:32











  • Thanks a lot Cody for the answer. Now it's clear what to learn from a technical viewpoint( the three packages you mentioned). Could you please provide your thoughts on how to get an understanding on an erp from a business point of view. The idea is to get a hold of the terms and words that would be used. For example, you mentioned "card". Would this be specific to mapics or generic to all erp

    – user3311539
    Dec 25 '16 at 13:41











  • "an ERP" ? or Infor XA? --- "card" is a term that is somewhat specific to Infor XA when I was thinking about it, but a UI 'card' is anything that displays pieces of information, which is exactly what it is in Infor XA., MAPICS doesn't necessarily have 'cards' but it has 'programs' which display pieces of information so you could call those 'cards' too.

    – Cody G.
    Dec 27 '16 at 21:03













  • If you're looking for business processes of the program it is best to be taught by someone who performs that specific job function or read the documentation (very dry), I cannot post the documentation here, unfortunately and like I said Infor XA does not provide it publicly. Once you get access to inforxtreme.com you can find a lot of the 'business process' documentation there.

    – Cody G.
    Dec 27 '16 at 21:06











  • Here's an image that I think provides a quick overview of all the functions in ERP. visualbusiness.net/upload/solutionmap1-14.jpg at a small business you're looking at 1 manager per each top level section.

    – Cody G.
    Dec 27 '16 at 21:10



















  • Thanks a lot Cody for the answer

    – user3311539
    Dec 25 '16 at 13:32











  • Thanks a lot Cody for the answer. Now it's clear what to learn from a technical viewpoint( the three packages you mentioned). Could you please provide your thoughts on how to get an understanding on an erp from a business point of view. The idea is to get a hold of the terms and words that would be used. For example, you mentioned "card". Would this be specific to mapics or generic to all erp

    – user3311539
    Dec 25 '16 at 13:41











  • "an ERP" ? or Infor XA? --- "card" is a term that is somewhat specific to Infor XA when I was thinking about it, but a UI 'card' is anything that displays pieces of information, which is exactly what it is in Infor XA., MAPICS doesn't necessarily have 'cards' but it has 'programs' which display pieces of information so you could call those 'cards' too.

    – Cody G.
    Dec 27 '16 at 21:03













  • If you're looking for business processes of the program it is best to be taught by someone who performs that specific job function or read the documentation (very dry), I cannot post the documentation here, unfortunately and like I said Infor XA does not provide it publicly. Once you get access to inforxtreme.com you can find a lot of the 'business process' documentation there.

    – Cody G.
    Dec 27 '16 at 21:06











  • Here's an image that I think provides a quick overview of all the functions in ERP. visualbusiness.net/upload/solutionmap1-14.jpg at a small business you're looking at 1 manager per each top level section.

    – Cody G.
    Dec 27 '16 at 21:10

















Thanks a lot Cody for the answer

– user3311539
Dec 25 '16 at 13:32





Thanks a lot Cody for the answer

– user3311539
Dec 25 '16 at 13:32













Thanks a lot Cody for the answer. Now it's clear what to learn from a technical viewpoint( the three packages you mentioned). Could you please provide your thoughts on how to get an understanding on an erp from a business point of view. The idea is to get a hold of the terms and words that would be used. For example, you mentioned "card". Would this be specific to mapics or generic to all erp

– user3311539
Dec 25 '16 at 13:41





Thanks a lot Cody for the answer. Now it's clear what to learn from a technical viewpoint( the three packages you mentioned). Could you please provide your thoughts on how to get an understanding on an erp from a business point of view. The idea is to get a hold of the terms and words that would be used. For example, you mentioned "card". Would this be specific to mapics or generic to all erp

– user3311539
Dec 25 '16 at 13:41













"an ERP" ? or Infor XA? --- "card" is a term that is somewhat specific to Infor XA when I was thinking about it, but a UI 'card' is anything that displays pieces of information, which is exactly what it is in Infor XA., MAPICS doesn't necessarily have 'cards' but it has 'programs' which display pieces of information so you could call those 'cards' too.

– Cody G.
Dec 27 '16 at 21:03







"an ERP" ? or Infor XA? --- "card" is a term that is somewhat specific to Infor XA when I was thinking about it, but a UI 'card' is anything that displays pieces of information, which is exactly what it is in Infor XA., MAPICS doesn't necessarily have 'cards' but it has 'programs' which display pieces of information so you could call those 'cards' too.

– Cody G.
Dec 27 '16 at 21:03















If you're looking for business processes of the program it is best to be taught by someone who performs that specific job function or read the documentation (very dry), I cannot post the documentation here, unfortunately and like I said Infor XA does not provide it publicly. Once you get access to inforxtreme.com you can find a lot of the 'business process' documentation there.

– Cody G.
Dec 27 '16 at 21:06





If you're looking for business processes of the program it is best to be taught by someone who performs that specific job function or read the documentation (very dry), I cannot post the documentation here, unfortunately and like I said Infor XA does not provide it publicly. Once you get access to inforxtreme.com you can find a lot of the 'business process' documentation there.

– Cody G.
Dec 27 '16 at 21:06













Here's an image that I think provides a quick overview of all the functions in ERP. visualbusiness.net/upload/solutionmap1-14.jpg at a small business you're looking at 1 manager per each top level section.

– Cody G.
Dec 27 '16 at 21:10





Here's an image that I think provides a quick overview of all the functions in ERP. visualbusiness.net/upload/solutionmap1-14.jpg at a small business you're looking at 1 manager per each top level section.

– Cody G.
Dec 27 '16 at 21:10


















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f39941105%2fhow-to-learn-mapics-erp-infor-xa%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

If I really need a card on my start hand, how many mulligans make sense? [duplicate]

Alcedinidae

Can an atomic nucleus contain both particles and antiparticles? [duplicate]