Skip to main content
April 12, 2023
Question

Interface Error

  • April 12, 2023
  • 8 replies
  • 0 views

Hii i am getting an error in interface whenever i am starting the process. I have applied activity chaining to open back to back forms, first form is opening but the second form is showing this error. Can anyone please help me with that? 

    8 replies

    stefanhelzle0001
    Brainy
    April 12, 2023

    We might be able to help when you share the model and some more details.

    April 12, 2023

    This is the process model i am adding the data in the first form and then generating the file using ms word and then in the User input task i want to download that document so i have given document download link to download that document. Everthing is working fine even the process variables is also taking data and generated document but the interface is given error.

    April 12, 2023

    Make sure you are passing a valid user/group in the assignment tab of UIT

    adityag9712
    April 12, 2023

    Here, In you 2nd form (UI Form). There is some error, please do share the code for interface if you can. 

    April 12, 2023

    {
    a!sectionLayout(
    contents: {
    a!cardLayout(
    showBorder: false,
    contents: {
    a!richTextDisplayField(
    align: "CENTER",
    value: {
    a!richTextItem(
    text: concat(
    "We have shared your ticket on your Email.",
    char(10),
    "You can also click on "
    ),
    style: "STRONG",
    size: "LARGE",
    color: ""
    ),
    a!richTextItem(
    text: "Download Ticket",
    style: "STRONG",
    size: "LARGE",
    color: "NEGATIVE",
    link: a!documentDownloadLink(
    document: ri!document
    )
    )
    }
    )
    }
    )
    }
    )
    }

    stefanhelzle0001
    Brainy
    April 12, 2023