Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am using a set step to build an email body via the following block for a post call survey email. In my testing, I am just running this in a script that just sends and email until I get it all worked out. When the email gets to the recipient, the ...
We will be deploying a Cisco cluster in a Nutanix environment running VMware. We know that is supported and the cluster is being built specifically for the UC infrastructure. However, the customer wants to enable Nutanix software encryption that pr...
I am looking for a way to create a generated prompt that will have upper case, lower case, numbers and special characters in the string. Is there a way to do that so it plays it back correctly to the caller? This would be a randomly generated passw...
I am trying to capture user input in the way of an account number. I would then use that value to look up and match an entry in an XML file to pull the DID number associated to that value. Once I have that information, I can write that to another X...
I am testing CMS 2.0 and when I try to add a second NIC in VMware, it immediately breaks the first NIC. As soon as the image loads, the first NIC is unresponsive. Even if I disable iface b, it won't allow any traffic out of or into iface a. If I s...
I changed everything to one word and that seems to have done the trick. Definitely has to do with the spaces in some of the lines, " of ". {
StringBuffer myBuf = new StringBuffer();
String newLine = System.getProperty("line.separator");
myBuf.appe...
I changed them around and now I get no new lines {
StringBuffer myBuf = new StringBuffer();
String newLine = System.getProperty("line.separator");
Date date = new Date();
myBuf.append("The results for the following survey are as follows:" + newLine...
You see this because the call was in the script long enough to hit the default 1000 step limit. You can go into System > System Parameters and increase the Max Number of Executed Steps value. Once you increase the number, restart the CCX Engine on ...
Yep, that makes sense. Now it looks like this. I will now see if I can print out the array into the document. From what I can see about the campaign, I have it set to active all the time so when it sees new contacts uploaded it triggers the campaig...