tracylee
28th July 2018, 04:20
Hi,
I have customize a session to import data into server. It work well on worktop but when I try to use Web UI to import a data, then prompt a message "This function is not supported in the LN UI: client2server. Please advise. Thanks.
bdittmar
28th July 2018, 14:09
Hi,
I have customize a session to import data into server. It work well on worktop but when I try to use Web UI to import a data, then prompt a message "This function is not supported in the LN UI: client2server. Please advise. Thanks.
Hello,
hava a look at:
http://www.baanboard.com/baanboard/showthread.php?t=68746&highlight=web
Regards
srkndnsn
30th July 2018, 09:58
Hi,
I have customize a session to import data into server. It work well on worktop but when I try to use Web UI to import a data, then prompt a message "This function is not supported in the LN UI: client2server. Please advise. Thanks.
You can use client.download.file() function instead of client2server . Also, you need to check to ui version. For that you can use get.ui.mode() function. It returns 1 if you are using BECS client version. You can manage easily with if-else
tracylee
1st August 2018, 06:53
You can use client.download.file() function instead of client2server . Also, you need to check to ui version. For that you can use get.ui.mode() function. It returns 1 if you are using BECS client version. You can manage easily with if-else
Hi, thanks for your advise. Now work well on Web UI after I use function client.upload.file(). Thanks. :)