E9 to E10: UI Customizations

Thanks Jose and Brenda.





Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191

addr: 37 Shuman Ave | Stoughton | Ma | 02072-3734
jrojas@... | www.matsinc.com
Ask us about our clean, green and beautiful matting and flooring

[cid:dd090e.png@e684010e.47805fe7]
This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.


From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, October 06, 2014 2:43 PM
To: Vantage
Subject: Re: [Vantage] RE: E9 to E10: UI Customizations


If its a simple one, it should work just fine. If its a complex customization with a lot of code you will have to tweak it (though rarely completely re-write it)


Jose C Gomez
Software Engineer

T: 904.469.1524 mobile
E: jose@...<mailto:jose@...>
http://www.josecgomez.com
[Image removed by sender.]<http://www.linkedin.com/in/josecgomez> [Image removed by sender.] <http://www.facebook.com/josegomez> [Image removed by sender.] <http://www.google.com/profiles/jose.gomez> [Image removed by sender.] <http://www.twitter.com/joc85> [Image removed by sender.] <http://www.josecgomez.com/professional-resume/> [Image removed by sender.] <http://www.josecgomez.com/feed/>

Quis custodiet ipsos custodes?

On Mon, Oct 6, 2014 at 2:34 PM, brenda mohr brenda@...<mailto:brenda@...> [vantage] <vantage@yahoogroups.com<mailto:vantage@yahoogroups.com>> wrote:

Replace:

using Epicor.Mfg.BO<http://Epicor.Mfg.BO>;
using Epicor.Mfg.UI;
using Epicor.Mfg.UI.Adapters;
using Epicor.Mfg.UI.Customization;
using Epicor.Mfg.UI.ExtendedProps;
using Epicor.Mfg.UI.FormFunctions;
using Epicor.Mfg.UI.FrameWork;
using Epicor.Mfg.UI.Searches;

With:

using Erp.UI;
using Ice.Lib.Customization;
using Ice.Lib.ExtendedProps;
using Ice.Lib.Framework;
using Ice.Lib.Searches;
using Ice.UI.FormFunctions;

Brenda

From: vantage@yahoogroups.com<mailto:vantage@yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage@yahoogroups.com>]
Sent: Monday, October 06, 2014 2:33 PM
To: vantage@yahoogroups.com<mailto:vantage@yahoogroups.com>
Subject: [Vantage] E9 to E10: UI Customizations



Hi All,

I finally got through all my conversion issues and I am now logged into ERP10 with our database.

I’m starting to look existing customizations and I have a quick question.

Do UI customizations need to be written?
I ask because I opened a very simple UI customization that has no code and just one control to show a UD field.

As the customization was opening, it threw several errors related to the BO and UI namespaces did not exist (see below).
I just click “New Code Layer”, saved the customization, and it cleared this up but it got me thinking that I would need to do this for all UI customizations. Our Order Entry UI customization is very complex with new panels and a ton of new controls. I’m hoping there is an easier way to upgrade these customizations instead of rebuilding them.


--------compile errors------------
Error: CS0234 - line 10 (10) - The type or namespace name 'BO' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 11 (11) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 12 (12) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 13 (13) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 14 (14) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 15 (15) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 16 (16) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 17 (17) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)

** Compile Failed. **





Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291<tel:781-573-0291> | cell: 781-408-9278<tel:781-408-9278> | fax: 781-232-5191<tel:781-232-5191>

addr: 37 Shuman Ave | Stoughton | Ma | 02072-3734
jrojas@...<mailto:jrojas@...> | www.matsinc.com<http://www.matsinc.com>
Ask us about our clean, green and beautiful matting and flooring

[cid:852357.png@0d05dab1.4285fa76]
This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.



[Non-text portions of this message have been removed]




[Non-text portions of this message have been removed]
Hi All,

I finally got through all my conversion issues and I am now logged into ERP10 with our database.

I’m starting to look existing customizations and I have a quick question.

Do UI customizations need to be written?
I ask because I opened a very simple UI customization that has no code and just one control to show a UD field.

As the customization was opening, it threw several errors related to the BO and UI namespaces did not exist (see below).
I just click “New Code Layer”, saved the customization, and it cleared this up but it got me thinking that I would need to do this for all UI customizations. Our Order Entry UI customization is very complex with new panels and a ton of new controls. I’m hoping there is an easier way to upgrade these customizations instead of rebuilding them.


--------compile errors------------
Error: CS0234 - line 10 (10) - The type or namespace name 'BO' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 11 (11) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 12 (12) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 13 (13) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 14 (14) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 15 (15) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 16 (16) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 17 (17) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)

** Compile Failed. **





Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191

addr: 37 Shuman Ave | Stoughton | Ma | 02072-3734
jrojas@... | www.matsinc.com
Ask us about our clean, green and beautiful matting and flooring

[cid:852357.png@0d05dab1.4285fa76]
This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.




[Non-text portions of this message have been removed]

Replace:

 

using Epicor.Mfg.BO;

using Epicor.Mfg.UI;

using Epicor.Mfg.UI.Adapters;

using Epicor.Mfg.UI.Customization;

using Epicor.Mfg.UI.ExtendedProps;

using Epicor.Mfg.UI.FormFunctions;

using Epicor.Mfg.UI.FrameWork;

using Epicor.Mfg.UI.Searches;

 

With:

 

using Erp.UI;

using Ice.Lib.Customization;

using Ice.Lib.ExtendedProps;

using Ice.Lib.Framework;

using Ice.Lib.Searches;

using Ice.UI.FormFunctions;

 

Brenda

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, October 06, 2014 2:33 PM
To: vantage@yahoogroups.com
Subject: [Vantage] E9 to E10: UI Customizations

 

 

Hi All,

I finally got through all my conversion issues and I am now logged into ERP10 with our database.

I’m starting to look existing customizations and I have a quick question.

Do UI customizations need to be written?
I ask because I opened a very simple UI customization that has no code and just one control to show a UD field.

As the customization was opening, it threw several errors related to the BO and UI namespaces did not exist (see below).
I just click “New Code Layer”, saved the customization, and it cleared this up but it got me thinking that I would need to do this for all UI customizations. Our Order Entry UI customization is very complex with new panels and a ton of new controls. I’m hoping there is an easier way to upgrade these customizations instead of rebuilding them.


--------compile errors------------
Error: CS0234 - line 10 (10) - The type or namespace name 'BO' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 11 (11) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 12 (12) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 13 (13) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 14 (14) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 15 (15) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 16 (16) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 17 (17) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)

** Compile Failed. **





Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191

addr: 37 Shuman Ave | Stoughton | Ma | 02072-3734
jrojas@... | www.matsinc.com
Ask us about our clean, green and beautiful matting and flooring

[cid:852357.png@0d05dab1.4285fa76]
This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.



[Non-text portions of this message have been removed]

If its a simple one, it should work just fine. If its a complex customization with a lot of code you will have to tweak it (though rarely completely re-write it)


Jose C Gomez
Software Engineer


T: 904.469.1524 mobile

Quis custodiet ipsos custodes?

On Mon, Oct 6, 2014 at 2:34 PM, brenda mohr brenda@... [vantage] <vantage@yahoogroups.com> wrote:

Â
<div>
  
  
  <p>

Replace:

Â

using Epicor.Mfg.BO;

using Epicor.Mfg.UI;

using Epicor.Mfg.UI.Adapters;

using Epicor.Mfg.UI.Customization;

using Epicor.Mfg.UI.ExtendedProps;

using Epicor.Mfg.UI.FormFunctions;

using Epicor.Mfg.UI.FrameWork;

using Epicor.Mfg.UI.Searches;

Â

With:

Â

using Erp.UI;

using Ice.Lib.Customization;

using Ice.Lib.ExtendedProps;

using Ice.Lib.Framework;

using Ice.Lib.Searches;

using Ice.UI.FormFunctions;

Â

Brenda

Â

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, October 06, 2014 2:33 PM
To: vantage@yahoogroups.com
Subject: [Vantage] E9 to E10: UI Customizations

Â

Â

Hi All,

I finally got through all my conversion issues and I am now logged into ERP10 with our database.

I’m starting to look existing customizations and I have a quick question.

Do UI customizations need to be written?
I ask because I opened a very simple UI customization that has no code and just one control to show a UD field.

As the customization was opening, it threw several errors related to the BO and UI namespaces did not exist (see below).
I just click “New Code Layer”, saved the customization, and it cleared this up but it got me thinking that I would need to do this for all UI customizations. Our Order Entry UI customization is very complex with new panels and a ton of new controls. I’m hoping there is an easier way to upgrade these customizations instead of rebuilding them.


--------compile errors------------
Error: CS0234 - line 10 (10) - The type or namespace name 'BO' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 11 (11) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 12 (12) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 13 (13) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 14 (14) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 15 (15) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 16 (16) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)
Error: CS0234 - line 17 (17) - The type or namespace name 'UI' does not exist in the namespace 'Epicor.Mfg' (are you missing an assembly reference?)

** Compile Failed. **





Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191

addr: 37 Shuman Ave | Stoughton | Ma | 02072-3734
jrojas@... | www.matsinc.com
Ask us about our clean, green and beautiful matting and flooring

[cid:852357.png@0d05dab1.4285fa76]
This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.



[Non-text portions of this message have been removed]

</div>
 


<div style="color:#fff;min-height:0;"></div>