On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.
Discussions
Visual Format and View as HTML
Hi, Does any know if it is possible to display the Visual Format editor box as HTML instead of WYSIWYG when the template first load? I always edit in HTML views, so I would like the template to open VS in HTML. Thanks!
email_to_admin file
Could some one post the script email_to_admin.bat. I am trying to call this script with DeployNRun but I can't find it on my TS server. I am running TS 5.5.2.1. Thanks!
Help with IF/OR statement
I am trying to write an IF statement in the presentation template that look at the DCR field called "Link" and output the data from the DCR. This is what I am trying to do in pseudo code: IF dcr.Link IS NOT empty OR NOT EQUAL "^http://" (Regex matching the exact pattern at the beginning of the string) THEN Display the…
Help with simple IF Then statement
I am having a problem writing a simple IF THEN statement that compares a date in the text field to Today's date. I tried using a variable to assign Today's date after the equal operation, but it seems like I am not allow to do that. Here is my script: <iw_perl><![CDATA[ sub DateTime{…
Preview No Data
I have a simple template that when I preview I did not get any data. I using TST 5.5.2 and I can save the DCR fine. Here is my presentation template: <?xml version="1.0" encoding="UTF-8"?> <iw_pt name="Headlines"> <![CDATA[ <html> <head> <title>Announcements</title> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;…
Populate another DCRs
Does anyone know how or have a template that when you save and generate a DCR, a datacapture field of the DCR populates to another DCR automatically, like a Archive list? Is this possible or how can it be done?
Auto Populate DCRs
Hi, I have a an story DCR that has a Headline text field that I would like to auto populate to another DCR called Archive, which is a list of all the Headlines. Is it possible to auto populate the Headline field from the story DCR to the Archive DCR? I am using Teamsite and Template 5.5.2.
Open Deploy Error
Hi, I got the following error when trying to deploy. ***ERROR - Job ID=m5Deployment=FileListDeployName Base: failed creating socket, got null. Does anyone know what might have caused this error?
Workflow FileList Deployment
I have a workflow that called an external task (.ipl file) to deploy a File List. The .ipl file contains the following code to deploy the filelist but it does not seem to work. Am I using the correct syntax to call the deployment. Is the syntax wrong? --------------------------------- open COMMAND,…
Workflow and Deployment
Could someone show me how to do a deployment from a workflow? I am running 5.5.1 Opendeploy. I have setup a workflow that select file(s) from a workarea, submit to staging. I have problem deploying to production through using a filelist deployment. Could someone help? Thanks, Tim
OpenDeploy failure
I am using OpenDeploy 4.5.1 and it fails some of the times. Does anyone knows the reasons for the deployment to failure? I have a screen built to trace the deployment process. It will prompt if the the deployment did not go through. I am running into this quite often. I have to re-deploy several times to get it to go…