When it comes to supporting document repositories for file upload, AgilePoint provides a wide array of choices as shown below. At the time of writing this article, support for NetSuite, FTP and SFTP were just about to be released so are missing from the screenshot but would be made available in a month’s time. The list…
Month: April 2017
Upload large files using eForms
In a regular scenario people usually upload files ranging from few Kilobytes to few Megabytes only but in some rare scenarios there is a use case to upload large file as big as hundreds on Megabytes through the form. AgilePoint NX eForms makes file upload max limit configurable through the file upload control as shown below However…
SharePoint Item Permission Demo
Sometimes when you are creating a SharePoint app, a question comes up that can you use SharePoint native ListForm capability. However the immediate question which pops up in their mind is that now since you are making me go to the SharePoint list to kickoff a process or perform certain actions, how can AgilePoint do…
Multi Lingual Forms
Ability to define multiple languages on the same form is a highly sought after feature by big enterprises who have participants spread across multiple countries. Please do not confuse this with the 10-12 languages in which entire AgilePoint product is localized. This is the feature specific to forms as most of the users directly deal…
Bypass login screen if user is already logged into Office 365 or Salesforce
Often times task assignment emails are sent to users with a link to directly open the task form. This can be achieved by following instructions in the following KB article Create Task Link – Sample However one of the things high on the wish list of the users is to have a way of bypassing…
Powershell error: There is no Runspace available to run scripts in this thread.
While executing a Poweshell Workflow activity if you see following error Exception: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. —> System.Management.Automation.PSInvalidOperationException: There is no Runspace available to run scripts in this thread. You can provide one in the DefaultRunspace property of the System.Management.Automation.Runspaces.Runspace type. The script block you attempted…
Pre-populate data on the initial form based on previous process instance data
In some of the client projects you might run into a requirement where they wish to start a new request but instead of making the user fill in all the data from scratch, they wish to copy over the data from one of the previous request they had submitted. This is often the case when…
AgilePoint NX SAP Integration – How to use end user credentials at runtime
SAP is one system where people do not like to run things under a service account. They want to see transactions being recorded with end user name specially when posting data back to SAP. Most of them are fine when it comes to reading data with service account but not when it comes to posting…
Reusable SharePoint Workflows
One of the topics which comes up is that can I reuse the same workflow against multiple SharePoint site collections or even SharePoint farms. No one would prefer to clone apps for each site collection unless the logic is different. Prior version of AgilePoint had SharePoint access token was scoped at a site collection level which…