I am new to Filenet BPM and I am working on an approval system workflow where an attached document is either approved Or rejected based on the response. I have to send an email to Originator that the document is approved Or rejected and I am able to fetch the userId/AliasId of a person who launched the workflow but I am unable to get the emailId out of a userid. We already had an LDAP configuration settings at domain level but I don't know what should I do to achieve this functionality. Please help.
Filenet - Get Email Id out of user id in Filenet Workflow
696 Views Asked by tiktok At
1
There are 1 best solutions below
Related Questions in FILENET-CONTENT-ENGINE
- How to retrieve the entire folder contents in Filenet 5.2?
- how do we debug the bulk action javascript from ACCE?
- The fastest way to fetch PropertyTemplate by symbolic name ising IBM FileNet CE API
- How to join the Document and ClassDefinition objects when using SearchSQL?
- IBM FileNet : com.filenet.api.exception.EngineRuntimeException: FNRCT0042E: TRANSPORT_WSI_NETWORK_ERROR
- How to change Filenet document MimeType using com.filenet.wcm.api
- How can I translate the FileNet ID ID in DB2/Oracle into friendly GUID?
- Getting object store properties without additional round-trip
- Getting a 403 Forbidden error on plugin request
- FileNet: TransactionRolledbackException while creating index on DB2 from FEM
- Uploading large documents to FileNet Content Engine
- Object security dynamic setting
- FileNet change document status to superseded
- FileNet P8: Add content to existing document without change ID
- FileNet ContentElement CheckOut
Related Questions in FILENET-PROCESS-ENGINE
- Filenet storing and getting objects from store - Java Step Processor
- VWAttachment added through API is not showing in CM 5.2
- Setting an ID type property value from workflow in FileNet
- get workflow malfunction exception with java api
- filenet process engine case insensitive query search
- How to retrieve the process's unique workflow number, while launching it through C# API?
- FNRPE2131090482E - Server is being initialized. Retry the operation
- org.omg.CORBA.TRANSACTION_ROLLEDBACK: vmcid: 0x0 minor code: 0 completed: No
- I cant able to query the queue element using queuequery in PE filenet
- Is the BPM of Filenet P8 can be used for other thing than managing workflows of documents
- Filenet BPM Webservice receive step design consederations
- IBM Case Foundation Email Template New Line Character from Java
- Filenet migrating active workflows
- Transfer Work Item between Work Queues
- Filenet - Get current date & Time in Filenet Workflow
Related Questions in CONTENT-PLATFORM-ENGINE
- Uploading large documents to FileNet Content Engine
- IBM ICN cross application authentication
- IBM Business Process Framework with IBM FileNet 5.2
- To get the Username and Password from LTPA token for Filenet-P8 CE Connection
- cannot config LDAP in filenet p8 5.2
- Cannot establish connect between IBM Content Navigator to Content Platform
- Can't set permissions on Filenet P8 folder
- Configuring IBM P8 to use LDAP over SSL with Active Directory
- Filenet user cache refresh
- Filenet Invoke step get locked in fnsystem user
- Filenet - Get Email Id out of user id in Filenet Workflow
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You should use
com.filenet.api.security.User:userIdmay be in different forms, as noted in the documentation: