Karsten - Thursday, February 8, 2007 11:44 AM:
How do display the Item sequence number in the Workflow/Project column in MyInbasket instead of the 32 character ID string?Bill - Thursday, February 8, 2007 1:52 PM:
Hi Karsten,
Excellent question, and something that new administrators often overlook. This ID number is displayed when the keyed_name property is not defined on an ItemType. To set a keyed_name:
1) Log into Innovator as an Administrator
2) From the TOC select AdministrationItemType
3) Search for the ItemType (The ItemType that created the workflow in your case.)
4) Edit the ItemType
5) On the Properties tab, set the Keyed Name Order column to the integer values for the order
Example
Keyed Name Order
First Name 1
Last Name 2
Will make the keyed name display as "Bob Smith"
(In your case, it would be the sequence property alone.)
6) Save, Unlock, and Close the Itemtype
-Bill
Andy - Thursday, February 8, 2007 1:59 PM:
What's "the TOC"?asha_gholve - Monday, January 28, 2013 1:06 AM:
Hi Bill,
I want my keyed name to be displayed in the following format
Property1Value-Property2Value
eg
Product-3604
How to achieve this??
Thanks,
Asha
Bill - Thursday, February 8, 2007 2:05 PM:
Sorry for the confusion. TOC is an abreviation for Table of Contents. This refers to the pannel of folders on the left hand side of the main Innovator window.
For a list of more terminology in Innovator, see also:
Harsha - Monday, January 28, 2013 3:25 AM:
Hi,
Add the line ' Me.setProperty("keyed_name", Me.getProperty("property1") & "-" & Me.getProperty(property2)) ' to the Itemtype's getKeyedName event.
Check this: http://www.aras.comhttp://www.aras.com/Community/forums/p/3790/9245.aspx