save a Request In Draft

hii all,

i have a requirement to store a request in draft , usually if i filled a form and given submit then only one request id will generate , before submit the form i want to save the form in draft mode , how would i achieve this please help me im new to appian.

thanks in advance 

b ramesh

  Discussion posts and replies are publicly visible

Parents
  • Additionally if you would like to persist data to the DB while saving a draft, create your own "Save" button that submits the form (typically without validation), chains through a Write to DS node, then chains back to the same form.  Data will be persisted and the user will not have appeared to leave the form.  Typically in this case I will include something like a "Draft has been saved" message via richText on the form.

Reply
  • Additionally if you would like to persist data to the DB while saving a draft, create your own "Save" button that submits the form (typically without validation), chains through a Write to DS node, then chains back to the same form.  Data will be persisted and the user will not have appeared to leave the form.  Typically in this case I will include something like a "Draft has been saved" message via richText on the form.

Children
No Data