Basic Approval Workflows

preview_player
Показать описание
Building out a simple approval workflow app for multiple approvers that manage separate categories. The app will allow owners of specific category to approve requests.

0:00 Table Structure
0:30 Data Model
3:31 Pending and Approved Slices
5:40 Define Edit Permissions
8:15 Hiding System Views
8:57 Creating Approval Action
10:35 Testing the App
Рекомендации по теме
Комментарии
Автор

I have made well, but I need to add second Approver which mean the request created by employee and I will approve it and it will go to my manger for final approve

vjkjlnm
Автор

Hi what if we have 2 approvers, status "endorsed for final approval', "fully approved". With 2 dates for the dates of the 2 mentioned? My problem is when status is "fully approved" the date on "endorsed for final approval" gets erased. Whats the get around?

danilodamian
Автор

Excuse me, Can U help me? I tried to copy this app, but I'd met mistakes. How can I show it?

Mukash
Автор

Can we restrict the approver to edit only few coloumns in the request table? Like adding comments and uploading file. Also to get the email from the user who submitted the request form

suhasvenkatesh
Автор

and(
[Status]="Pending",
lookup(useremail(), Approvers, Email, Category=[Category]
)

Not work

MisterBanks