Options

Read text file in NAV 2013

casanovacasanova Member Posts: 194
edited 2013-03-23 in NAV Three Tier
hi all,
i have done for NAV 2009 read text file using this -->
name : Shells
data type : Automation
sub type : 'Windows Script Host Object Model'.FileSystemObject

once i run this code
IF ISCLEAR(Shells) THEN
CREATE(Shells);

there is an error message said that i cant create automation on the server side, must be in client side

how do we read txt file in 2013??
thanks

Answers

Sign In or Register to comment.