Set EnterpriseOne Applications to RUN on FAT CLIENT

From E812 and subsequent versions the operating mode or application control, the majority of Applications or Interactive process can only run in the WEB.

In The table JDEOL812 / F9860, field SIANSIF defines where the application can be run, W for Web, C for Client (Windows) or B for Both.

If you want FAT CLIENT in for the app execution, you can modify this field.

The following is a DEMO E9 sql update for F9860 examples: (NB: please do not execute this statement Unless you are very sure about the application name)
UPDATE JDEOL900.F9860 SET SIANSIF = ‘B’ WHERE SIOBNM LIKE ‘P%’ AND SIANSIF = ‘W’ ;

This way you can run the Interactive applications on Fat client.

Related posts:

  1. Troubleshooting JD Edwards EnterpriseOne 9.0 Demo Installation
  2. Writing a P80010 Table Definition Browser App.
  3. EnterpriseOne 9.0 Demo/Standalone on Windows Vista
  4. Access JD Edwards EnterpriseOne 9.0 Standalone Webclient from anywhere.
  5. JD Edwards EnterpriseOne 9.0 DEMO Installation

3 comments to Set EnterpriseOne Applications to RUN on FAT CLIENT

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>