FileNet P8 API Development
Home
(Move to ...)
Home
CE API
PE API
IBM Case Manager
▼
Showing posts with label
ICM Scripts
.
Show all posts
Showing posts with label
ICM Scripts
.
Show all posts
Wednesday, January 27, 2021
IBM Case Manager script - Select User Dialog box on Filed Focus event - to select user from the list of LDAP Users (ecm.widget.dialog.SelectUserGroupDialog)
›
if(payload.eventName === "icm.FieldFocused"){ if(payload.id === "PRX_Name") { callback = function(users){ ...
›
Home
View web version