Hi Vipul,Just for curiosity sake, how can you execute a store procedure
in a workflow and pass the output of that stored procedure down through
the workflow as data to be leveraged?many thanks,Jim
Hi all,I'm trying to figure out if there is a way to call a stored
procedure by customer and store the output of the stored procedure into
the workflow temp table and assign it as a targetData.For example, we
have a stored procedure on our sql server called GetCustomerName, with
an input of the customerId. The output is the customerName. I have the
code so far below, but I'm not sure how to proceed further, any help
would be greatly appreciated! var customers = xtk.queryDef.create(
).Execut...
Hi, We are looking into upgrading our Campaign. What are some of the key
benefits that v7 has over v6? How do the two version differ other than
bug/issue fixes?ThanksJim
Hi Florent,I have tried to replace just the "<" and ">" to "<" and
">" without any success. But I was able to replace other letters,
outside of the tags, e.g., changing the letter "a" to "A", Barcelona to
BArcelonA. Thanks,JIm
Hi,I have a web app that queries our business tables to returns XML.
Here's a sample of what's displayed in the "enable debug mode":"
<EmailTemplateContent
ItemId="{CEF3701C-4BF0-4B03-BCF1-C87CDE3EBAC5}"
ItemName="default"> <Header>Preview your
<em>Iberian Voyage: Lisbon to Barcelona</em>
itinerary in this video</Header>"in the page element, I have the
following to prepare and render the content:<% var rawXmlData =
ctx.Tbl_ProductTemplate.EmailTemplateConten...