How to display data from database in interface in read only mode

Certified Senior Developer

I have a column req id in database which is auto generated when I save user details. Now when the form is submitted to supervisor I want that req id should be displayed in read only mode. 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    The requirement itself doesn't sound that complicated.
    Basically that you try to show the primary key.
    Or are you talking about to get the Id from the used node back to the process ? (and then into the form?)
    if you write a record or cdt you can return the written result into the process variable by defining it as target at the "outputs" settings

    Write to data store Entity


    write record


    but its wild guessing
    So, are we missing information here?

Reply
  • 0
    Certified Senior Developer

    The requirement itself doesn't sound that complicated.
    Basically that you try to show the primary key.
    Or are you talking about to get the Id from the used node back to the process ? (and then into the form?)
    if you write a record or cdt you can return the written result into the process variable by defining it as target at the "outputs" settings

    Write to data store Entity


    write record


    but its wild guessing
    So, are we missing information here?

Children