cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1642
Views
0
Helpful
3
Replies

Create Text file

j.huizinga
Level 6
Level 6

Hi,

We have a requirement for creating a txt file based on user input. I can create the data, but how to write the file?

I did this years ago on UCCX 4 (windows) and there was a directory on the windows machine, where is this directory on UCCX 11 ?

And is it possible to send the file to a network share?

Any help is appreciated

 

JH

 

1 Accepted Solution

Accepted Solutions

Anthony Holloway
Cisco Employee
Cisco Employee

First, you need to use the Authenticate User step to authenticate a User variable.  E.g., USER[uccxadmin]

 

Second, you need to use the Upload Document step, to write a document and its contents to the Document Repository on UCCX.  Found in AppAdmin > Applications > Document Management

 

Also, don't forget to protect any passwords you store in your scripts.

https://community.cisco.com/t5/collaboration-voice-and-video/uccx-masking-passwords-in-scripts/ta-p/3137357

View solution in original post

3 Replies 3

Anthony Holloway
Cisco Employee
Cisco Employee

First, you need to use the Authenticate User step to authenticate a User variable.  E.g., USER[uccxadmin]

 

Second, you need to use the Upload Document step, to write a document and its contents to the Document Repository on UCCX.  Found in AppAdmin > Applications > Document Management

 

Also, don't forget to protect any passwords you store in your scripts.

https://community.cisco.com/t5/collaboration-voice-and-video/uccx-masking-passwords-in-scripts/ta-p/3137357

Hi

Thank you for your reply.

I succeeded finally to get data in a txt file and they show up in the documents section from UCCX

Is there a way to get the txt file on another server using ftp/ssh/http ?

Do you know?

 

Thanks

 

JH

Not natively with steps in the editor. I.e., Upload Document does not contain a method to do this. And there is no step called Upload FTP File.