BPM, Workflow, and Case

BPM, Workflow, and Case

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Using Div in IBM BPM

    Posted Tue October 10, 2023 02:59 PM
    I'm trying to create a table using a div in IBM BPM. However, when a long value is entered, the table is corrupted. What should we do to prevent the table from being corrupted when a long value is entered?


    ------------------------------
    Esra Karadağ
    ------------------------------


  • 2.  RE: Using Div in IBM BPM

    Posted Wed October 11, 2023 09:01 AM

    Hi Esra,

    Just so I understand your goal a bit more: you are trying to inject custom HTML into a CSHS coach?  It looks like you are trying to inject a read-only data table.  If this is true, then what is your HTML structure?  Does it work outside of the BPM UI framework?  You might need to figure out the CSS needed to achieve what you're after.



    ------------------------------
    Grant Taylor
    ------------------------------



  • 3.  RE: Using Div in IBM BPM

    Posted Thu October 12, 2023 10:27 AM

    Hey Esra,

    I agree with Grant's point. It looks like you're working with an HTML table, which is totally fine. However, it seems like we might be dealing with a CSS-related issue here. To prevent any table troubles in IBM BPM when dealing with long values, here are some friendly tips:

    • Adjust the column widths to make room for longer text
    • Consider enabling text wrapping within the cells
    • For those extra-long entries, think about adding horizontal scrolling
    • You can set up some validation to limit input length
    • In some scenarios, implement a hover-over effect with CSS for a better user experience

    Hope these suggestions help you out!



    ------------------------------
    Martin Medina
    ------------------------------