APPIAN TUTORIAL: BUILDING A SIMPLE TIMESHEET APPLICATION

Описание к видео APPIAN TUTORIAL: BUILDING A SIMPLE TIMESHEET APPLICATION

WATCH THE UPDATED TUTORIAL/QUICKSTART VIDEO:    • APPIAN TUTORIAL: 3-MINUTE QUICKSTART ...  

My contribution to the Appian Community as part of Appian's 2020 Hackathon.

More tutorials: https://www.appiandev.com (work in progress)
Connect with me!   / augustinec  

START HERE: If you have time to study, familiarizing yourself with these functions will make you a stronger Appian developer:
https://docs.appian.com/suite/help/19...

Appian Architecture:
https://docs.appian.com/suite/help/19...

Mastering SAIL code: If you are coming from a procedural programming background (Java, Python, ...), SAIL code (a functional programming language) may look off. To make things easier and neater, you can use the function "a!localVariables()" to make your code more like what you are used to. For example:
a!localVariables(
local!sum: 1+1,
local!sumAgain: local!sum + 1,
local!sumOnceAgain: local!sumAgain + 1,
local!sumOnceAgain
)
will return "4".

Appian Documentation:
https://docs.appian.com/suite/help

Appian Community:
https://community.appian.com
Note that you will need to be logged in to see some parts of the community.

Комментарии

Информация по комментариям в разработке