FileNet P8 API Development

Home

▼
Showing posts with label Active Directory. Show all posts
Showing posts with label Active Directory. Show all posts
Tuesday, February 23, 2021

Working with Documents : Create a Document in FileNet using Java CE API

›
       Creating a Document This code creates a document in object store with Document class and file in a folder using       ...
Wednesday, January 27, 2021

FileNet and Ldap connectivity - java code to get Active Directory Connection

›
  //Connecting to LDAP using java code String rootDN = "CN=xyz,CN=xyz,DC=xyz,DC=xyz";         String rootPWD = "*****"; ...

FileNet - Fetch the users and all attributes from Active Directory and AD Connection and setting all environment variables for AD

›
Connecting to Active Directory ArrayList getListValues(){ // Connect to the Active Directory here or click here for Connection code ...

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
Powered by Blogger.