<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Parth on Livecycle &#187; Workspace</title>
	<atom:link href="http://blog.pandyaparth.com/tag/workspace/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pandyaparth.com</link>
	<description>aka - LiveCycle Karma (Personal blog on LiveCycle, Adobe enterprise technologies and innovation)</description>
	<lastBuildDate>Mon, 05 Jul 2010 01:25:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Form Pre-populate via Render service (delayed)</title>
		<link>http://blog.pandyaparth.com/2009/06/form-pre-populate-via-render-service-delayed/</link>
		<comments>http://blog.pandyaparth.com/2009/06/form-pre-populate-via-render-service-delayed/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 07:30:52 +0000</pubDate>
		<dc:creator>pandyaparth</dc:creator>
				<category><![CDATA[LiveCycle Components]]></category>
		<category><![CDATA[LiveCycle ES]]></category>
		<category><![CDATA[Workspace]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[dataDoc]]></category>
		<category><![CDATA[Forms pre-population]]></category>
		<category><![CDATA[Orchestration]]></category>
		<category><![CDATA[Render Service]]></category>
		<category><![CDATA[Workbench]]></category>

		<guid isPermaLink="false">http://livecyclekarma.wordpress.com/?p=110</guid>
		<description><![CDATA[Hi All, I was suppose to post easy techniques on how to pre-populate forms via LiveCycle&#8217;s Render service but unfortunately it is taking longer than what I expected. This is the story so far&#8230; Please comment if you are aware of this and enlighten me around the changed behavior. Background: I used the customized render [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>I was suppose to post easy techniques on how to pre-populate forms via LiveCycle&#8217;s Render service but unfortunately it is taking longer than what I expected. This is the story so far&#8230; Please comment if you are aware of this and enlighten me around the changed behavior.</p>
<h3>Background:</h3>
<p>I used the customized render service till LC 8.0.1 SP2 and what we get in dataDoc variable of the Render service is xdp data which had the whole form specific XML structure. But I&#8217;m finding that in LiveCycle 8.2 SP2 the dataDoc contains the xdp data but ONLY the Root element of form data is present.</p>
<p>The issue: This results in stalled operations (exception) as the elements that I want to populate does not exist.</p>
<h3>The strange thing:</h3>
<p>The most strange thing that I have seen is related to where the &#8216;caller&#8217; orchestration was developed. So if your orchestration which has xfaForm variable was created on LC 8.0.1 then the dataDoc variable will have the xdp data with the whole and empty form data section in it. BUT&#8230;.. if you touch that variable or re-create that xfaForm variable on LC 8.2 then you&#8217;ll start getting the blank form xml section in xdp data (of dataDoc) variable of render service.</p>
<p>Please let me know if anyone has seen this before and knows if this was intentional in LC 8.2 or it is a reported/unreported bug.</p>
<p>stay tuned for the pre-population.. I&#8217;ve decided to post a series of two articles to discuss the strategy that I think can work nicely.</p>
 <img src="http://blog.pandyaparth.com/wp-content/plugins/feed-statistics.php?view=1&post_id=110" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.pandyaparth.com/2009/06/form-pre-populate-via-render-service-delayed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styling in Task Instructions</title>
		<link>http://blog.pandyaparth.com/2009/05/styling-in-task-instructions/</link>
		<comments>http://blog.pandyaparth.com/2009/05/styling-in-task-instructions/#comments</comments>
		<pubDate>Mon, 25 May 2009 03:25:00 +0000</pubDate>
		<dc:creator>pandyaparth</dc:creator>
				<category><![CDATA[LiveCycle ES]]></category>
		<category><![CDATA[Workspace]]></category>
		<category><![CDATA[Styling]]></category>
		<category><![CDATA[Task Instructions]]></category>

		<guid isPermaLink="false">http://livecyclekarma.wordpress.com/?p=97</guid>
		<description><![CDATA[This is really exciting!! I knew that this can be done in LiveCycle 7 but never tried it till now in LiveCycle ES. Ok.. let me describe what it is. What it is? I found out that we can add styling to the Task Instructions that apear in Workspace. This means that we can have [...]]]></description>
			<content:encoded><![CDATA[<p>This is really exciting!! I knew that this can be done in LiveCycle 7 but never tried it till now in LiveCycle ES. Ok.. let me describe what it is.</p>
<h2>What it is?</h2>
<p>I found out that we can add styling to the Task Instructions that apear in Workspace. This means that we can have Red font, Bold statuses/instructions based on the task description that we put in Assign Task step of the orchestration.</p>
<h2>Why you need it?</h2>
<p>Let&#8217;s say for example, A Task is deadlined and you wish to put task status/something else in Instructions field which can stand out form the rest of the text. Having something like &#8216;Deadlined&#8217; status in red with other instructions can be a BIG step forward for someone who works on workspace interface everyday.</p>
<p>I&#8217;ve also noticed that the Task Instructions field on TaskManagerEndpoint also &#8216;likes&#8217; the styling. This means that the Cards or Grid view of Start Process section will also show pretty colors and styling if needed.</p>
<p><span id="more-97"></span>Let me show you what I could do with styling in Task Instructions.</p>
<h4>Snapshots 1: To-Do list view of a user with styling on Task Instructions (configured in Task Instructions of Assign Task operation)</h4>
<div id="attachment_101" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.pandyaparth.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3BhbmR5YXBhcnRoLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAwOS8wNS90b2RvbGlzdC13aXRoLXN0eWxlLnBuZw=="><img class="size-medium wp-image-101" title="ToDoList-With Style" src="http://pandyaparth.com/wp-content/uploads/2009/05/todolist-with-style-300x142.png" alt="ToDo Screen with Styling" width="300" height="142" /></a><p class="wp-caption-text">ToDo Screen with Styling</p></div>
<h4>Snapshot 2: Card view with styling on Task Instructions (configured at Task Manager Endpoint page in adminui)</h4>
<div id="attachment_100" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.pandyaparth.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3BhbmR5YXBhcnRoLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAwOS8wNS9zdGFydHByb2Nlc3Mtd2l0aHN0eWxlLnBuZw=="><img class="size-medium wp-image-100" title="StartProcess-WithStyle" src="http://pandyaparth.com/wp-content/uploads/2009/05/startprocess-withstyle-300x133.png" alt="StartProcess view with Styling" width="300" height="133" /></a><p class="wp-caption-text">StartProcess view with Styling</p></div>
<h2>Styling examples:</h2>
<h4>Style used in Snapshot 1:</h4>
<blockquote><p>&lt;font color=&#8221;#FF0000&#8243;&gt;&lt;b&gt;Deadlined.&lt;/b&gt;&lt;/font&gt; {$/process_data/@taskInstructionsString$}</p></blockquote>
<h4>Style used in Snapshot 2:</h4>
<blockquote><p>&lt;font color=&#8221;#FF0000&#8243;&gt;&lt;b&gt;Leave Application&lt;/b&gt;&lt;/font&gt; &lt;font color=&#8221;#9932CC&#8221;&gt;&lt;b&gt;&lt;i&gt;Test&lt;/i&gt;&lt;/b&gt;&lt;/font&gt; Desc</p></blockquote>
<h3>Tip:</h3>
<ol>
<li>As the Workspace is a flex application I decided to try the Hex code for the font colors and it did work nicely.</li>
<li>It is a good idea to show some metadata in task instructions, so user can find out the Task without opening it. Imaging what would happen if you have to find John Smith&#8217;s application by opening Task&#8217;s one after another. I would put applicant name and/or some other identifier in Task Instruction so it is easy to find!!</li>
<li>I have a Status variable in my process and I&#8217;m applying style to that only so the remaining text in Task Instruction is kept in black. I think this is &#8216;good enough&#8217; to indicate what&#8217;s the status rather than having too much red/orange colors in that view.</li>
</ol>
<p><span style="text-decoration: underline;"><strong>Misc: </strong></span>This is just a small example of styling. I don&#8217;t know what else will work or will not work but I think we can do really cool things with this much to help out the user who work on Workspace everyday. I&#8217;m pretty sure that I&#8217;ll see few smiling faces in my next Demo &amp; Deployment of what I&#8217;m currently working on.</p>
 <img src="http://blog.pandyaparth.com/wp-content/plugins/feed-statistics.php?view=1&post_id=97" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.pandyaparth.com/2009/05/styling-in-task-instructions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
