Function
FlowForma.Widgets.FlowEntityPicker(container, value, options)Description
This function creates FlowForma picker, that will let you select steps and questions from a drop-down box.Uses
An example of where this would be used is in the Step assign to rule, you will need to “select a step”.
Variables
container: Format - jQuery input element. (Example: $(“#destQuestion”)). Description - This element will be used to build the FlowForma picker on to. value: Format – Stringified JSON object. (Example:'{"StepCode":"step1","QuestionCode":"step1.1","Type":"question","SubQuestionCode":null,"StepId":1,"QuestionId":1}')
Description – If the variable is defined it selects the defined question otherwise nothing is selected.
options:
Format – Object. (Example: var options = { AllowCustomText: true, SelectSteps: true }).
Default options – AllowCustomText = false;

