Hi, Have you ever thought of running certain application on fat client and web client? Normally, some apps can not be open in fat client but only on web client. In order to make this happen on fat client. You may refer to below screen to spell the magic.
You may use sql tools like Oracle SQL develop or MS SQL tool - T-sql.
Just change the SIANSIF field from W to B
You may useSQL worksheet to run the SQL as below :
use JDEOL900
update jdeol900.f9860 set siansif = 'B' where siansif = 'W'
commit
; B mean both web and fat client.
Hope this helps....
Thanks for reading..
You may use sql tools like Oracle SQL develop or MS SQL tool - T-sql.
Just change the SIANSIF field from W to B
You may useSQL worksheet to run the SQL as below :
use JDEOL900
update jdeol900.f9860 set siansif = 'B' where siansif = 'W'
commit
; B mean both web and fat client.
Hope this helps....
Thanks for reading..
No comments:
Post a Comment