IBM Case Manager (ICM), IBM Case Manager Client

Retrieve CaseID Dynamically in ICM and Pass it to Website Widget

July 6, 2018

In many cases, when database or external application is also involved in ICM business process and we want to get the CASE ID from the Case Information widget and pass this value to the Website widget. This is the simplest way to get caseid and display it on website or any custom page. Below are steps:

  1. Click on the edit page settings.
  2. Add a new website widget on the work details page.
  3. Rename the script adapter and give it to some unique name.
  4. Edit setting of the website widget and mentioned the following url:

http://icmserver.ibm.com/acm_test/land_detail.php

  1. Save the changes and close the edit page setting page wizard.
  2. Again click on edit page setting, add a hidden script adapter, give it to some unique name, and wire it as follows:

Note: For details, please see the attachment.

1

 

7. Go to the edit setting of this hidden script adapter and add the following code to retrieve the CASEID dynamically in the website url:

var a = payload.caseId;

return url = ‘http://icmserver.ibm.com/acm_test/land_detail.php?CASEID=’+a+’&DISP_NAME=ACQN-CRO’

//return url = ‘http://icmserver.ibm.com/acm_test/land_detail.php?CASEID=’+a+”

8. When user will open particular case from In-Basket, widget will return payload values as described here:

com.ibm.bspace.scriptadapter.payloadReceived
CaseInfo
Command Widget
MAC10479C5127F878A94DCD0E3A675100010F
{“caseId”:”LA_000000170001″,”caseType”:”DHAN_LandAcquisitionCase”,”caseGUID”:”0E16A13A-A7B8-4A6F-806E-C5C70A71C566″,”caseObjectId”:”idf_0E16A13A-A7B8-4A6F-806E-C5C70A71C566″,”caseDescription”:”Land Acquisition Case New”,”caseTypeDisplayName”:”Land Acquisition Case”,”caseInfo”:{“caseViewInfo”:{“CaseTitleProperty”:”CmAcmCaseIdentifier”,”CaseSummaryView”:{“Fields”:[{“FieldType”:”property”,”Name”:”RelevantPhase”},{“FieldType”:”property”,”Name”:”MauzaName”},{“FieldType”:”property”,”Name”:”TotalLand”},{“FieldType”:”property”,”Name”:”DHA_Kanal”},{“FieldType”:”property”,”Name”:”DHA_Marla”},{“FieldType”:”property”,”Name”:”KhewatNo”},{“FieldType”:”property”,”Name”:”KhatooniNo”},{“FieldType”:”property”,”Name”:”KhasraNo”},{“FieldType”:”property”,”Name”:”LOName”},{“FieldType”:”property”,”Name”:”LOCNICNo”},{“FieldType”:”property”,”Name”:”LOContactNo”},{“FieldType”:”property”,”Name”:”Email”},{“FieldType”:”property”,”Name”:”DHA_PresentAddress”},{“FieldType”:”property”,”Name”:”InvestorName”},{“FieldType”:”property”,”Name”:”InvestorCNICNo”},{“FieldType”:”property”,”Name”:”InvestorcontactNo”},{“FieldType”:”property”,”Name”:”InvestorPresentAddress”},{“FieldType”:”property”,”Name”:”InvestorEmail”},{“FieldType”:”property”,”Name”:”DHA_Remarks”},{“FieldType”:”property”,”Name”:”CasePriority”}]},”CaseDataView”:{“Fields”:[{“Label”:”LO Details”,”FieldType”:”group”,”OpenState”:true,”Fields”:[{“FieldType”:”property”,”Name”:”RelevantPhase”},{“FieldType”:”property”,”Name”:”MauzaName”},{“FieldType”:”property”,”Name”:”TotalLand”},{“FieldType”:”property”,”Name”:”DHA_Kanal”},{“FieldType”:”property”,”Name”:”DHA_Marla”},{“FieldType”:”property”,”Name”:”KhewatNo”},{“FieldType”:”property”,”Name”:”KhatooniNo”},{“FieldType”:”property”,”Name”:”KhasraNo”},{“FieldType”:”property”,”Name”:”LOName”},{“FieldType”:”property”,”Name”:”LOCNICNo”},{“FieldType”:”property”,”Name”:”LOContactNo”},{“FieldType”:”property”,”Name”:”DHA_PresentAddress”},{“FieldType”:”property”,”Name”:”Email”},{“FieldType”:”property”,”Name”:”DHA_KhasraNos”}]},{“Label”:”Investor Details”,”FieldType”:”group”,”OpenState”:false,”Fields”:[{“FieldType”:”property”,”Name”:”InvestorName”},{“FieldType”:”property”,”Name”:”InvestorCNICNo”},{“FieldType”:”property”,”Name”:”InvestorcontactNo”},{“FieldType”:”property”,”Name”:”InvestorPresentAddress”},{“FieldType”:”property”,”Name”:”InvestorEmail”},{“FieldType”:”property”,”Name”:”CasePriority”}]}]}},”caseData”:{“ClassDescription”:{“id”:”ClassDescription”,”localName”:”ClassDescription”,”displayName”:”Class Description”,”queryName”:”ClassDescription”,”description”:”Describes an object’s class.”,”propertyType”:”id”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:true,”queryable”:false,”orderable”:false,”openChoice”:null,”isHidden”:true,”value”:{“ObjectStoreIdentity”:”{92A97D71-C31F-4282-A000-F0F3B3F8E54D}”,”ClassIdentity”:”{01A3A891-7AEC-11D1-A31B-0020AF9FBB1C}”,”Type”:”reference”,”ObjectIdentity”:”{DBE39521-F1AA-4967-B3C4-E9E8B04B66AC}”},”originalValue”:{“ObjectStoreIdentity”:”{92A97D71-C31F-4282-A000-F0F3B3F8E54D}”,”ClassIdentity”:”{01A3A891-7AEC-11D1-A31B-0020AF9FBB1C}”,”Type”:”reference”,”ObjectIdentity”:”{DBE39521-F1AA-4967-B3C4-E9E8B04B66AC}”},”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”This”:{“id”:”This”,”localName”:”This”,”displayName”:”This”,”queryName”:”This”,”description”:”Enables the expression of relationships among objects in DMA queries and selects candidate objects in query results.”,”propertyType”:”id”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:true,”value”:{“ObjectStoreIdentity”:”{92A97D71-C31F-4282-A000-F0F3B3F8E54D}”,”ClassIdentity”:”{DBE39521-F1AA-4967-B3C4-E9E8B04B66AC}”,”Type”:”reference”,”ObjectIdentity”:”{0E16A13A-A7B8-4A6F-806E-C5C70A71C566}”},”originalValue”:{“ObjectStoreIdentity”:”{92A97D71-C31F-4282-A000-F0F3B3F8E54D}”,”ClassIdentity”:”{DBE39521-F1AA-4967-B3C4-E9E8B04B66AC}”,”Type”:”reference”,”ObjectIdentity”:”{0E16A13A-A7B8-4A6F-806E-C5C70A71C566}”},”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”ReplicationGroup”:{“id”:”ReplicationGroup”,”localName”:”ReplicationGroup”,”displayName”:”Replication Group”,”queryName”:”ReplicationGroup”,”description”:”A reference to the replication group to which the object is affiliated.”,”propertyType”:”id”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:true,”value”:null,”originalValue”:null,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”cmis:createdBy”:{“id”:”cmis:createdBy”,”localName”:”Creator”,”displayName”:”Creator”,”queryName”:”Creator”,”description”:”The name of the user who created this object.”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”p8admin”,”originalValue”:”p8admin”,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:80,”hasDependentProperties”:false},”cmis:creationDate”:{“id”:”cmis:creationDate”,”localName”:”DateCreated”,”displayName”:”Date Created”,”queryName”:”DateCreated”,”description”:”The date and time this object was created.”,”propertyType”:”datetime”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”2016-05-10T10:23:18Z”,”originalValue”:”2016-05-10T10:23:18Z”,”displayMode”:”readwrite”,”maxValue”:”9999-12-31T23:59:59Z”,”minValue”:”1753-01-01T00:00:00Z”,”maxLength”:null,”hasDependentProperties”:false},”cmis:lastModifiedBy”:{“id”:”cmis:lastModifiedBy”,”localName”:”LastModifier”,”displayName”:”Last Modifier”,”queryName”:”LastModifier”,”description”:”The name of the user who last modified this object.”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”p8admin”,”originalValue”:”p8admin”,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:80,”hasDependentProperties”:false},”cmis:lastModificationDate”:{“id”:”cmis:lastModificationDate”,”localName”:”DateLastModified”,”displayName”:”Date Last Modified”,”queryName”:”DateLastModified”,”description”:”The date and time when this object was last modified.”,”propertyType”:”datetime”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”2016-05-10T10:23:24Z”,”originalValue”:”2016-05-10T10:23:24Z”,”displayMode”:”readwrite”,”maxValue”:”9999-12-31T23:59:59Z”,”minValue”:”1753-01-01T00:00:00Z”,”maxLength”:null,”hasDependentProperties”:false},”cmis:objectId”:{“id”:”cmis:objectId”,”localName”:”Id”,”displayName”:”ID”,”queryName”:”Id”,”description”:”The unique object ID.”,”propertyType”:”id”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”idf_0E16A13A-A7B8-4A6F-806E-C5C70A71C566″,”originalValue”:”{0E16A13A-A7B8-4A6F-806E-C5C70A71C566}”,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”Name”:{“id”:”Name”,”localName”:”Name”,”displayName”:”Name”,”queryName”:”Name”,”description”:”Returns the value of the designated name property for the object, or its ID if there is no name property.”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:false,”orderable”:false,”openChoice”:null,”isHidden”:true,”value”:”000000170001″,”originalValue”:”000000170001″,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”Owner”:{“id”:”Owner”,”localName”:”Owner”,”displayName”:”Owner”,”queryName”:”Owner”,”description”:”The security owner of the object.”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:true,”required”:false,”queryable”:false,”orderable”:false,”openChoice”:null,”isHidden”:true,”value”:”p8admin@ora.com”,”originalValue”:”p8admin@ora.com”,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:1333,”hasDependentProperties”:false},”LockToken”:{“id”:”LockToken”,”localName”:”LockToken”,”displayName”:”Lock Token”,”queryName”:”LockToken”,”description”:”The token used by a WebDAV client to signal a lock on this resource.”,”propertyType”:”id”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:true,”value”:null,”originalValue”:null,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”LockTimeout”:{“id”:”LockTimeout”,”localName”:”LockTimeout”,”displayName”:”Lock Timeout”,”queryName”:”LockTimeout”,”description”:”The number of seconds beyond the last modified date that the server will retain a lock.”,”propertyType”:”integer”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:true,”value”:null,”originalValue”:null,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”LockOwner”:{“id”:”LockOwner”,”localName”:”LockOwner”,”displayName”:”Lock Owner”,”queryName”:”LockOwner”,”description”:”A string supplied by the WebDAV client when a lock is applied that describes the owner of the lock.”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:true,”value”:null,”originalValue”:null,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”SecurityPolicy”:{“id”:”SecurityPolicy”,”localName”:”SecurityPolicy”,”displayName”:”Security Policy”,”queryName”:”SecurityPolicy”,”description”:”The Security Policy associated with this object”,”propertyType”:”id”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:true,”value”:null,”originalValue”:null,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”Parent”:{“id”:”Parent”,”localName”:”Parent”,”displayName”:”Parent”,”queryName”:”Parent”,”description”:”The object that directly contains this object.”,”propertyType”:”id”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:true,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:true,”value”:{“ObjectStoreIdentity”:”{92A97D71-C31F-4282-A000-F0F3B3F8E54D}”,”ClassIdentity”:”{01A3A8CA-7AEC-11D1-A31B-0020AF9FBB1C}”,”Type”:”reference”,”ObjectIdentity”:”{E6815C0B-AFFB-4E66-B793-6AE4DAB9BC25}”},”originalValue”:{“ObjectStoreIdentity”:”{92A97D71-C31F-4282-A000-F0F3B3F8E54D}”,”ClassIdentity”:”{01A3A8CA-7AEC-11D1-A31B-0020AF9FBB1C}”,”Type”:”reference”,”ObjectIdentity”:”{E6815C0B-AFFB-4E66-B793-6AE4DAB9BC25}”},”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”FolderName”:{“id”:”FolderName”,”localName”:”FolderName”,”displayName”:”Folder Name”,”queryName”:”FolderName”,”description”:”The name of the folder.”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:true,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”000000170001″,”originalValue”:”000000170001″,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:255,”hasDependentProperties”:false},”cmis:path”:{“id”:”cmis:path”,”localName”:”PathName”,”displayName”:”Path Name”,”queryName”:”PathName”,”description”:”The full path name for the folder.”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:false,”orderable”:false,”openChoice”:null,”isHidden”:false,”value”:”/IBM Case Manager/Solution Deployments/DHA Lahore Acqn/Case Types/DHAN_LandAcquisitionCase/Cases/2016/05/10/15/000000170001″,”originalValue”:”/IBM Case Manager/Solution Deployments/DHA Lahore Acqn/Case Types/DHAN_LandAcquisitionCase/Cases/2016/05/10/15/000000170001″,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”InheritParentPermissions”:{“id”:”InheritParentPermissions”,”localName”:”InheritParentPermissions”,”displayName”:”Inherit Parent Permissions”,”queryName”:”InheritParentPermissions”,”description”:”Defines whether this folder should inherit permissions from its parent folder.”,”propertyType”:”boolean”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:true,”required”:true,”queryable”:false,”orderable”:false,”openChoice”:null,”isHidden”:true,”value”:true,”originalValue”:true,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”IndexationId”:{“id”:”IndexationId”,”localName”:”IndexationId”,”displayName”:”Indexation Id”,”queryName”:”IndexationId”,”description”:”The object id of the verity collection an object is stored into, or null for objects that were full text indexed prior to the 4.0 release.”,”propertyType”:”id”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:null,”originalValue”:null,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”CmIndexingFailureCode”:{“id”:”CmIndexingFailureCode”,”localName”:”CmIndexingFailureCode”,”displayName”:”Indexing Failure Code”,”queryName”:”CmIndexingFailureCode”,”description”:”Bitmask of well known reasons for indexing of content to fail.”,”propertyType”:”integer”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:null,”originalValue”:null,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”CmRetentionDate”:{“id”:”CmRetentionDate”,”localName”:”CmRetentionDate”,”displayName”:”Retention Date”,”queryName”:”CmRetentionDate”,”description”:”Specifies the earliest date at which the object may be deleted.”,”propertyType”:”datetime”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:true,”value”:null,”originalValue”:null,”displayMode”:”readwrite”,”maxValue”:”9999-12-31T23:59:59Z”,”minValue”:”1753-01-01T00:00:00Z”,”maxLength”:null,”hasDependentProperties”:false},”IsHiddenContainer”:{“id”:”IsHiddenContainer”,”localName”:”IsHiddenContainer”,”displayName”:”IsHiddenContainer”,”queryName”:”IsHiddenContainer”,”description”:”IsHiddenContainer”,”propertyType”:”boolean”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:true,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:true,”value”:false,”originalValue”:false,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”ContainerType”:{“id”:”ContainerType”,”localName”:”ContainerType”,”displayName”:”Container Type”,”queryName”:”ContainerType”,”description”:”Container Type”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:true,”value”:null,”originalValue”:null,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”CmAcmCaseIdentifier”:{“id”:”CmAcmCaseIdentifier”,”localName”:”CmAcmCaseIdentifier”,”displayName”:”Case Identifier”,”queryName”:”CmAcmCaseIdentifier”,”description”:”A specially formatted identifier for Case Folder instances, consists of Case Folder subclass symbolic class name, \”_\” and then a 12 digit sequence number with leading zeros.”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”LA_000000170001″,”originalValue”:”LA_000000170001″,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:85,”hasDependentProperties”:false},”CmAcmInitiatingDocument”:{“id”:”CmAcmInitiatingDocument”,”localName”:”CmAcmInitiatingDocument”,”displayName”:”Initiating Document”,”queryName”:”CmAcmInitiatingDocument”,”description”:”An object value property which, if not null, references a Document object instance that triggered the creation of a Case Folder or launching of a Case Task.”,”propertyType”:”id”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:null,”originalValue”:null,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”CmAcmCaseTypeFolder”:{“id”:”CmAcmCaseTypeFolder”,”localName”:”CmAcmCaseTypeFolder”,”displayName”:”Case Type”,”queryName”:”CmAcmCaseTypeFolder”,”description”:”An object value property that references the Deployed Case Type Folder instance associated with this Case Folder sub-class.”,”propertyType”:”id”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:false,”orderable”:false,”openChoice”:null,”isHidden”:false,”value”:{“ObjectStoreIdentity”:”{92A97D71-C31F-4282-A000-F0F3B3F8E54D}”,”ClassIdentity”:”{557F0B86-5C74-4F6D-BEA7-2B8C5476DBCF}”,”Type”:”reference”,”ObjectIdentity”:”{8ACF8663-D725-4D2F-8B9F-B580E963C751}”},”originalValue”:{“ObjectStoreIdentity”:”{92A97D71-C31F-4282-A000-F0F3B3F8E54D}”,”ClassIdentity”:”{557F0B86-5C74-4F6D-BEA7-2B8C5476DBCF}”,”Type”:”reference”,”ObjectIdentity”:”{8ACF8663-D725-4D2F-8B9F-B580E963C751}”},”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”CmAcmCaseState”:{“id”:”CmAcmCaseState”,”localName”:”CmAcmCaseState”,”displayName”:”Case State”,”queryName”:”CmAcmCaseState”,”description”:”An integer choice property that defines the possible states of Case Folder instance.”,”propertyType”:”integer”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:true,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:2,”originalValue”:2,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false,”choiceList”:[{“value”:0,”label”:”New”},{“value”:1,”label”:”Initializing”},{“value”:2,”label”:”Working”},{“value”:3,”label”:”Complete”},{“value”:4,”label”:”Failed”}]},”CmAcmParentSolution”:{“id”:”CmAcmParentSolution”,”localName”:”CmAcmParentSolution”,”displayName”:”Parent Solution”,”queryName”:”CmAcmParentSolution”,”description”:”An object value property that references the Deployed Solution Folder instance associated with this Case Folder sub-class.”,”propertyType”:”id”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:true,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:true,”value”:{“ObjectStoreIdentity”:”{92A97D71-C31F-4282-A000-F0F3B3F8E54D}”,”ClassIdentity”:”{616EA2CB-2F81-4AE7-8E9E-A787A0B224AF}”,”Type”:”reference”,”ObjectIdentity”:”{02B3F4FF-3590-4E58-9A7A-EDE054657F31}”},”originalValue”:{“ObjectStoreIdentity”:”{92A97D71-C31F-4282-A000-F0F3B3F8E54D}”,”ClassIdentity”:”{616EA2CB-2F81-4AE7-8E9E-A787A0B224AF}”,”Type”:”reference”,”ObjectIdentity”:”{02B3F4FF-3590-4E58-9A7A-EDE054657F31}”},”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”CmAcmExternalDataURI”:{“id”:”CmAcmExternalDataURI”,”localName”:”CmAcmExternalDataURI”,”displayName”:”External Data URI”,”queryName”:”CmAcmExternalDataURI”,”description”:”External Data URI”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readonly”,”inherited”:true,”required”:false,”queryable”:false,”orderable”:false,”openChoice”:null,”isHidden”:false,”value”:null,”originalValue”:null,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:255,”hasDependentProperties”:false},”CmAcmDocumentFilingInstruction”:{“id”:”CmAcmDocumentFilingInstruction”,”localName”:”CmAcmDocumentFilingInstruction”,”displayName”:”Document Filing Instruction”,”queryName”:”CmAcmDocumentFilingInstruction”,”description”:”Document Filing Instruction”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”multi”,”updatability”:”readwrite”,”inherited”:true,”required”:false,”queryable”:false,”orderable”:false,”openChoice”:null,”isHidden”:true,”value”:[],”originalValue”:[],”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:4000,”hasDependentProperties”:false},”DHA_Kanal”:{“id”:”DHA_Kanal”,”localName”:”DHA_Kanal”,”displayName”:”Kanal”,”queryName”:”DHA_Kanal”,”description”:”Kanal”,”propertyType”:”decimal”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:10,”originalValue”:10,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”KhewatNo”:{“id”:”KhewatNo”,”localName”:”KhewatNo”,”displayName”:”Khewat No”,”queryName”:”KhewatNo”,”description”:”Khawat No”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”123″,”originalValue”:”123″,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”InvestorName”:{“id”:”InvestorName”,”localName”:”InvestorName”,”displayName”:”Investor Name”,”queryName”:”InvestorName”,”description”:”Investor Name”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”-“,”originalValue”:”-“,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”InvestorEmail”:{“id”:”InvestorEmail”,”localName”:”InvestorEmail”,”displayName”:”Investor Email”,”queryName”:”InvestorEmail”,”description”:”Investor Email”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”-“,”originalValue”:”-“,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”DHA_CurrentStatus”:{“id”:”DHA_CurrentStatus”,”localName”:”DHA_CurrentStatus”,”displayName”:”Current Status”,”queryName”:”DHA_CurrentStatus”,”description”:”Current Status”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:null,”originalValue”:null,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”InvestorcontactNo”:{“id”:”InvestorcontactNo”,”localName”:”InvestorcontactNo”,”displayName”:”Investor contact No”,”queryName”:”InvestorcontactNo”,”description”:”Investor contactNo”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”-“,”originalValue”:”-“,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”LOCNICNo”:{“id”:”LOCNICNo”,”localName”:”LOCNICNo”,”displayName”:”LO CNIC No”,”queryName”:”LOCNICNo”,”description”:”LO CNIC No”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”31245-“,”originalValue”:”31245-“,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”KhatooniNo”:{“id”:”KhatooniNo”,”localName”:”KhatooniNo”,”displayName”:”Khatooni No”,”queryName”:”KhatooniNo”,”description”:”Khatooni No”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”4586″,”originalValue”:”4586″,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”LOName”:{“id”:”LOName”,”localName”:”LOName”,”displayName”:”LO Name”,”queryName”:”LOName”,”description”:”LO Name”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”Test”,”originalValue”:”Test”,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”TotalLand”:{“id”:”TotalLand”,”localName”:”TotalLand”,”displayName”:”Total Land”,”queryName”:”TotalLand”,”description”:”Total Land”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”10 K 10 M”,”originalValue”:”10 K 10 M”,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”DHA_Marla”:{“id”:”DHA_Marla”,”localName”:”DHA_Marla”,”displayName”:”Marla”,”queryName”:”DHA_Marla”,”description”:”Marla”,”propertyType”:”decimal”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:10,”originalValue”:10,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:null,”hasDependentProperties”:false},”InvestorPresentAddress”:{“id”:”InvestorPresentAddress”,”localName”:”InvestorPresentAddress”,”displayName”:”Investor Present Address”,”queryName”:”InvestorPresentAddress”,”description”:”Investor Present Address”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”-“,”originalValue”:”-“,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:200,”hasDependentProperties”:false},”MauzaName”:{“id”:”MauzaName”,”localName”:”MauzaName”,”displayName”:”Mauza Name”,”queryName”:”MauzaName”,”description”:”Mauza Name”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”Leel”,”originalValue”:”Leel”,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false,”choiceList”:[{“value”:”Kot Wadhawa Singh”,”label”:”Kot Wadhawa Singh”},{“value”:”Heera Singh Wala”,”label”:”Heera Singh Wala”},{“value”:”Gobindpura”,”label”:”Gobindpura”},{“value”:”Pathanwala”,”label”:”Pathanwala”},{“value”:”Jathol”,”label”:”Jathol”},{“value”:”Dera Chahal”,”label”:”Dera Chahal”},{“value”:”Chak Dheera”,”label”:”Chak Dheera”},{“value”:”Sangatpura”,”label”:”Sangatpura”},{“value”:”Jalalabad”,”label”:”Jalalabad”},{“value”:”Baksheespura”,”label”:”Baksheespura”},{“value”:”Leel”,”label”:”Leel”},{“value”:”Rorawala”,”label”:”Rorawala”},{“value”:”Harpalkey”,”label”:”Harpalkey”},{“value”:”Natha Singh Wala”,”label”:”Natha Singh Wala”},{“value”:”Mota Singh Wala”,”label”:”Mota Singh Wala”},{“value”:”Chak Bhart”,”label”:”Chak Bhart”},{“value”:”Hassanabad”,”label”:”Hassanabad”},{“value”:”Deo Khurd Kalan”,”label”:”Deo Khurd Kalan”},{“value”:”Bhanghali”,”label”:”Bhanghali”},{“value”:”Arazi Sehjpal”,”label”:”Arazi Sehjpal”},{“value”:”Mandianwala”,”label”:”Mandianwala”},{“value”:”Phullarwan”,”label”:”Phullarwan”},{“value”:”Jugian Alfa”,”label”:”Jugian Alfa”},{“value”:”Shevpura”,”label”:”Shevpura”},{“value”:”Chung-Khurd”,”label”:”Chung-Khurd”},{“value”:”Padhri”,”label”:”Padhri”},{“value”:”Dhuri”,”label”:”Dhuri”},{“value”:”Lidhar”,”label”:”Lidhar”},{“value”:”Lehna Singh Wala”,”label”:”Lehna Singh Wala”},{“value”:”Fatah Jung Singh Wala”,”label”:”Fatah Jung Singh Wala”},{“value”:”Barki”,”label”:”Barki”},{“value”:”Kamahan”,”label”:”Kamahan”},{“value”:”Attari Sarooba”,”label”:”Attari Sarooba”},{“value”:”Balhar”,”label”:”Balhar”},{“value”:”Sora”,”label”:”Sora”},{“value”:”Dullo Khurd”,”label”:”Dullo Khurd”},{“value”:”Dullo Kalan”,”label”:”Dullo Kalan”},{“value”:”Karbath”,”label”:”Karbath”},{“value”:”Theater”,”label”:”Theater”},{“value”:”Sehjpal”,”label”:”Sehjpal”},{“value”:”Keer Khurd”,”label”:”Keer Khurd”},{“value”:”Charrar”,”label”:”Charrar”},{“value”:”Amer Sidhu”,”label”:”Amer Sidhu”},{“value”:”Malikpur”,”label”:”Malikpur”},{“value”:”Gohawa”,”label”:”Gohawa”}]},”CasePriority”:{“id”:”CasePriority”,”localName”:”CasePriority”,”displayName”:”Case Priority”,”queryName”:”CasePriority”,”description”:”Case Priority”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”NORMAL”,”originalValue”:”NORMAL”,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false,”choiceList”:[{“value”:”NORMAL”,”label”:”NORMAL”},{“value”:”IMMEDIATE”,”label”:”IMMEDIATE”},{“value”:”URGENT”,”label”:”URGENT”}]},”DHA_PresentAddress”:{“id”:”DHA_PresentAddress”,”localName”:”DHA_PresentAddress”,”displayName”:”Present Address”,”queryName”:”DHA_PresentAddress”,”description”:”Present Address”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”sdsdf sdfsdf fsd”,”originalValue”:”sdsdf sdfsdf fsd”,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:200,”hasDependentProperties”:false},”Email”:{“id”:”Email”,”localName”:”Email”,”displayName”:”Email”,”queryName”:”Email”,”description”:”Email”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”-“,”originalValue”:”-“,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:200,”hasDependentProperties”:false},”LOContactNo”:{“id”:”LOContactNo”,”localName”:”LOContactNo”,”displayName”:”LO Contact No”,”queryName”:”LOContactNo”,”description”:”LO Contact No”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”1234587-1″,”originalValue”:”1234587-1″,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”RelevantPhase”:{“id”:”RelevantPhase”,”localName”:”RelevantPhase”,”displayName”:”Relevant Phase”,”queryName”:”RelevantPhase”,”description”:”Relevant Phase”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”Nil”,”originalValue”:”Nil”,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false,”choiceList”:[{“value”:”1″,”label”:”1″},{“value”:”2″,”label”:”2″},{“value”:”3″,”label”:”3″},{“value”:”4″,”label”:”4″},{“value”:”5″,”label”:”5″},{“value”:”6″,”label”:”6″},{“value”:”7″,”label”:”7″},{“value”:”8″,”label”:”8″},{“value”:”9A”,”label”:”9A”},{“value”:”9B”,”label”:”9B”},{“value”:”9C”,”label”:”9C”},{“value”:”Nil”,”label”:”Nil”},{“value”:”11″,”label”:”11″},{“value”:”12″,”label”:”12″},{“value”:”8Z”,”label”:”8Z”}]},”InvestorCNICNo”:{“id”:”InvestorCNICNo”,”localName”:”InvestorCNICNo”,”displayName”:”Investor CNIC No”,”queryName”:”InvestorCNICNo”,”description”:”Investor CNIC No”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”-“,”originalValue”:”-“,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”KhasraNo”:{“id”:”KhasraNo”,”localName”:”KhasraNo”,”displayName”:”Khasra No”,”queryName”:”KhasraNo”,”description”:”Khasra No”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:true,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”789″,”originalValue”:”789″,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:64,”hasDependentProperties”:false},”CreatedBy”:{“id”:”CreatedBy”,”localName”:”CreatedBy”,”displayName”:”Created By”,”queryName”:”CreatedBy”,”description”:”Created By”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:null,”originalValue”:null,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:100,”hasDependentProperties”:false},”DHA_Remarks”:{“id”:”DHA_Remarks”,”localName”:”DHA_Remarks”,”displayName”:”Remarks”,”queryName”:”DHA_Remarks”,”description”:”Remarks”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”single”,”updatability”:”readwrite”,”inherited”:false,”required”:false,”queryable”:true,”orderable”:true,”openChoice”:null,”isHidden”:false,”value”:”Nil”,”originalValue”:”Nil”,”displayMode”:”readwrite”,”maxValue”:null,”minValue”:null,”maxLength”:200,”hasDependentProperties”:false},”DHA_KhasraNos”:{“id”:”DHA_KhasraNos”,”localName”:”DHA_KhasraNos”,”displayName”:”Khasra Nos”,”queryName”:”DHA_KhasraNos”,”description”:”Khasra Nos”,”propertyType”:”string”,”customValidationError”:null,”customInvalidItems”:[],”cardinality”:”multi”,”updatability”:”readwrite”,”inherited”:false,”required”:false,”queryable”:true,”orderable”:false,”openChoice”:null,”isHidden”:false,”value”:[“0″,”1″,”2″],”originalValue”:

9. You can then test the website widget while opening the case. CaseID will be displayed in the website widget as follows:

 

Retrieve CaseID Dynamically

 

PDF file is also attached. getcaseid

You Might Also Like

No Comments

Leave a Reply

error

Subscribe