Unqork is a cloud-based platform as a service (PaaS) that allows you to run applications and services without managing middleware or hardware infrastructure directly how to know which cloud provider is unqork hosted for client?Unqork hosts and manages customer environments on Amazon Web Services (AWS) and Microsoft Azure. Customers can choose which cloud provider to […]
Workflow
A feature in Unqork Udesigner that : Workflow streamlines business process by Key Benifits are: Builder Feature: Best Practices: Question releated to workflow what does multi party interaction means? How does swimlane organises roles? Explain. Explain the timeout scenario. Linked modules for data collection Explain.
Scenario-Based Question
To separate the uncommon rows of one table (rows that exist in one table but not in another)
Using a LEFT JOIN To isolate the uncommon rows in the table one SELECT t1.*FROM Table1 t1LEFT JOIN Table2 t2 ON t1.id = t2.idWHERE t2.id IS NULL; using Except if database supports. SELECT * FROM Table1EXCEPTSELECT * FROM Table2; UNQORK In unqork we use datawork flow. the merge operator is used with outer option. upper […]
Filter while getting submissions in workflow [UNQORK]
How to pass filter value dynamically in plugin to get Dashboard submission? submissionId name class feesPaid gender 021efrgggi Binny 4 yes female 22ercfffse Vijay 4 no male 23ertvttww Raj 4 yes male 24qeqeeqer Vinii 4 no female student Let’s consider the above submissions are save in workflow submission, we need to get values whose feesPaid […]
Small Questions Unqork
Which kind of output does group input give in Data Workflow component.
Fetch values of components to array using Binded Table
How to fetch values of a form having 5 fields ,
a) name b) email c)phone Number d)city e) salary and save as one row value of array / object , in UNQORK
PHP query Vs Unqork
id name salary 23546 Anna 700000 23452 Bintu 670000 23453 Caddy 800000 account Q1) Get the row which has salary = 700000 PHP Unqork Q1) Get the rows which has salary greater than 700000 PHP Unqork
