Solved
is there any way to have sticky notes into the interface.
Hi is there any way to input this type of sticky pad into appian interface and the save the written values to the database without the use of process model.

Hi is there any way to input this type of sticky pad into appian interface and the save the written values to the database without the use of process model.


{
a!boxLayout(
label: "Box",
contents: {
a!cardLayout(
contents: {
a!paragraphField(
label: "Paragraph",
labelPosition: "ABOVE",
saveInto: {},
refreshAfter: "UNFOCUS",
height: "MEDIUM",
validations: {}
),
a!buttonArrayLayout(
buttons: {
a!buttonWidget(
label: "Save",
icon: "floppy-o",
style: "NORMAL",
saveInto: a!writeRecords(
/* YOUR CONFIG */
)
)
},
align: "CENTER"
)
},
height: "AUTO",
style: "#e69138",
marginBelow: "NONE",
showBorder: false
)
},
style: "#ff9900",
padding: "NONE",
marginBelow: "STANDARD"
)
}Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.