Skip to main content
November 9, 2022
Solved

SAIL form with StartProcessLInk

  • November 9, 2022
  • 10 replies
  • 0 views

HI All, 

I have SAIL form with summary details and  a grid. 

i have a add card layout button above the grid which will open different process to add data.

when Calling Process model using a!StartPRocessLink service under add button(card layout) from Parent Sail form which mostly read-only info.

when i click on Add button , i receiving a message saying you would like to leave from this page., looks like its browser message.

 navigate to chained forms/process model and once added data its expected to come back to same form.

Please suggest how can i avoid such message,

Thanks in advance.

    Best answer by mikes0011

    Why are you doing this on a process start form, if you're not using the start form for anything?  That seems confusing.

    10 replies

    November 9, 2022

    Call your "different process" asynchronously.

    stefanhelzle0001
    Brainy
    November 9, 2022

    Is there a reason to not use a record action?

    November 9, 2022

    Thanks for the responses.

    I am filling grid from integration, don't want to use sync records.

    i am using complete sail to dispaly data and paging, when clicked on link displaying another form linke summary.

    when i called l process from child form this is happening.

    is there anyway i can create records using integration display only next batch when user clicks on next button.

    mikes0011
    Brainy
    November 9, 2022

    The browser message you're getting only occurs when Appian detects unsubmitted changes on an interface that you'll lose by linking away from the task, like by using a!startProcessLink().

    Where is the interface in question being used?  Is this on a User Input Task in a process, or is it on a record dashboard?  It's hard to know what to suggest here, without a bit more background detail first.

    The Expression Guru
    November 9, 2022

    Thank you so much for reply.

    I have a process start form with grid (startform---->endnode) , when user clicks on grid field link (dynamic link) , it takes to summary form ,

    in summary form i have add button where it calls another process to add data.

    in this whole process i don't changed anything .. probably my some variables updated between sail forms.

    but when i click on start process link its showing pop up, do you wnat to leave this page.

    hope this backgroud helps.

    mikes0011
    mikes0011Answer
    Brainy
    November 9, 2022

    Why are you doing this on a process start form, if you're not using the start form for anything?  That seems confusing.

    The Expression Guru