Hi, How can I have a Task link to a User input Task in the editable g

Hi,

How can I have a Task link to a User input Task in the editable grid?

Thanks in advance,
Nimisha.

OriginalPostID-218009

OriginalPostID-218009

  Discussion posts and replies are publicly visible

Parents
  • This is the code,


    =load(
    local!testBool: bind(get: true(), set: startprocesswrite(processModelId: 1234, processParameters:_)),
    .
    ./* grid definition and remaining fields */
    .
    a!gridLinkColumn(
    label:"Claim",
    data: a!submitLink(
    label: "Claim",
    value: {abc:local!data.data.abc},
    saveInto: local!testBool
    )
    )
              
    )

    let me know if you need more information
Reply
  • This is the code,


    =load(
    local!testBool: bind(get: true(), set: startprocesswrite(processModelId: 1234, processParameters:_)),
    .
    ./* grid definition and remaining fields */
    .
    a!gridLinkColumn(
    label:"Claim",
    data: a!submitLink(
    label: "Claim",
    value: {abc:local!data.data.abc},
    saveInto: local!testBool
    )
    )
              
    )

    let me know if you need more information
Children
No Data