Questions tagged [agilepoint]

AgilePoint is a product for creating and monitoring workflows.

AgilePoint is a product for creating and monitoring workflows. It uses Microsoft Visio for designing and displaying these workflows. It integrates into other Microsoft products such as SharePoint and can communicate using webservices.

see http://agilepoint.com/

8 questions
7
votes
2 answers

Visually Tracking / Monitoring Workflow(WF) 4.0

I am planning to build a custom web application in ASP.NET 4.0 using WF 4.0, the user wants ability to modify workflows himself, for this we will be using a WPF client which the user can use and we will do workflow re-hosting, lots of blogs and…
Binoj Antony
  • 15,886
  • 25
  • 88
  • 96
3
votes
3 answers

What are your experiences in using AgilePoint as your workflow/BPM engine?

We are in the process of migrating our workflows from Livelink and SharePoint to AgilePoint. If anyone has had experience in using AgilePoint, would you mind sharing your experiences? For example: What are some gotcha's you've encountered? Have you…
Metro Smurf
  • 37,266
  • 20
  • 108
  • 140
1
vote
0 answers

Saving Drawing/Signature in AgilePoint to SharePoint List using JS

I'm working on AgilePoint platform and I'm trying to save drawing from form I've built into SharePoint List. So first of all I'm converting the drawing (signature) to URI code, and now I want to convert it to img file JPG/PNG or whatever. [enter…
0
votes
1 answer

How to find which name displayed the most from dropdown list in JavaScript

so im inserting into dropdown list- list of names. I want to find out what name displayed the Most in the dropdown list. For exmaple: i have dropdownlist that includes: John Betty John John James How can i write function that returns me the most…
0
votes
0 answers

SweetAlert2 - how to store value input into field and hit enter

recently i've tried to store input value of popup windows to text field area. i've succeed to store it from the popup input window but i want it to store it and then hit 'enter' automatically. the popup asks from the user to input ID and then it…
0
votes
1 answer

SweetAlert2 - When i save input value into text field it returns [object Object]

I'm trying to make pop-up window when my form loads. And when you enter ID number in the pop-up window, it stores in the text-field in the form. This is where u put the ID Number: And this is where I want the value to be saved: I'm using…
0
votes
1 answer

Adjusting Field Height Dynamically With CSS

I have a textarea field, which I would like to automatically adjust according to number of lines used (i.e., if the user enters one line, the field height will show that line only, but if the user enters a long text, the field will show all the…
Nitai
  • 1
  • 1
-2
votes
0 answers

Converting URI to JPG/PNG using JavaScript

I'm working on AgilePoint platform and I'm trying to save drawing from form I've built into SharePoint List. So first of all I'm converting the drawing (signature) to URI code, and now I want to convert it to img file JPG/PNG or whatever. [enter…