{"id":56,"date":"2018-07-09T12:27:01","date_gmt":"2018-07-09T07:27:01","guid":{"rendered":"http:\/\/iparagons.com\/blog\/?p=56"},"modified":"2021-11-15T13:29:55","modified_gmt":"2021-11-15T08:29:55","slug":"open-external-web-page-or-display-case-properties-in-a-new-window","status":"publish","type":"post","link":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/","title":{"rendered":"Open External Web Page in ICM Display Case Properties in a new Window"},"content":{"rendered":"<p>Open external web page in icm caen be achieved when there is a requirement where user needs to open an another application (webpage) either from some hyperlink or response. How one can get and display case properties in a new window in a printable format from Case Work Details Page. What is a best way to achieve that?<\/p>\n<p>So, this requirement can be achieved by adding a script action button on Case Work Details Page.<\/p>\n<ol>\n<li>Add Script action button on Work Item Toolbar widget like,<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-58 aligncenter\" src=\"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2018\/07\/scriptionaction-button.png\" alt=\"\" width=\"606\" height=\"528\" \/><\/li>\n<li>Once done, edit the script action button to open external web page in icm, and add the below code (you need to change <strong>myCaseObj.attributes.propertynam<\/strong>e according to yours) in the execute section:<br \/>\n<blockquote><p>var myCaseObj = this.getActionContext(&#8220;Case&#8221;)[0];var CaseID = myCaseObj.attributes.CmAcmCaseIdentifier;var SampleProp = myCaseObj.attributes.JNP_SampleProperty;var OtherProp = myCaseObj.attributes.JNP_OtherProperty;var CreatedBy = myCaseObj.attributes.Creator;var CaseType = myCaseObj.attributes.CmAcmCaseName;if(OtherProp === null)<br \/>\n{<br \/>\nOtherProp = &#8220;-&#8220;;<br \/>\n}<\/p>\n<p>function formatDate(date) {<br \/>\nvar d = myCaseObj.attributes.DateCreated,<br \/>\nmonth = &#8221; + (d.getMonth() + 1),<br \/>\nday = &#8221; + d.getDate(),<br \/>\nyear = d.getFullYear();<\/p>\n<p>if (month.length &lt; 2) month = &#8216;0&#8217; + month;<br \/>\nif (day.length &lt; 2) day = &#8216;0&#8217; + day;<\/p>\n<p>return [day, month, year].join(&#8216;-&#8216;);<br \/>\n}<\/p>\n<p>function formatDateyear(date) {<br \/>\nvar d = myCaseObj.attributes.DateCreated,<br \/>\nmonth = &#8221; + (d.getMonth() + 1),<br \/>\nday = &#8221; + d.getDate(),<br \/>\nyear = d.getFullYear() +1;<\/p>\n<p>if (month.length &lt; 2) month = &#8216;0&#8217; + month;<br \/>\nif (day.length &lt; 2) day = &#8216;0&#8217; + day;<\/p>\n<p>return [day, month, year].join(&#8216;-&#8216;);<br \/>\n}<\/p>\n<p>new_window = window.open(&#8220;PrintReceipt.html&#8221;);<\/p>\n<p>\/\/ Changes Start for auto check<\/p>\n<p>new_window.document.write(&#8216;&lt;head&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;script&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;function opt1(){&#8216;);<br \/>\nnew_window.document.write(&#8216; var opt1_cus= document.getElementById(&#8220;opt1_cus&#8221;);&#8217;);<br \/>\nnew_window.document.write(&#8216;if(opt1_cus.checked){opt1_off.checked = true;}&#8217;);<br \/>\nnew_window.document.write(&#8216;else if(!opt1_cus.checked){opt1_off.checked = false;}&#8217;);<br \/>\nnew_window.document.write(&#8216;} &#8216;);<\/p>\n<p>new_window.document.write(&#8216;function opt2(){&#8216;);<br \/>\nnew_window.document.write(&#8216; var opt2_cus= document.getElementById(&#8220;opt2_cus&#8221;);&#8217;);<br \/>\nnew_window.document.write(&#8216;if(opt2_cus.checked){opt2_off.checked = true;}&#8217;);<br \/>\nnew_window.document.write(&#8216;else if(!opt2_cus.checked){opt2_off.checked = false;}&#8217;);<br \/>\nnew_window.document.write(&#8216;} &#8216;);<\/p>\n<p>new_window.document.write(&#8216;function opt3(){&#8216;);<br \/>\nnew_window.document.write(&#8216; var opt3_cus= document.getElementById(&#8220;opt3_cus&#8221;);&#8217;);<br \/>\nnew_window.document.write(&#8216;if(opt3_cus.checked){opt3_off.checked = true;}&#8217;);<br \/>\nnew_window.document.write(&#8216;else if(!opt3_cus.checked){opt3_off.checked = false;}&#8217;);<br \/>\nnew_window.document.write(&#8216;} &#8216;);<\/p>\n<p>new_window.document.write(&#8216;function opt4(){&#8216;);<br \/>\nnew_window.document.write(&#8216; var opt4_cus= document.getElementById(&#8220;opt4_cus&#8221;);&#8217;);<br \/>\nnew_window.document.write(&#8216;if(opt4_cus.checked){opt4_off.checked = true;}&#8217;);<br \/>\nnew_window.document.write(&#8216;else if(!opt4_cus.checked){opt4_off.checked = false;}&#8217;);<br \/>\nnew_window.document.write(&#8216;} &#8216;);<\/p>\n<p>new_window.document.write(&#8216;&lt;\/script&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/head&gt;&#8217;);<\/p>\n<p>\/\/ Changed End for auto Check<\/p>\n<p>new_window.document.write(&#8216;&lt;body&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;table width=750 align=&#8221;center&#8221; border=&#8221;0&#8243; cellspacing=&#8221;1&#8243; cellpadding=&#8221;1&#8243;&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&lt;img src=&#8221;http:\/\/icmserver.ibm.com\/images\/logo.png&#8221; height=&#8221;110&#8243; width=&#8221;90&#8243;&gt;&lt;\/td&gt;&lt;td align=&#8221;center&#8221;&gt;&lt;font size = 5&gt;&lt;br&gt;Customer Care Services&lt;br&gt;PR Branch&lt;\/br&gt;&lt;\/font&gt;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;table width=750 align=&#8221;center&#8221; border=&#8221;0&#8243; cellspacing=&#8221;1&#8243; cellpadding=&#8221;1&#8243;&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;td&gt;Date: &#8216;+ formatDate(&#8216;d&#8217;) +&#8217; &lt;\/td&gt;&lt;td align=right&gt;Customer Copy&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/table&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;table width=750 align=&#8221;center&#8221; border=&#8221;1&#8243; cellspacing=&#8221;1&#8243; cellpadding=&#8221;1&#8243;&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;table width=750 align=&#8221;center&#8221; border=&#8221;0&#8243; cellspacing=&#8221;1&#8243; cellpadding=&#8221;1&#8243;&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;Section: &lt;b&gt;&lt;u&gt;Maint Branch&lt;\/u&gt;&lt;\/b&gt;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;ID: &#8216;+CreatedBy+'&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;Request Type: &lt;b&gt;&lt;u&gt;Test Case&lt;\/u&gt;&lt;\/b&gt;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;\/table&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/table&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;table width=750 align=&#8221;center&#8221; border=&#8221;1&#8243; cellspacing=&#8221;1&#8243; cellpadding=&#8221;1&#8243;&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;table width=750 align=&#8221;center&#8221; border=&#8221;0&#8243; cellspacing=&#8221;1&#8243; cellpadding=&#8221;1&#8243;&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;Case ID:&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&#8217;+CaseID+'&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;Sample Property&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&#8217;+SampleProp+'&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;Other Property&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&#8217;+OtherProp+'&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/table&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/table&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;table width=750 align=&#8221;center&#8221; border=&#8221;1&#8243; cellspacing=&#8221;1&#8243; cellpadding=&#8221;1&#8243;&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;table width=750 border=&#8221;0&#8243; cellspacing=&#8221;1&#8243; cellpadding=&#8221;1&#8243;&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;List of Docs Attached&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&lt;ol&gt;&lt;li&gt;&lt;input type=&#8221;checkbox&#8221; id=&#8221;opt2_cus&#8221; checked=&#8221;yes&#8221; onclick=&#8221;opt2()&#8221;&gt;Document 1 is attached.&lt;\/li&gt;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;tr&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&lt;li&gt;&lt;input type=&#8221;checkbox&#8221; id=&#8221;opt12_cus&#8221; checked=&#8221;yes&#8221; onclick=&#8221;opt12()&#8221;&gt;Document 2 is attached.&lt;\/li&gt;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;tr&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&lt;li&gt;&lt;input type=&#8221;checkbox&#8221; id=&#8221;opt8_cus&#8221; checked=&#8221;yes&#8221; onclick=&#8221;opt8()&#8221;&gt;Document 3 is attached.&lt;\/li&gt;&lt;\/ol&gt;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/table&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/table&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;table width=750 align=&#8221;center&#8221; border=&#8221;1&#8243; cellspacing=&#8221;1&#8243; cellpadding=&#8221;1&#8243;&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;table width=750 border=&#8221;0&#8243; cellspacing=&#8221;1&#8243; cellpadding=&#8221;1&#8243;&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;Set of Instructions&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;tr&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&lt;ul&gt;&lt;li&gt;Nil.&lt;\/li&gt;&lt;\/ul&gt;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/table&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/table&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;table width=750 align=&#8221;center&#8221; border=&#8221;0&#8243; cellspacing=&#8221;1&#8243; cellpadding=&#8221;1&#8243;&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;Due Date: &lt;u&gt;4 working days&lt;\/u&gt;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td align=right&gt;&lt;b&gt;Website:&lt;\/b&gt; http:\/\/iparagons.com&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td align=right&gt;&lt;b&gt;Email:&lt;\/b&gt; info@iparagons.com&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td align=right&gt;&lt;b&gt;UAN:&lt;\/b&gt; 111-342-547&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;tr align=center&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;This is computer generated slip and does not require any signature&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;tr&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;td&gt;&lt;\/td&gt;&#8217;);<br \/>\nnew_window.document.write(&#8216;&lt;\/tr&gt;&#8217;);<\/p>\n<p>new_window.document.write(&#8216;&lt;\/table&gt;&#8217;);<\/p><\/blockquote>\n<\/li>\n<li>\n<blockquote><p>Save and close work item toolbar, deploy the solution. Open case from In-Basket, on work Details page there is a response name like Print (In our environment you can change its name if required). When you click on Script Action Button, a new window will be open where case properties will be displayed a below:<\/p><\/blockquote>\n<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-57 aligncenter\" src=\"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2018\/07\/script-button-workdetails-page.png\" alt=\"\" width=\"1024\" height=\"768\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-59 size-full\" title=\"open external web page in icm\" src=\"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2018\/07\/Receipt-result.png\" alt=\"open external web page in icm\" width=\"783\" height=\"550\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Open external web page in icm caen be achieved when there is a requirement where user needs to open an another application (webpage) either from some hyperlink or response. How one can get and display case properties in a new window in a printable format from Case Work Details Page. What is a best way &hellip; <\/p>\n","protected":false},"author":1,"featured_media":59,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,177],"tags":[30,26,27,25,29,4,31,28,32],"class_list":["post-56","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ibm-case-manager-icm","category-ibm-case-manager-client","tag-caseproperties","tag-icm5-2","tag-icm5-3","tag-icmpayload","tag-newwindow","tag-script-adaptor","tag-scriptaction","tag-webpage","tag-workitemtoolbar"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Open External Web Page in ICM Display Case Properties in a new Window<\/title>\n<meta name=\"description\" content=\"Open External Web Page in ICM Display Case Properties in a new Window - ibm access client solutions, ibm case manager rest api, script adapter\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Open External Web Page in ICM Display Case Properties in a new Window\" \/>\n<meta property=\"og:description\" content=\"Open External Web Page in ICM Display Case Properties in a new Window - ibm access client solutions, ibm case manager rest api, script adapter\" \/>\n<meta property=\"og:url\" content=\"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/\" \/>\n<meta property=\"og:site_name\" content=\"iparagons blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/iParagons\" \/>\n<meta property=\"article:author\" content=\"http:\/\/www.facebook.com\/iPragons\" \/>\n<meta property=\"article:published_time\" content=\"2018-07-09T07:27:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-15T08:29:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2018\/07\/Receipt-result.png\" \/>\n\t<meta property=\"og:image:width\" content=\"783\" \/>\n\t<meta property=\"og:image:height\" content=\"550\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Junaid Azam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@iparagons786\" \/>\n<meta name=\"twitter:site\" content=\"@junaidazam4\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Junaid Azam\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2018\\\/07\\\/09\\\/open-external-web-page-or-display-case-properties-in-a-new-window\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2018\\\/07\\\/09\\\/open-external-web-page-or-display-case-properties-in-a-new-window\\\/\"},\"author\":{\"name\":\"Junaid Azam\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#\\\/schema\\\/person\\\/8e3ee37e9c2e825bd340f8d71ab7eede\"},\"headline\":\"Open External Web Page in ICM Display Case Properties in a new Window\",\"datePublished\":\"2018-07-09T07:27:01+00:00\",\"dateModified\":\"2021-11-15T08:29:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2018\\\/07\\\/09\\\/open-external-web-page-or-display-case-properties-in-a-new-window\\\/\"},\"wordCount\":1840,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2018\\\/07\\\/09\\\/open-external-web-page-or-display-case-properties-in-a-new-window\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/Receipt-result.png\",\"keywords\":[\"caseproperties\",\"icm5.2\",\"icm5.3\",\"icmpayload\",\"newwindow\",\"script adaptor\",\"scriptaction\",\"webpage\",\"workitemtoolbar\"],\"articleSection\":[\"IBM Case Manager (ICM)\",\"IBM Case Manager Client\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/iparagons.com\\\/blog\\\/2018\\\/07\\\/09\\\/open-external-web-page-or-display-case-properties-in-a-new-window\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2018\\\/07\\\/09\\\/open-external-web-page-or-display-case-properties-in-a-new-window\\\/\",\"url\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2018\\\/07\\\/09\\\/open-external-web-page-or-display-case-properties-in-a-new-window\\\/\",\"name\":\"Open External Web Page in ICM Display Case Properties in a new Window\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2018\\\/07\\\/09\\\/open-external-web-page-or-display-case-properties-in-a-new-window\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2018\\\/07\\\/09\\\/open-external-web-page-or-display-case-properties-in-a-new-window\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/Receipt-result.png\",\"datePublished\":\"2018-07-09T07:27:01+00:00\",\"dateModified\":\"2021-11-15T08:29:55+00:00\",\"description\":\"Open External Web Page in ICM Display Case Properties in a new Window - ibm access client solutions, ibm case manager rest api, script adapter\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2018\\\/07\\\/09\\\/open-external-web-page-or-display-case-properties-in-a-new-window\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/iparagons.com\\\/blog\\\/2018\\\/07\\\/09\\\/open-external-web-page-or-display-case-properties-in-a-new-window\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2018\\\/07\\\/09\\\/open-external-web-page-or-display-case-properties-in-a-new-window\\\/#primaryimage\",\"url\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/Receipt-result.png\",\"contentUrl\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/Receipt-result.png\",\"width\":783,\"height\":550,\"caption\":\"open external web page in icm\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/2018\\\/07\\\/09\\\/open-external-web-page-or-display-case-properties-in-a-new-window\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Open External Web Page in ICM Display Case Properties in a new Window\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/\",\"name\":\"iparagons blog\",\"description\":\"IBM FileNet P8 | Case Manager | Content Navigator\",\"publisher\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#organization\",\"name\":\"iparagons technologies\",\"url\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"http:\\\/\\\/iparagons.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/logo_ip.jpeg\",\"contentUrl\":\"http:\\\/\\\/iparagons.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/logo_ip.jpeg\",\"width\":140,\"height\":28,\"caption\":\"iparagons technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"http:\\\/\\\/www.facebook.com\\\/iParagons\",\"https:\\\/\\\/x.com\\\/junaidazam4\",\"https:\\\/\\\/www.instagram.com\\\/azamjunaid\\\/\",\"https:\\\/\\\/pk.linkedin.com\\\/in\\\/junaid-azam-2a683443\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/#\\\/schema\\\/person\\\/8e3ee37e9c2e825bd340f8d71ab7eede\",\"name\":\"Junaid Azam\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9f5a4974af969e5b66926242d8f22c1ee7877192a88e3e11381f82ab5d46e642?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9f5a4974af969e5b66926242d8f22c1ee7877192a88e3e11381f82ab5d46e642?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9f5a4974af969e5b66926242d8f22c1ee7877192a88e3e11381f82ab5d46e642?s=96&d=mm&r=g\",\"caption\":\"Junaid Azam\"},\"description\":\"IBM ECM Consultant\",\"sameAs\":[\"http:\\\/\\\/iparagons.com\",\"http:\\\/\\\/www.facebook.com\\\/iPragons\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/junaid-azam-2a683443\\\/\",\"https:\\\/\\\/x.com\\\/iparagons786\"],\"url\":\"https:\\\/\\\/iparagons.com\\\/blog\\\/author\\\/ip_admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Open External Web Page in ICM Display Case Properties in a new Window","description":"Open External Web Page in ICM Display Case Properties in a new Window - ibm access client solutions, ibm case manager rest api, script adapter","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/","og_locale":"en_GB","og_type":"article","og_title":"Open External Web Page in ICM Display Case Properties in a new Window","og_description":"Open External Web Page in ICM Display Case Properties in a new Window - ibm access client solutions, ibm case manager rest api, script adapter","og_url":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/","og_site_name":"iparagons blog","article_publisher":"http:\/\/www.facebook.com\/iParagons","article_author":"http:\/\/www.facebook.com\/iPragons","article_published_time":"2018-07-09T07:27:01+00:00","article_modified_time":"2021-11-15T08:29:55+00:00","og_image":[{"width":783,"height":550,"url":"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2018\/07\/Receipt-result.png","type":"image\/png"}],"author":"Junaid Azam","twitter_card":"summary_large_image","twitter_creator":"@iparagons786","twitter_site":"@junaidazam4","twitter_misc":{"Written by":"Junaid Azam","Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/#article","isPartOf":{"@id":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/"},"author":{"name":"Junaid Azam","@id":"https:\/\/iparagons.com\/blog\/#\/schema\/person\/8e3ee37e9c2e825bd340f8d71ab7eede"},"headline":"Open External Web Page in ICM Display Case Properties in a new Window","datePublished":"2018-07-09T07:27:01+00:00","dateModified":"2021-11-15T08:29:55+00:00","mainEntityOfPage":{"@id":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/"},"wordCount":1840,"commentCount":0,"publisher":{"@id":"https:\/\/iparagons.com\/blog\/#organization"},"image":{"@id":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/#primaryimage"},"thumbnailUrl":"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2018\/07\/Receipt-result.png","keywords":["caseproperties","icm5.2","icm5.3","icmpayload","newwindow","script adaptor","scriptaction","webpage","workitemtoolbar"],"articleSection":["IBM Case Manager (ICM)","IBM Case Manager Client"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/","url":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/","name":"Open External Web Page in ICM Display Case Properties in a new Window","isPartOf":{"@id":"https:\/\/iparagons.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/#primaryimage"},"image":{"@id":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/#primaryimage"},"thumbnailUrl":"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2018\/07\/Receipt-result.png","datePublished":"2018-07-09T07:27:01+00:00","dateModified":"2021-11-15T08:29:55+00:00","description":"Open External Web Page in ICM Display Case Properties in a new Window - ibm access client solutions, ibm case manager rest api, script adapter","breadcrumb":{"@id":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/#primaryimage","url":"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2018\/07\/Receipt-result.png","contentUrl":"https:\/\/iparagons.com\/blog\/wp-content\/uploads\/2018\/07\/Receipt-result.png","width":783,"height":550,"caption":"open external web page in icm"},{"@type":"BreadcrumbList","@id":"https:\/\/iparagons.com\/blog\/2018\/07\/09\/open-external-web-page-or-display-case-properties-in-a-new-window\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/iparagons.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Open External Web Page in ICM Display Case Properties in a new Window"}]},{"@type":"WebSite","@id":"https:\/\/iparagons.com\/blog\/#website","url":"https:\/\/iparagons.com\/blog\/","name":"iparagons blog","description":"IBM FileNet P8 | Case Manager | Content Navigator","publisher":{"@id":"https:\/\/iparagons.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/iparagons.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/iparagons.com\/blog\/#organization","name":"iparagons technologies","url":"https:\/\/iparagons.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/iparagons.com\/blog\/#\/schema\/logo\/image\/","url":"http:\/\/iparagons.com\/blog\/wp-content\/uploads\/2018\/07\/logo_ip.jpeg","contentUrl":"http:\/\/iparagons.com\/blog\/wp-content\/uploads\/2018\/07\/logo_ip.jpeg","width":140,"height":28,"caption":"iparagons technologies"},"image":{"@id":"https:\/\/iparagons.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/iParagons","https:\/\/x.com\/junaidazam4","https:\/\/www.instagram.com\/azamjunaid\/","https:\/\/pk.linkedin.com\/in\/junaid-azam-2a683443"]},{"@type":"Person","@id":"https:\/\/iparagons.com\/blog\/#\/schema\/person\/8e3ee37e9c2e825bd340f8d71ab7eede","name":"Junaid Azam","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/9f5a4974af969e5b66926242d8f22c1ee7877192a88e3e11381f82ab5d46e642?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9f5a4974af969e5b66926242d8f22c1ee7877192a88e3e11381f82ab5d46e642?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9f5a4974af969e5b66926242d8f22c1ee7877192a88e3e11381f82ab5d46e642?s=96&d=mm&r=g","caption":"Junaid Azam"},"description":"IBM ECM Consultant","sameAs":["http:\/\/iparagons.com","http:\/\/www.facebook.com\/iPragons","https:\/\/www.linkedin.com\/in\/junaid-azam-2a683443\/","https:\/\/x.com\/iparagons786"],"url":"https:\/\/iparagons.com\/blog\/author\/ip_admin\/"}]}},"_links":{"self":[{"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/posts\/56","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/comments?post=56"}],"version-history":[{"count":7,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/posts\/56\/revisions"}],"predecessor-version":[{"id":791,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/posts\/56\/revisions\/791"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/media\/59"}],"wp:attachment":[{"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/media?parent=56"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/categories?post=56"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/iparagons.com\/blog\/wp-json\/wp\/v2\/tags?post=56"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}