Skip to main content

Posts

Showing posts from September, 2017

How to get URL of web file in IBM BPM

In IBM BPM, sometimes we need the URL of the web files added to the process app. Below is the script that can be used to get the actual URL of the web file dynamically helping to avoid the static hardcoding. com_ibm_bpm_coach.getManagedAssetUrl("file.png",com_ibm_bpm_coach.assetType_WEB Hope this will be helpful. Thank you for stopping by. Please leave comment and share if this helps you. Cheers!!

Change default Task List View to Table instead of List in Portal

If you don't like the default List view of Task List in IBM BPM Portal and want it to be Table by default for each user from start. Follow this: Login to admin console and navigate to Resources > Resource Environment > Resource Environment Providers > Mashups_ConfigService > Custom properties  Add this com.ibm.bpm.portal.defaultTaskListView = table as new property Restart your server /Saroj