Загрузка страницы

APPIAN TUTORIAL: BUILDING A SIMPLE TIMESHEET APPLICATION

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! https://www.linkedin.com/in/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.4/Appian_Functions.html

Appian Architecture:
https://docs.appian.com/suite/help/19.4/Enterprise_Architecture_Overview.html

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.

Видео APPIAN TUTORIAL: BUILDING A SIMPLE TIMESHEET APPLICATION канала Augustine C
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
2 марта 2020 г. 0:45:33
00:32:14
Яндекс.Метрика