SlideShare una empresa de Scribd logo
1 de 18
Descargar para leer sin conexión
B u s i n e s s A p p l i c a t i o n s C l o u d
Qalcwise Designer
Unit 120 - Application KPIs
v.20160220
Application
KPIs
B u s i n e s s A p p l i c a t i o n s C l o u d
Designing Business Apps
What’s inside
This tutorial helps to understand how to design information that will make your applications more informative and help users
make quicker business decisions. We will design the information displayed on application task (App Stripe).
What’s required
This tutorial is continuation of „Introdution to Designer”. As the exercise example we will continue the application built in that module, so it is strongly advised to
finish the „Introduction to Designer” first.
How long it takes
It’s a very short module and should take no longer than ½ hour .
Notation used
There is no special notation used in this Tutorial. It’s a free-form exercise. It might be useful to pay attention to Green rectangles and arrows as they point to things
in subject.
What’s not inside
Please check other tutorials about „Working with Data” and „Workflow”.
HAVE FUN!
Qalcwise
is
Business
Applications
Cloud
Platform
A place in Cloud where you can
collaborate
and communicate
with your coworkers by means
of business applications.
My Busines Apps
Qalcwise Business Apps
With qalcwise, you can create your
own applications or acuire apps from
Qalcwise App Marketplace
Qalcwise App Marketplace
What you can do with Qalcwise
Communicate, collaborate with your, teams, departments, company
wide or directly with your colleagues. Share messages, tasks, files,
reminders, comment on discussions. Run surveys & reviews. Focus
on only important tasks with Qalcwise peace making „Focus” switch.
Advanced Search through platform content.
Run workflow enables communication via Business Applications.
Issue request, obtain approval, discuss numbers, manage data. Drive
process based business communication.
Design your own Business Applications with ease of spreadsheet like
formulas. No coding required. Unprecedented approach to business
apps design where business users can create Apps by themselves.
Acquire or Sell your business apps on Qalcwise Apps Marketplace!
Application KPI
Ease decision making.
Remember, we finished our
previous here.
Cynthia has received
information that there is a
travel request and that it
awaits her attention.
In order to quickly deploy
your application you don’t
need to set anything
additional. It’s up and
running already, but the
message provided on
application task is basic.
In this tutorial we will learn
how to enrich this info to
provide more meaningfull
info to make decision easier.
Cynthia
We actually want the travel request message to look like this
Instead of its basic form:
There are 5 key component of Application Task Message a Designer can control.
4.Task Due Date
5. Task Message
2. Application KPIs
1. Drill to Responsible Person Work Board
3. Document ID
APP KPIs and
Responsible
Person
Document ID
Choose APP Info tab
There are 5 things we can set to supplement
application message stripe
a) Define process Responsible Person
b) Define Application KPIs
c) Define Application Document ID
d) Define applications Task Message
e) Set Application Task Due Date
First three things from the above list you can set
on Application Info tab in Designer.
Task Message and Due Date can be defined for
each application State and Action on Workflow
page in Designer.
Of course, you can use qalcwise functions to
define all the above content.*)
First, let’s defne „Responsible Person”
Application message content
*) In version 20160311 KPI names must be provided as a text and
cannot be calculated, hopefully, by the time you read this tutorial,
this will be possible to use functions to calculate KPI names.
Setting Responsible Person
Responsible Person gives us immediate information about
who to ask regarding given application task .
You, as a Designer decide, who the „Responsible Person”
is in a given business process manager by your
application. Sometimes it’s the person who starts the
process, but often it might be its manager, account owner,
etc.
All you need to do is to provide this person email. It can be
provided
a) Directly
b) Using qalcwise functions like e.g. CreatedBy()
c) Pulled from your data using Lookup() function
d) Or referenced from a cell from your app
Any combination of the aboveis allowed, so have fun. .
In our example cell section1.B2 contains CreatedBy()
formula, so let’s use it . CreatedBy() formula returns
user email.
Remember it has to be email if you want the responsible
person to be drillable.
Responsible
Person email
Choose APP Info tab
App stripe on Qalcwise Workspace
Setting Application KPIs
Application KPIs where designed to provide quick
insight into business process managed by your
application.
YOU DECIDE.
Application KPIs can be both text or numbers.
They are defined on Application Info tab in
Designer.
You can define up to 3 KPIs.
They need to be referenced in your application cell.
(don’t use ‚=‚ sign here, just click a cell which
contains a value you would like to become a KPI.
Responsible
Person email
Choose APP Info tab
Setting Document ID
One additional feature available to you is ability to
define your App Instance ID.
This is especially usefull when you run processes
which create new app document / request /
records / etc…
It may also be useful when integrating or passing
„documents” to other systems like accounting or
CRM.
In this example we can assign a „Document ID” to
each travel request. We decided that our travel
request ID will consist of first letter of requester
first name followed by first letter of his last name
and request date.
The following function will calculate our request
ID.
=concat(left(B2,1), mid(B2,
find(B2, '.')+1,1),'-',
datetostring(WORKFLOWINFO.B1))
Where B2 cell contains CreatedBy() formula
And workflowinfo.B1 cell contains CreatedAt() formula
Document ID
Choose APP Info tab
We have set:
1. Responsible Person
2. Application KPI’s
3. Document ID
Let’s switch to workflow now
4. Task Due Date
5. Task Message
Setting Task Due Date
If required you may also set task due
date.
In order to do that you need to add
Action Step to your action or State in
Workflow Design. You do that by
clicking sign by ActionSteps and
choosing „Set due date” action step.
Every Action can set/change the due
dates, so your subsequent steps in
process may have its own deadlines
assigned.
In our example travel request we will
set task approval due date for just
one day before departure. Action
„Submit for approval” will set the Due
Date.
Cell section1.B5 contains
departure date, so our formula is
=section1.B5-1.That’s it.
Document ID
Setting Task Message
Application Task message can be set in 2 ways.
1) Using an Action Step, similar to setting Due
Data as it was in previous example
2) By setting „Task message” field when
editting worflow State.
You can „calculate” Application Task using
formulas. Concat() formula glues texts separated
by commas. You will use it a lot.
In our example we decided to display different
texts depending on whether the trip is sales
related or not. Sample formula you can see
below.
Feel free to experiment with your own process.
Document ID
THAT’S IT.
You have how to enrich application tasks information
in order to help business make decisions easier and faster.
You have learned how to
a) Define process Responsible Person
b) Define Application KPIs
c) Define Application Document ID
d) Define applications Task Message
e) Set Application Task Due Date
END
Check Other Units
Qalcwise Collaboration Workspace -Admin Options
Qalcwise Collaboration Workspace –Advanced Search
Qalcwise Designer – Tutorial Series
Qalcwise - Sample Apps
Qalcwise Applications Marketplace
Qalcwise Designer – Working with Data
Qalcwise Designer – Advanced Workflow
Qalcwise Designer – Advanced APP design options
Qalcwise API Integrations (coming soon)
Qalcwise Designer – Data imports

Más contenido relacionado

La actualidad más candente

Introduction to Point-and-Click App Building
Introduction to Point-and-Click App BuildingIntroduction to Point-and-Click App Building
Introduction to Point-and-Click App BuildingSalesforce Developers
 
Building Dynamic UI with Visual Workflow Runtime API
Building Dynamic UI with Visual Workflow Runtime APIBuilding Dynamic UI with Visual Workflow Runtime API
Building Dynamic UI with Visual Workflow Runtime APISalesforce Developers
 
Hands-On Workshop: Introduction to Development on Force.com for Developers
Hands-On Workshop: Introduction to Development on Force.com for DevelopersHands-On Workshop: Introduction to Development on Force.com for Developers
Hands-On Workshop: Introduction to Development on Force.com for DevelopersSalesforce Developers
 
01 #awesome admin tdx19 global gatherings highlights for admins final
01 #awesome admin   tdx19 global gatherings highlights for admins final01 #awesome admin   tdx19 global gatherings highlights for admins final
01 #awesome admin tdx19 global gatherings highlights for admins finalszurley
 
Dreamwares_SF Expertise
Dreamwares_SF ExpertiseDreamwares_SF Expertise
Dreamwares_SF ExpertiseManidipa Mitra
 
Sharepoint mobile version v2
Sharepoint mobile version v2Sharepoint mobile version v2
Sharepoint mobile version v2MJ Ferdous
 
Oracle Fusion Employment Models
Oracle Fusion Employment ModelsOracle Fusion Employment Models
Oracle Fusion Employment ModelsFeras Ahmad
 
Lightning Experience with Visualforce Best Practices
Lightning Experience with Visualforce Best PracticesLightning Experience with Visualforce Best Practices
Lightning Experience with Visualforce Best PracticesSalesforce Developers
 
Custom Automation Masterclass – Workshop 2: Email validation using kKckbox
Custom Automation Masterclass – Workshop 2: Email validation using kKckboxCustom Automation Masterclass – Workshop 2: Email validation using kKckbox
Custom Automation Masterclass – Workshop 2: Email validation using kKckboxJanBogaert8
 
Where Johnson From
Where Johnson FromWhere Johnson From
Where Johnson FromJohnson Wang
 
Creating attachments to work items or to user decisions in workflows
Creating attachments to work items or to user decisions in workflowsCreating attachments to work items or to user decisions in workflows
Creating attachments to work items or to user decisions in workflowsHicham Khallouki
 
CTA - Call to Attention
CTA - Call to AttentionCTA - Call to Attention
CTA - Call to AttentionSquareboat
 
Mobile Dispatch Workflow Forms - Demo
Mobile Dispatch Workflow Forms - DemoMobile Dispatch Workflow Forms - Demo
Mobile Dispatch Workflow Forms - DemoFormotus
 
Build an app from scratch using teams app studio for ms teams
Build an app from scratch using teams app studio for ms teamsBuild an app from scratch using teams app studio for ms teams
Build an app from scratch using teams app studio for ms teamsJenkins NS
 

La actualidad más candente (20)

Introduction to Point-and-Click App Building
Introduction to Point-and-Click App BuildingIntroduction to Point-and-Click App Building
Introduction to Point-and-Click App Building
 
Building Dynamic UI with Visual Workflow Runtime API
Building Dynamic UI with Visual Workflow Runtime APIBuilding Dynamic UI with Visual Workflow Runtime API
Building Dynamic UI with Visual Workflow Runtime API
 
Hands-On Workshop: Introduction to Development on Force.com for Developers
Hands-On Workshop: Introduction to Development on Force.com for DevelopersHands-On Workshop: Introduction to Development on Force.com for Developers
Hands-On Workshop: Introduction to Development on Force.com for Developers
 
01 #awesome admin tdx19 global gatherings highlights for admins final
01 #awesome admin   tdx19 global gatherings highlights for admins final01 #awesome admin   tdx19 global gatherings highlights for admins final
01 #awesome admin tdx19 global gatherings highlights for admins final
 
How to build your own Android App -Step by Step Guide
How to build your own Android App -Step by Step GuideHow to build your own Android App -Step by Step Guide
How to build your own Android App -Step by Step Guide
 
Salesforce Lightning workshop
Salesforce Lightning workshopSalesforce Lightning workshop
Salesforce Lightning workshop
 
Dreamwares_SF Expertise
Dreamwares_SF ExpertiseDreamwares_SF Expertise
Dreamwares_SF Expertise
 
Sharepoint mobile version v2
Sharepoint mobile version v2Sharepoint mobile version v2
Sharepoint mobile version v2
 
Teamwork
TeamworkTeamwork
Teamwork
 
Oracle Fusion Employment Models
Oracle Fusion Employment ModelsOracle Fusion Employment Models
Oracle Fusion Employment Models
 
Sf spring '14 chatter
Sf spring '14 chatterSf spring '14 chatter
Sf spring '14 chatter
 
The Basic Understanding Of Salesforce
The Basic Understanding Of SalesforceThe Basic Understanding Of Salesforce
The Basic Understanding Of Salesforce
 
Flow presentation
Flow presentationFlow presentation
Flow presentation
 
Lightning Experience with Visualforce Best Practices
Lightning Experience with Visualforce Best PracticesLightning Experience with Visualforce Best Practices
Lightning Experience with Visualforce Best Practices
 
Custom Automation Masterclass – Workshop 2: Email validation using kKckbox
Custom Automation Masterclass – Workshop 2: Email validation using kKckboxCustom Automation Masterclass – Workshop 2: Email validation using kKckbox
Custom Automation Masterclass – Workshop 2: Email validation using kKckbox
 
Where Johnson From
Where Johnson FromWhere Johnson From
Where Johnson From
 
Creating attachments to work items or to user decisions in workflows
Creating attachments to work items or to user decisions in workflowsCreating attachments to work items or to user decisions in workflows
Creating attachments to work items or to user decisions in workflows
 
CTA - Call to Attention
CTA - Call to AttentionCTA - Call to Attention
CTA - Call to Attention
 
Mobile Dispatch Workflow Forms - Demo
Mobile Dispatch Workflow Forms - DemoMobile Dispatch Workflow Forms - Demo
Mobile Dispatch Workflow Forms - Demo
 
Build an app from scratch using teams app studio for ms teams
Build an app from scratch using teams app studio for ms teamsBuild an app from scratch using teams app studio for ms teams
Build an app from scratch using teams app studio for ms teams
 

Destacado

Website designer kpi
Website designer kpiWebsite designer kpi
Website designer kpijomnarite
 
Emakina Academy 21 : You're on Facebook but are you performing?
Emakina Academy 21 : You're on Facebook but are you performing?Emakina Academy 21 : You're on Facebook but are you performing?
Emakina Academy 21 : You're on Facebook but are you performing?Emakina
 
Transpara Visual KPI v5 - May 2016
Transpara Visual KPI v5 - May 2016Transpara Visual KPI v5 - May 2016
Transpara Visual KPI v5 - May 2016Robert Hylton
 
Scorecard and KPIs 101
Scorecard and KPIs 101Scorecard and KPIs 101
Scorecard and KPIs 101Aleksey Savkin
 
Kpi for designers
Kpi for designersKpi for designers
Kpi for designersbaluiabrows
 
Computer graphic designer performance appraisal
Computer graphic designer performance appraisalComputer graphic designer performance appraisal
Computer graphic designer performance appraisalgarymobile15
 
Service Design Drinks Milan #4 - Sketchin - Service design for journalism and...
Service Design Drinks Milan #4 - Sketchin - Service design for journalism and...Service Design Drinks Milan #4 - Sketchin - Service design for journalism and...
Service Design Drinks Milan #4 - Sketchin - Service design for journalism and...SDDMilan
 
Telecom Performance Management System: Overview
Telecom Performance Management System: OverviewTelecom Performance Management System: Overview
Telecom Performance Management System: OverviewPavel Lechenko
 
Web developer designer performance appraisal
Web developer designer performance appraisalWeb developer designer performance appraisal
Web developer designer performance appraisalgarymobile15
 
The difference between a KPI and a Metric
The difference between a KPI and a MetricThe difference between a KPI and a Metric
The difference between a KPI and a MetricDennis Mortensen
 
The Shift: UX Designer as Business Consultant (2016)
The Shift: UX Designer as Business Consultant (2016)The Shift: UX Designer as Business Consultant (2016)
The Shift: UX Designer as Business Consultant (2016)Erin 'Folletto' Casali
 

Destacado (11)

Website designer kpi
Website designer kpiWebsite designer kpi
Website designer kpi
 
Emakina Academy 21 : You're on Facebook but are you performing?
Emakina Academy 21 : You're on Facebook but are you performing?Emakina Academy 21 : You're on Facebook but are you performing?
Emakina Academy 21 : You're on Facebook but are you performing?
 
Transpara Visual KPI v5 - May 2016
Transpara Visual KPI v5 - May 2016Transpara Visual KPI v5 - May 2016
Transpara Visual KPI v5 - May 2016
 
Scorecard and KPIs 101
Scorecard and KPIs 101Scorecard and KPIs 101
Scorecard and KPIs 101
 
Kpi for designers
Kpi for designersKpi for designers
Kpi for designers
 
Computer graphic designer performance appraisal
Computer graphic designer performance appraisalComputer graphic designer performance appraisal
Computer graphic designer performance appraisal
 
Service Design Drinks Milan #4 - Sketchin - Service design for journalism and...
Service Design Drinks Milan #4 - Sketchin - Service design for journalism and...Service Design Drinks Milan #4 - Sketchin - Service design for journalism and...
Service Design Drinks Milan #4 - Sketchin - Service design for journalism and...
 
Telecom Performance Management System: Overview
Telecom Performance Management System: OverviewTelecom Performance Management System: Overview
Telecom Performance Management System: Overview
 
Web developer designer performance appraisal
Web developer designer performance appraisalWeb developer designer performance appraisal
Web developer designer performance appraisal
 
The difference between a KPI and a Metric
The difference between a KPI and a MetricThe difference between a KPI and a Metric
The difference between a KPI and a Metric
 
The Shift: UX Designer as Business Consultant (2016)
The Shift: UX Designer as Business Consultant (2016)The Shift: UX Designer as Business Consultant (2016)
The Shift: UX Designer as Business Consultant (2016)
 

Similar a Qalcwise designer application kp is - unit 120 v20160314

Point and Click App Building Workshop
Point and Click App Building WorkshopPoint and Click App Building Workshop
Point and Click App Building WorkshopSalesforce Developers
 
THE ULTIMATE GUIDE TO APP DEVELOPMENT COST.pdf
THE ULTIMATE GUIDE TO APP DEVELOPMENT COST.pdfTHE ULTIMATE GUIDE TO APP DEVELOPMENT COST.pdf
THE ULTIMATE GUIDE TO APP DEVELOPMENT COST.pdfLaura Miller
 
Project Write up for AEO
Project Write up for AEOProject Write up for AEO
Project Write up for AEOJaimit Patel
 
An automation tool helps Enterprises to grow their business by w2ssolutions
An automation tool helps Enterprises to grow their business by w2ssolutionsAn automation tool helps Enterprises to grow their business by w2ssolutions
An automation tool helps Enterprises to grow their business by w2ssolutionsw2s-solutions
 
Mit301– object oriented analysis and design
Mit301– object oriented analysis and designMit301– object oriented analysis and design
Mit301– object oriented analysis and designsmumbahelp
 
Enhance model driven embedded canvas app here is all that you need to know!
Enhance model driven embedded canvas app  here is all that you need to know!Enhance model driven embedded canvas app  here is all that you need to know!
Enhance model driven embedded canvas app here is all that you need to know!Concetto Labs
 
httponbeing.orgprogramshis-holiness-the-14th-dalai-lama-of-ti.docx
httponbeing.orgprogramshis-holiness-the-14th-dalai-lama-of-ti.docxhttponbeing.orgprogramshis-holiness-the-14th-dalai-lama-of-ti.docx
httponbeing.orgprogramshis-holiness-the-14th-dalai-lama-of-ti.docxwellesleyterresa
 
Employee tracking and management system android app by Akshay Jagtap.
Employee tracking and management system android app by Akshay Jagtap.Employee tracking and management system android app by Akshay Jagtap.
Employee tracking and management system android app by Akshay Jagtap.AkshayJagtap39
 
Apptivo project app ss
Apptivo project app ssApptivo project app ss
Apptivo project app ssDineshisaac
 
SMU mba sem 4 mis fall 2014 assignments
SMU mba sem 4 mis fall 2014 assignmentsSMU mba sem 4 mis fall 2014 assignments
SMU mba sem 4 mis fall 2014 assignmentssolved_assignments
 
Using feature teams to deliver high business value
Using feature teams to deliver high business valueUsing feature teams to deliver high business value
Using feature teams to deliver high business valueThoughtworks
 
Create A Business Meeting Scheduling App - Explore App Cost, Features & Tips
Create A Business Meeting Scheduling App - Explore App Cost, Features & TipsCreate A Business Meeting Scheduling App - Explore App Cost, Features & Tips
Create A Business Meeting Scheduling App - Explore App Cost, Features & TipsSofiaCarter4
 
Mobile App business plan
Mobile App business plan Mobile App business plan
Mobile App business plan Brittani Mann
 
Insightly vs. Salesforce: How To Choose The Right CRM
Insightly vs. Salesforce: How To Choose The Right CRMInsightly vs. Salesforce: How To Choose The Right CRM
Insightly vs. Salesforce: How To Choose The Right CRMFit Small Business
 
The Logistics Mobile App Development For Your Business.pptx
The Logistics Mobile App Development For Your Business.pptxThe Logistics Mobile App Development For Your Business.pptx
The Logistics Mobile App Development For Your Business.pptxConcetto Labs
 
3 underrated power apps which would make your hr department a success
3 underrated power apps which would make your hr department a success3 underrated power apps which would make your hr department a success
3 underrated power apps which would make your hr department a successConcetto Labs
 
An Inside Look at Dynamics 365 Power Apps
An Inside Look at Dynamics 365 Power AppsAn Inside Look at Dynamics 365 Power Apps
An Inside Look at Dynamics 365 Power AppsIES
 

Similar a Qalcwise designer application kp is - unit 120 v20160314 (20)

Point and Click App Building Workshop
Point and Click App Building WorkshopPoint and Click App Building Workshop
Point and Click App Building Workshop
 
Salesforce crm projects
Salesforce crm projects Salesforce crm projects
Salesforce crm projects
 
THE ULTIMATE GUIDE TO APP DEVELOPMENT COST.pdf
THE ULTIMATE GUIDE TO APP DEVELOPMENT COST.pdfTHE ULTIMATE GUIDE TO APP DEVELOPMENT COST.pdf
THE ULTIMATE GUIDE TO APP DEVELOPMENT COST.pdf
 
Project Write up for AEO
Project Write up for AEOProject Write up for AEO
Project Write up for AEO
 
An automation tool helps Enterprises to grow their business by w2ssolutions
An automation tool helps Enterprises to grow their business by w2ssolutionsAn automation tool helps Enterprises to grow their business by w2ssolutions
An automation tool helps Enterprises to grow their business by w2ssolutions
 
Mit301– object oriented analysis and design
Mit301– object oriented analysis and designMit301– object oriented analysis and design
Mit301– object oriented analysis and design
 
Enhance model driven embedded canvas app here is all that you need to know!
Enhance model driven embedded canvas app  here is all that you need to know!Enhance model driven embedded canvas app  here is all that you need to know!
Enhance model driven embedded canvas app here is all that you need to know!
 
httponbeing.orgprogramshis-holiness-the-14th-dalai-lama-of-ti.docx
httponbeing.orgprogramshis-holiness-the-14th-dalai-lama-of-ti.docxhttponbeing.orgprogramshis-holiness-the-14th-dalai-lama-of-ti.docx
httponbeing.orgprogramshis-holiness-the-14th-dalai-lama-of-ti.docx
 
Employee tracking and management system android app by Akshay Jagtap.
Employee tracking and management system android app by Akshay Jagtap.Employee tracking and management system android app by Akshay Jagtap.
Employee tracking and management system android app by Akshay Jagtap.
 
Apptivo project app ss
Apptivo project app ssApptivo project app ss
Apptivo project app ss
 
Apptivo project app
Apptivo project appApptivo project app
Apptivo project app
 
SMU mba sem 4 mis fall 2014 assignments
SMU mba sem 4 mis fall 2014 assignmentsSMU mba sem 4 mis fall 2014 assignments
SMU mba sem 4 mis fall 2014 assignments
 
Using feature teams to deliver high business value
Using feature teams to deliver high business valueUsing feature teams to deliver high business value
Using feature teams to deliver high business value
 
Create A Business Meeting Scheduling App - Explore App Cost, Features & Tips
Create A Business Meeting Scheduling App - Explore App Cost, Features & TipsCreate A Business Meeting Scheduling App - Explore App Cost, Features & Tips
Create A Business Meeting Scheduling App - Explore App Cost, Features & Tips
 
Mobile App business plan
Mobile App business plan Mobile App business plan
Mobile App business plan
 
Insightly vs. Salesforce: How To Choose The Right CRM
Insightly vs. Salesforce: How To Choose The Right CRMInsightly vs. Salesforce: How To Choose The Right CRM
Insightly vs. Salesforce: How To Choose The Right CRM
 
Week 8 Final Blackout
Week 8 Final BlackoutWeek 8 Final Blackout
Week 8 Final Blackout
 
The Logistics Mobile App Development For Your Business.pptx
The Logistics Mobile App Development For Your Business.pptxThe Logistics Mobile App Development For Your Business.pptx
The Logistics Mobile App Development For Your Business.pptx
 
3 underrated power apps which would make your hr department a success
3 underrated power apps which would make your hr department a success3 underrated power apps which would make your hr department a success
3 underrated power apps which would make your hr department a success
 
An Inside Look at Dynamics 365 Power Apps
An Inside Look at Dynamics 365 Power AppsAn Inside Look at Dynamics 365 Power Apps
An Inside Look at Dynamics 365 Power Apps
 

Último

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 

Último (20)

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 

Qalcwise designer application kp is - unit 120 v20160314

  • 1. B u s i n e s s A p p l i c a t i o n s C l o u d Qalcwise Designer Unit 120 - Application KPIs v.20160220 Application KPIs
  • 2. B u s i n e s s A p p l i c a t i o n s C l o u d Designing Business Apps What’s inside This tutorial helps to understand how to design information that will make your applications more informative and help users make quicker business decisions. We will design the information displayed on application task (App Stripe). What’s required This tutorial is continuation of „Introdution to Designer”. As the exercise example we will continue the application built in that module, so it is strongly advised to finish the „Introduction to Designer” first. How long it takes It’s a very short module and should take no longer than ½ hour . Notation used There is no special notation used in this Tutorial. It’s a free-form exercise. It might be useful to pay attention to Green rectangles and arrows as they point to things in subject. What’s not inside Please check other tutorials about „Working with Data” and „Workflow”. HAVE FUN!
  • 3. Qalcwise is Business Applications Cloud Platform A place in Cloud where you can collaborate and communicate with your coworkers by means of business applications. My Busines Apps
  • 4. Qalcwise Business Apps With qalcwise, you can create your own applications or acuire apps from Qalcwise App Marketplace Qalcwise App Marketplace
  • 5. What you can do with Qalcwise Communicate, collaborate with your, teams, departments, company wide or directly with your colleagues. Share messages, tasks, files, reminders, comment on discussions. Run surveys & reviews. Focus on only important tasks with Qalcwise peace making „Focus” switch. Advanced Search through platform content. Run workflow enables communication via Business Applications. Issue request, obtain approval, discuss numbers, manage data. Drive process based business communication. Design your own Business Applications with ease of spreadsheet like formulas. No coding required. Unprecedented approach to business apps design where business users can create Apps by themselves. Acquire or Sell your business apps on Qalcwise Apps Marketplace!
  • 7. Remember, we finished our previous here. Cynthia has received information that there is a travel request and that it awaits her attention. In order to quickly deploy your application you don’t need to set anything additional. It’s up and running already, but the message provided on application task is basic. In this tutorial we will learn how to enrich this info to provide more meaningfull info to make decision easier. Cynthia
  • 8. We actually want the travel request message to look like this Instead of its basic form:
  • 9. There are 5 key component of Application Task Message a Designer can control. 4.Task Due Date 5. Task Message 2. Application KPIs 1. Drill to Responsible Person Work Board 3. Document ID
  • 10. APP KPIs and Responsible Person Document ID Choose APP Info tab There are 5 things we can set to supplement application message stripe a) Define process Responsible Person b) Define Application KPIs c) Define Application Document ID d) Define applications Task Message e) Set Application Task Due Date First three things from the above list you can set on Application Info tab in Designer. Task Message and Due Date can be defined for each application State and Action on Workflow page in Designer. Of course, you can use qalcwise functions to define all the above content.*) First, let’s defne „Responsible Person” Application message content *) In version 20160311 KPI names must be provided as a text and cannot be calculated, hopefully, by the time you read this tutorial, this will be possible to use functions to calculate KPI names.
  • 11. Setting Responsible Person Responsible Person gives us immediate information about who to ask regarding given application task . You, as a Designer decide, who the „Responsible Person” is in a given business process manager by your application. Sometimes it’s the person who starts the process, but often it might be its manager, account owner, etc. All you need to do is to provide this person email. It can be provided a) Directly b) Using qalcwise functions like e.g. CreatedBy() c) Pulled from your data using Lookup() function d) Or referenced from a cell from your app Any combination of the aboveis allowed, so have fun. . In our example cell section1.B2 contains CreatedBy() formula, so let’s use it . CreatedBy() formula returns user email. Remember it has to be email if you want the responsible person to be drillable. Responsible Person email Choose APP Info tab App stripe on Qalcwise Workspace
  • 12. Setting Application KPIs Application KPIs where designed to provide quick insight into business process managed by your application. YOU DECIDE. Application KPIs can be both text or numbers. They are defined on Application Info tab in Designer. You can define up to 3 KPIs. They need to be referenced in your application cell. (don’t use ‚=‚ sign here, just click a cell which contains a value you would like to become a KPI. Responsible Person email Choose APP Info tab
  • 13. Setting Document ID One additional feature available to you is ability to define your App Instance ID. This is especially usefull when you run processes which create new app document / request / records / etc… It may also be useful when integrating or passing „documents” to other systems like accounting or CRM. In this example we can assign a „Document ID” to each travel request. We decided that our travel request ID will consist of first letter of requester first name followed by first letter of his last name and request date. The following function will calculate our request ID. =concat(left(B2,1), mid(B2, find(B2, '.')+1,1),'-', datetostring(WORKFLOWINFO.B1)) Where B2 cell contains CreatedBy() formula And workflowinfo.B1 cell contains CreatedAt() formula Document ID Choose APP Info tab
  • 14. We have set: 1. Responsible Person 2. Application KPI’s 3. Document ID Let’s switch to workflow now 4. Task Due Date 5. Task Message
  • 15. Setting Task Due Date If required you may also set task due date. In order to do that you need to add Action Step to your action or State in Workflow Design. You do that by clicking sign by ActionSteps and choosing „Set due date” action step. Every Action can set/change the due dates, so your subsequent steps in process may have its own deadlines assigned. In our example travel request we will set task approval due date for just one day before departure. Action „Submit for approval” will set the Due Date. Cell section1.B5 contains departure date, so our formula is =section1.B5-1.That’s it. Document ID
  • 16. Setting Task Message Application Task message can be set in 2 ways. 1) Using an Action Step, similar to setting Due Data as it was in previous example 2) By setting „Task message” field when editting worflow State. You can „calculate” Application Task using formulas. Concat() formula glues texts separated by commas. You will use it a lot. In our example we decided to display different texts depending on whether the trip is sales related or not. Sample formula you can see below. Feel free to experiment with your own process. Document ID
  • 17. THAT’S IT. You have how to enrich application tasks information in order to help business make decisions easier and faster. You have learned how to a) Define process Responsible Person b) Define Application KPIs c) Define Application Document ID d) Define applications Task Message e) Set Application Task Due Date
  • 18. END Check Other Units Qalcwise Collaboration Workspace -Admin Options Qalcwise Collaboration Workspace –Advanced Search Qalcwise Designer – Tutorial Series Qalcwise - Sample Apps Qalcwise Applications Marketplace Qalcwise Designer – Working with Data Qalcwise Designer – Advanced Workflow Qalcwise Designer – Advanced APP design options Qalcwise API Integrations (coming soon) Qalcwise Designer – Data imports