i trying find way locate users work items when need to. if have instance id can of course find them. if know day can find them have sort through number of them. in advanced query screen noticed 5 fields - customtitle 1 - 5. see can set relationship (e.g., 'is equal to') , value. how , define field is? or there way can search through specific text field in form?
thanks much!
mary
thanks much!
mary
mary,
according documentation, (jscript.pdf) can change values process custom fields using following syntax
workitem.attributes.item("custom1") = workitem.getfieldvalue("fielddata");
you can rename custom fields, have update code reflect new name.
hope helps,
sanna
according documentation, (jscript.pdf) can change values process custom fields using following syntax
workitem.attributes.item("custom1") = workitem.getfieldvalue("fielddata");
you can rename custom fields, have update code reflect new name.
hope helps,
sanna
More discussions in LiveCycle pre-ES (6.x and 7.x) discussions
adobe
Comments
Post a Comment